add hook in vertex and control point menu's, Ctrl+H

TODO's
- add for lattice
- break up add_hook
- add other hook operators
This commit is contained in:
2009-11-16 13:59:27 +00:00
parent 88fe2d187b
commit 20043a0fc0
12 changed files with 101 additions and 22 deletions

View File

@@ -154,7 +154,7 @@ class IMAGE_MT_uvs_mirror(bpy.types.Menu):
def draw(self, context):
layout = self.layout
layout.operator_context = "EXEC_REGION_WIN"
layout.operator_context = 'EXEC_REGION_WIN'
props = layout.itemO("tfm.mirror", text="X Axis", properties=True)
props.constraint_axis[0] = True