📋 Metadata
- Author: roaoao
- Date: 2019-03-22 12:48:13
- Type:
answer - Reply to: post_02081
💬 Content
Pinhead:
Which command i must use to toggle between showing Bevel Weights edge in pie menu?
I found only True/False
C.space_data.overlay.show_edge_bevel_weight = True
Try this:
C.space_data.overlay.show_edge_bevel_weight = not C.space_data.overlay.show_edge_bevel_weight
❤️ 1 likes