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:
authorCampbell Barton <ideasman42@gmail.com>2011-02-08 14:11:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-08 14:11:40 +0300
commite6f551aef77743f314368b66b590b331d3b1b38f (patch)
tree70a3a940f1c3e42319990ccfc3a6908954c5aa83 /system_property_chart.py
parent1046b16ae4ba90b9aa12937eb1cd48939f43403b (diff)
fix for error unregistering
Diffstat (limited to 'system_property_chart.py')
-rw-r--r--system_property_chart.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/system_property_chart.py b/system_property_chart.py
index 3ef6757d..8917d413 100644
--- a/system_property_chart.py
+++ b/system_property_chart.py
@@ -232,6 +232,8 @@ def register():
def unregister():
+ Scene = bpy.types.Scene
+
for cls in View3DEditProps, SequencerEditProps:
delattr(Scene,
cls._PROP_STORAGE_ID,