Skip to content
Snippets Groups Projects
Commit 06b71c0b authored by Nathan Vegdahl's avatar Nathan Vegdahl
Browse files

Rigify now automatically runs the generated rig UI script after generating

the rig.
parent bbeb2132
No related branches found
No related tags found
No related merge requests found
......@@ -295,6 +295,9 @@ def generate_rig(context, metarig):
script.write(UI_REGISTER)
script.use_module = True
# Run UI script
exec(script.as_string(), {})
t.tick("The rest: ")
#----------------------------------
# Deconfigure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment