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/rot_mode.py
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/rot_mode.py')
-rw-r--r--rigify/rot_mode.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rigify/rot_mode.py b/rigify/rot_mode.py
index 8129040b..9abfecea 100644
--- a/rigify/rot_mode.py
+++ b/rigify/rot_mode.py
@@ -223,8 +223,8 @@ convert = convert()
class ToolsPanel(bpy.types.Panel):
bl_space_type = 'VIEW_3D'
- bl_region_type = 'TOOLS'
- bl_category = "Tools"
+ bl_region_type = 'UI'
+ bl_category = 'View'
bl_context = "posemode"
bl_label = 'Rigify Quat/Euler Converter'