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:
authorAlexander Gavrilov <angavrilov@gmail.com>2019-05-22 11:56:27 +0300
committerAlexander Gavrilov <angavrilov@gmail.com>2019-05-22 18:26:03 +0300
commit6b753382d69015a70e158e340b2d49b54790d4b6 (patch)
tree166f7b848c1df0bb7281ee0166b51643fc6ad650 /rigify/rot_mode.py
parent25f1c2b04e0d98587c88c5ea26b59650e5c2e3f7 (diff)
Rigify: update super_chain to 2.8 and hide most operators from search.
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 2b234335..fbc425f6 100644
--- a/rigify/rot_mode.py
+++ b/rigify/rot_mode.py
@@ -259,7 +259,7 @@ class CONVERT_OT_quat2eu_current_action(bpy.types.Operator):
bl_label = 'Convert Current Action'
bl_idname = 'rigify_quat2eu.current'
bl_description = 'Converts bones in current Action'
- bl_options = {'REGISTER', 'UNDO'}
+ bl_options = {'REGISTER', 'UNDO', 'INTERNAL'}
# on mouse up:
def invoke(self, context, event):
@@ -285,7 +285,7 @@ class CONVERT_OT_quat2eu_all_actions(bpy.types.Operator):
bl_label = 'Convert All Actions'
bl_idname = 'rigify_quat2eu.all'
bl_description = 'Converts bones in every Action'
- bl_options = {'REGISTER', 'UNDO'}
+ bl_options = {'REGISTER', 'UNDO', 'INTERNAL'}
# on mouse up:
def invoke(self, context, event):