Skip to content
Snippets Groups Projects
Commit 69ffc879 authored by Campbell Barton's avatar Campbell Barton
Browse files

Fix T77568: turnaround camera crashes undoing

parent 93231195
No related branches found
No related tags found
No related merge requests found
......@@ -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):
# ----------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment