[Bf-extensions-cvs] [5618d859] master: camera_turnaround: remove from edit mode

meta-androcto noreply at git.blender.org
Tue Sep 24 08:04:00 CEST 2019


Commit: 5618d8598dc627e4a7e6571084f73f7bc1ca4c70
Author: meta-androcto
Date:   Tue Sep 24 16:03:42 2019 +1000
Branches: master
https://developer.blender.org/rBA5618d8598dc627e4a7e6571084f73f7bc1ca4c70

camera_turnaround: remove from edit mode

===================================================================

M	camera_turnaround.py

===================================================================

diff --git a/camera_turnaround.py b/camera_turnaround.py
index 342aa1cd..ab3c2700 100644
--- a/camera_turnaround.py
+++ b/camera_turnaround.py
@@ -267,6 +267,7 @@ class CAMERATURN_PT_ui(Panel):
     bl_space_type = "VIEW_3D"
     bl_region_type = "UI"
     bl_category = "Animation"
+    bl_context = "objectmode"
     bl_options = {'DEFAULT_CLOSED'}
 
     def draw(self, context):



More information about the Bf-extensions-cvs mailing list