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:
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):