Skip to content

Commit

Permalink
added missing ()
Browse files Browse the repository at this point in the history
Fixed issue with creating new templates
  • Loading branch information
JoshQuake committed Jul 23, 2024
1 parent 70937fc commit c54fb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addons/ue2rigify/core/scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def set_meta_rig(self=None, context=None):
else:
remove_metarig()
create_meta_rig(self, file_path=os.path.join(
Template.RIG_TEMPLATES_PATH,
Template.RIG_TEMPLATES_PATH(),
self.selected_starter_metarig_template,
f'{Rigify.META_RIG_NAME}.py'
))
Expand Down

0 comments on commit c54fb48

Please sign in to comment.