Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2011-11-01 23:48:45 +0400
committerThomas Dinges <blender@dingto.org>2011-11-01 23:48:45 +0400
commitea2f7c907c5de85b34c2c0a87bf4dd0a347004d3 (patch)
tree23709a1e71fe71c7c5118947e756740f3ffd3a94 /source/blender/python/simple_enum_gen.py
parent785de4cbfc424fb095ed549f6d9e733014224a51 (diff)
== Removal of SpaceSound ==
* Removed old, unused Space Sound space * Removed data struct and Theme settings * Old files with an open Audio window will be loaded as Info Space
Diffstat (limited to 'source/blender/python/simple_enum_gen.py')
-rw-r--r--source/blender/python/simple_enum_gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/simple_enum_gen.py b/source/blender/python/simple_enum_gen.py
index 1455747cdbb..f01b7011e4f 100644
--- a/source/blender/python/simple_enum_gen.py
+++ b/source/blender/python/simple_enum_gen.py
@@ -30,7 +30,7 @@ defs = """
SPACE_SEQ,
SPACE_TEXT,
SPACE_IMASEL, #Deprecated
- SPACE_SOUND,
+ SPACE_SOUND, #Deprecated
SPACE_ACTION,
SPACE_NLA,
SPACE_SCRIPT,