- temp marker rename in menu (using python or the outliner isnt fun)

- marker selected property
- rigify error formatting error
This commit is contained in:
2010-01-21 19:43:27 +00:00
parent 8c0dff6bc3
commit 8f3f1da080
3 changed files with 17 additions and 2 deletions

View File

@@ -431,7 +431,7 @@ def generate_test(context, metarig_type="", GENERATE_FINAL=True):
else:
new_objects.append((obj, None))
else:
print("note: rig type '%s' has no metarig_template(), can't test this", module_name)
print("note: rig type '%s' has no metarig_template(), can't test this" % module_name)
return new_objects