📋 Metadata
- Author: roaoao
- Date: 2019-07-31 06:14:31
- Type:
answer - Reply to: post_02557
- Replies (1): post_02561
💬 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])