[Bf-extensions-cvs] [4e96e95f] master: system_property_chart: minor fixes

meta-androcto noreply at git.blender.org
Fri May 24 10:52:14 CEST 2019


Commit: 4e96e95fdfc45b55b57afc89500de5671b164f33
Author: meta-androcto
Date:   Fri May 24 18:51:51 2019 +1000
Branches: master
https://developer.blender.org/rBA4e96e95fdfc45b55b57afc89500de5671b164f33

system_property_chart: minor fixes

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

M	system_property_chart.py

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

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"



More information about the Bf-extensions-cvs mailing list