Cessen Rigging Request: "Copy Transforms" Constraint
This constraint simply copies the transformation matrix of the target, and assigns it to the owner.
This commit is contained in:
@@ -460,6 +460,12 @@ class ConstraintButtonsPanel(bpy.types.Panel):
|
||||
layout.prop(con, "use_offset")
|
||||
|
||||
self.space_template(layout, con, wide_ui)
|
||||
|
||||
def COPY_TRANSFORMS(self, context, layout, con, wide_ui):
|
||||
self.target_template(layout, con, wide_ui)
|
||||
|
||||
self.space_template(layout, con, wide_ui)
|
||||
|
||||
|
||||
#def SCRIPT(self, context, layout, con):
|
||||
|
||||
|
Reference in New Issue
Block a user