Skip to content

Commit

Permalink
Added missing blurbs
Browse files Browse the repository at this point in the history
  • Loading branch information
Menithal committed Oct 10, 2021
1 parent 4e52dbd commit 6a57b81
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions metaverse_tools/ui/pose_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def execute(self, context):


class ARMATURE_OT_MVT_TOOLSET_Clone_Locks(bpy.types.Operator):
""" """
""" Clones rotation/position locks from one bone to another """
bl_idname = "metaverse_toolset.clone_pose_locks"
bl_label = "Clone Locks"
bl_region_type = "TOOLS"
Expand All @@ -274,7 +274,7 @@ def execute(self, context):


class ARMATURE_OT_MVT_TOOLSET_Lock_Rotations(bpy.types.Operator):
""" """
""" Locks a bones ability to rotate """
bl_idname = "metaverse_toolset.lock_pose_rotations"
bl_label = "Lock Rotations"
bl_region_type = "TOOLS"
Expand All @@ -290,7 +290,7 @@ def execute(self, context):


class ARMATURE_OT_MVT_TOOLSET_Unlock_Rotations(bpy.types.Operator):
""" """
""" Unlocks a bones ability to rotate """
bl_idname = "metaverse_toolset.unlock_pose_rotations"
bl_label = "Unlock Rotations"
bl_region_type = "TOOLS"
Expand All @@ -306,7 +306,7 @@ def execute(self, context):


class ARMATURE_OT_MVT_TOOLSET_Lock_Translations(bpy.types.Operator):
""" """
""" Locks a bones ability to translate """
bl_idname = "metaverse_toolset.lock_pose_translations"
bl_label = "Lock Translations"
bl_region_type = "TOOLS"
Expand All @@ -322,7 +322,7 @@ def execute(self, context):


class ARMATURE_OT_MVT_TOOLSET_Unlock_Translations(bpy.types.Operator):
""" """
""" Unlocks a bones ability to translate """
bl_idname = "metaverse_toolset.unlock_pose_translations"
bl_label = "Unlock Translations"
bl_region_type = "TOOLS"
Expand All @@ -338,7 +338,7 @@ def execute(self, context):


class ARMATURE_OT_MVT_TOOLSET_Copy_Custom_Shapes(bpy.types.Operator):
""" """
""" Copy Custom Shapes """
bl_idname = "metaverse_toolset.copy_custom_pose_shape"
bl_label = "Copy Custom Shapes"
bl_region_type = "TOOLS"
Expand All @@ -354,7 +354,7 @@ def execute(self, context):


class ARMATURE_OT_MVT_TOOLSET_Clear_Custom_Shapes(bpy.types.Operator):
""" """
""" Clear Custom Shapes """
bl_idname = "metaverse_toolset.clear_custom_pose_shpae"
bl_label = "Clear Custom Shapes"
bl_region_type = "TOOLS"
Expand Down

0 comments on commit 6a57b81

Please sign in to comment.