Post #3012: that helps a lot thanks
π Metadata
- Author: cgstudent
- Date: 2020-02-05 16:47:16
- Type:
question - Quality Score: 5/10
- Reply to: post_03009
- Replies (1): post_03013
π·οΈ Tags
modal python-scripting intermediate unsolved
βοΈ Related PME Features
- Modal Editor
- Python Scripting
- Macro Editor
π¬ Content
that helps a lot thanks
the problem now is that using the extrude modal Modal Ex.json (1.0 KB)
when try
C.active_operator.TRANSFORM_OT_translate.value
give an error relative to sum entire to a vector
then add z. No error an show the property, but doesnβt modify the mesh
C.active_operator.TRANSFORM_OT_translate.value.z
happens the same whit the inset modal Modal In.json (725 Bytes)
(the sample modal from the tuto works)
i add an On cancel command that launch a menu. This work whit blender menus but when try to launch a Modal does not work
can you please provide sample code for toggle a boolean property
and sample code for a drop down property like transform orientation proportional falloff
thanks !