Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/space_clip.py
| Context not available. | |||||
| sub.menu('CLIP_MT_stabilize_2d_context_menu', text="", | sub.menu('CLIP_MT_stabilize_2d_context_menu', text="", | ||||
| icon='DOWNARROW_HLT') | icon='DOWNARROW_HLT') | ||||
| # Usually we don't hide things from iterface, but here every pixel of | # Usually we don't hide things from interface, but here every pixel of | ||||
| # vertical space is precious. | # vertical space is precious. | ||||
| if stab.use_stabilize_rotation: | if stab.use_stabilize_rotation: | ||||
| box.label(text="Tracks For Rotation / Scale") | box.label(text="Tracks For Rotation / Scale") | ||||
| Context not available. | |||||