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-05-24 11:51:51 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-05-24 11:51:51 +0300
commit4e96e95fdfc45b55b57afc89500de5671b164f33 (patch)
treeddd8a721a3a6c0de2ac16949cda22d51835a46a2 /system_property_chart.py
parent230180cf28f22acb03d2d89b77329c76417ef848 (diff)
system_property_chart: minor fixes
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"