From 4e96e95fdfc45b55b57afc89500de5671b164f33 Mon Sep 17 00:00:00 2001 From: meta-androcto Date: Fri, 24 May 2019 18:51:51 +1000 Subject: system_property_chart: minor fixes --- system_property_chart.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '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" -- cgit v1.2.3