finally completed addon
This commit is contained in:
@@ -14,6 +14,7 @@ import os
|
||||
from bpy.props import FloatProperty, PointerProperty, BoolProperty
|
||||
|
||||
from . import rigger_functionality
|
||||
from . import controlrig_generate
|
||||
|
||||
# =========================================================================
|
||||
# GLOBAL VARIABLES
|
||||
@@ -289,7 +290,8 @@ class GenerateControlRig(bpy.types.Operator):
|
||||
bl_label = "Generate Control Rig"
|
||||
bl_description = "Builds the control rig according to helper placement"
|
||||
|
||||
def execute(self, context):
|
||||
def execute(self, context):
|
||||
controlrig_generate.generatecontrolrig();
|
||||
return {'FINISHED'}
|
||||
|
||||
# REFRESH BUTTON
|
||||
@@ -432,7 +434,5 @@ def unregister():
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
# bpy.context.scene.panel_propert.panel2_g1 = True
|
||||
# bpy.context.scene.panel_propert.panel3_g1 = False
|
||||
register()
|
||||
inspect_scene()
|
||||
Reference in New Issue
Block a user