[Bf-extensions-cvs] [0d57c62d] blender-v2.82-release: Rigify: fix the UI script naming consistency (mentioned in T71678)

Alexander Gavrilov noreply at git.blender.org
Tue Jan 14 16:54:14 CET 2020


Commit: 0d57c62d6f7b8861c041cd910a5c7a893c47152f
Author: Alexander Gavrilov
Date:   Tue Jan 14 18:25:13 2020 +0300
Branches: blender-v2.82-release
https://developer.blender.org/rBA0d57c62d6f7b8861c041cd910a5c7a893c47152f

Rigify: fix the UI script naming consistency (mentioned in T71678)

===================================================================

M	rigify/rig_ui_template.py

===================================================================

diff --git a/rigify/rig_ui_template.py b/rigify/rig_ui_template.py
index bb5a9cbd..411c9417 100644
--- a/rigify/rig_ui_template.py
+++ b/rigify/rig_ui_template.py
@@ -1163,7 +1163,7 @@ class ScriptGenerator(base_generate.GeneratorPlugin):
 
         # Generate the UI script
         if metarig.data.rigify_rig_basename:
-            rig_ui_name = metarig.data.rigify_rig_basename + '_rig_ui.py'
+            rig_ui_name = metarig.data.rigify_rig_basename + '_ui.py'
         else:
             rig_ui_name = 'rig_ui.py'



More information about the Bf-extensions-cvs mailing list