Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2018-10-26 20:07:26 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-10-26 20:07:28 +0300
commit2600e2f26320dbcc142f0eafa7e0e82a3074161c (patch)
tree7c1c63b670fb09fb6f13d11428fcfe858a85f1fb /rigify/legacy
parent2e14c2aa69726b472f8758f62ad839eddaf63bfe (diff)
Rigify UI: Move operators to sidebar
Since some recent change in 2.8 the UI for rigify is no longer working. Note: if your object has ANY custom property, the custom property shows as a Misc. category, it is not particular to rigify, so I will not bother with this here.
Diffstat (limited to 'rigify/legacy')
-rw-r--r--rigify/legacy/ui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rigify/legacy/ui.py b/rigify/legacy/ui.py
index 2671108b..f04ec335 100644
--- a/rigify/legacy/ui.py
+++ b/rigify/legacy/ui.py
@@ -200,9 +200,9 @@ class BONE_PT_rigify_buttons(bpy.types.Panel):
class VIEW3D_PT_tools_rigify_dev(bpy.types.Panel):
bl_label = "Rigify Dev Tools"
- bl_category = 'Tools'
bl_space_type = 'VIEW_3D'
- bl_region_type = 'TOOLS'
+ bl_region_type = 'UI'
+ bl_category = 'View'
@classmethod
def poll(cls, context):