Post #3507: @roaoao any advise with my problem?
π Metadata
- Author: youthatninja
- Date: 2020-08-07 14:49:25
- Type:
question - Quality Score: 6/10
- Replies (1): post_03513
π·οΈ Tags
v1-18-7 macro conditional-execution intermediate solved
βοΈ Related PME Features
- Macro Editor
- Python Scripting
π¬ Content
@roaoao any advise with my problem?
Pie Menu Editor 1.18.7 Released Scripts and Themes
Hello! Id like to add condition before running main command but it hides settings for the command and donβt expose it in edit mode in adjust last operation [image] [image] Any suggestions? And i need a little help with creating smooth/flat shading toggler [image] UPD I manage it bpy.ops.object.shade_flat() if bpy.context.object.data.polygons[0].use_smooth else bpy.ops.object.shade_smooth() but was wrong with syntax at the first time