📋 Metadata
- Author: roaoao
- Date: 2020-08-14 12:50:36
- Type:
answer - Reply to: post_03507
- Replies (1): post_03521
💬 Content
Pie Menu Editor 1.17.3 Released Scripts and Themes:
but it hides settings for the command and don’t expose it in edit mode in adjust last operation
Add 'INVOKE_DEFAULT', True for operators:
bpy.ops.object.shade_flat('INVOKE_DEFAULT', True) if bpy.context.object.data.polygons[0].use_smooth else bpy.ops.object.shade_smooth('INVOKE_DEFAULT', True)
❤️ 2 likes