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:
authorCampbell Barton <ideasman42@gmail.com>2020-06-22 08:04:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-06-22 08:04:55 +0300
commit69ffc879644a8edfd9308a889b16f4042e2f0b5e (patch)
treee60d740f4d40ea583441351fc7273f3cf778b278 /camera_turnaround.py
parent93231195526b1663356f16ff1828166d8bf3f96b (diff)
Fix T77568: turnaround camera crashes undoing
Diffstat (limited to 'camera_turnaround.py')
-rw-r--r--camera_turnaround.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/camera_turnaround.py b/camera_turnaround.py
index 6ffd6381..935f486e 100644
--- a/camera_turnaround.py
+++ b/camera_turnaround.py
@@ -50,6 +50,7 @@ class CAMERATURN_OT_RunAction(Operator):
bl_idname = "object.rotate_around"
bl_label = "Turnaround"
bl_description = "Create camera rotation around selected object"
+ bl_options = {'REGISTER', 'UNDO'}
def execute(self, context):
# ----------------------