Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/rigify
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-02-08 08:38:51 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-02-08 08:38:51 +0400
commitf9f04ce37a22fad60de3821d0728c4b1a4346032 (patch)
tree3638f24ba4ab937116b4d70a4495b510510106da /rigify
parent3dc406ac5166dbe38ee7c54e60ca7a3e3afaf697 (diff)
code cleanup: style and typo - some edits to bypass the comments spell checker.
Diffstat (limited to 'rigify')
-rw-r--r--rigify/ui.py20
1 files changed, 10 insertions, 10 deletions
diff --git a/rigify/ui.py b/rigify/ui.py
index f94f755f..8d11fbf9 100644
--- a/rigify/ui.py
+++ b/rigify/ui.py
@@ -190,19 +190,19 @@ class BONE_PT_rigify_buttons(bpy.types.Panel):
rig.Rig.parameters_ui(box, C.active_object, bone.name)
-#class INFO_MT_armature_metarig_add(bpy.types.Menu):
-# bl_idname = "INFO_MT_armature_metarig_add"
-# bl_label = "Meta-Rig"
+#~ class INFO_MT_armature_metarig_add(bpy.types.Menu):
+ #~ bl_idname = "INFO_MT_armature_metarig_add"
+ #~ bl_label = "Meta-Rig"
-# def draw(self, context):
- #import rigify
+ #~ def draw(self, context):
+ #~ import rigify
- #layout = self.layout
- #layout.operator_context = 'INVOKE_REGION_WIN'
+ #~ layout = self.layout
+ #~ layout.operator_context = 'INVOKE_REGION_WIN'
- #for submodule_type in rigify.get_submodule_types():
- # text = bpy.path.display_name(submodule_type)
- # layout.operator("pose.metarig_sample_add", text=text, icon='OUTLINER_OB_ARMATURE').metarig_type = submodule_type
+ #~ for submodule_type in rigify.get_submodule_types():
+ #~ text = bpy.path.display_name(submodule_type)
+ #~ layout.operator("pose.metarig_sample_add", text=text, icon='OUTLINER_OB_ARMATURE').metarig_type = submodule_type
def rigify_report_exception(operator, exception):