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:
Diffstat (limited to 'system_property_chart.py')
-rw-r--r--system_property_chart.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/system_property_chart.py b/system_property_chart.py
index d4be32d6..06512a3e 100644
--- a/system_property_chart.py
+++ b/system_property_chart.py
@@ -21,7 +21,7 @@
bl_info = {
"name": "Property Chart",
"author": "Campbell Barton (ideasman42)",
- "version": (0, 1),
+ "version": (0, 1, 1),
"blender": (2, 80, 0),
"location": "Tool Shelf",
"description": ("Edit arbitrary selected properties for "
@@ -208,7 +208,7 @@ class SequencerEditProps(Panel):
bl_idname = "SYSPROP_CHART_PT_sequencer"
bl_space_type = 'SEQUENCE_EDITOR'
bl_region_type = 'UI'
-
+ bl_category = "Item"
bl_label = "Property Chart"
_PROP_STORAGE_ID = "sequencer_edit_props"