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:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user