📋 Metadata

💬 Content

RaphaelBarros:

Is there any way to use the “Property” item so each value gives a variable a different value?

You can use vector int property (property size=2) in this case (example):

bpy.ops.image.new('EXEC_DEFAULT', True, width=props("MySizeProperty")[0], height=props("MySizeProperty")[1])

🔗 View on Blender Artists