From 6b753382d69015a70e158e340b2d49b54790d4b6 Mon Sep 17 00:00:00 2001 From: Alexander Gavrilov Date: Wed, 22 May 2019 11:56:27 +0300 Subject: Rigify: update super_chain to 2.8 and hide most operators from search. --- rigify/rot_mode.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rigify/rot_mode.py') 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): -- cgit v1.2.3