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-06-16 12:07:15 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-06-16 12:07:15 +0300
commita5a236df5f6630ea17958e3006070ef609c6a4b8 (patch)
treea51c94f9642c6d411718254ab9e16eb9408519b6 /system_property_chart.py
parentc2821cac0dbe37b22fa4530c881c679b035f9b8b (diff)
fix bl_info locations
Diffstat (limited to 'system_property_chart.py')
-rw-r--r--system_property_chart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/system_property_chart.py b/system_property_chart.py
index 06512a3e..7f44f89d 100644
--- a/system_property_chart.py
+++ b/system_property_chart.py
@@ -23,7 +23,7 @@ bl_info = {
"author": "Campbell Barton (ideasman42)",
"version": (0, 1, 1),
"blender": (2, 80, 0),
- "location": "Tool Shelf",
+ "location": "View3D > Sidebar > Item Tab",
"description": ("Edit arbitrary selected properties for "
"objects/sequence strips of the same type"),
"warning": "",