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:
authorCampbell Barton <ideasman42@gmail.com>2012-02-07 10:53:19 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-02-07 10:53:19 +0400
commit72889d8935b84ee3952ebac721f8840eb75e981d (patch)
treec104c2176b09fe78ec39efb7da85d24336b93ff9 /release/scripts/modules/bpy
parentaae52ef635d49f61934b553974312e9adeb81f16 (diff)
Code Cleanup: remove unused preset variable.
Diffstat (limited to 'release/scripts/modules/bpy')
-rw-r--r--release/scripts/modules/bpy/utils.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/release/scripts/modules/bpy/utils.py b/release/scripts/modules/bpy/utils.py
index d5abcb03164..63ba213f9b1 100644
--- a/release/scripts/modules/bpy/utils.py
+++ b/release/scripts/modules/bpy/utils.py
@@ -327,9 +327,6 @@ def refresh_script_paths():
_sys_path_ensure(path)
-_presets = _os.path.join(_scripts[0], "presets") # FIXME - multiple paths
-
-
def preset_paths(subdir):
"""
Returns a list of paths for a specific preset.