Skip to content

Commit

Permalink
Clip Editor - Rotate needs a menu entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinerBforartists committed Mar 28, 2017
1 parent 2b68b44 commit 47c588f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release/scripts/startup/bl_ui/space_clip.py
Expand Up @@ -1389,6 +1389,8 @@ def draw(self, context):

layout.operator("transform.translate")
layout.operator("transform.resize")
layout.operator("transform.rotate")



class CLIP_MT_select(Menu):
Expand Down

0 comments on commit 47c588f

Please sign in to comment.