Post #2559: : post_02561
π·οΈ Tags
macro property-usage intermediate solved
βοΈ Related PME Features
- Property Editor
- Macro Editor
- Python Scripting
π¬ 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])