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:
authormeta-androcto <meta.androcto1@gmail.com>2019-09-24 09:03:42 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-09-24 09:03:42 +0300
commit5618d8598dc627e4a7e6571084f73f7bc1ca4c70 (patch)
treea57dcb62bb703e77e3af5738451b062f7643ffaf /camera_turnaround.py
parent083bf067f9968d38896dfa351b6007ae20b62974 (diff)
camera_turnaround: remove from edit mode
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 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):