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.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,