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>2009-11-23 16:06:26 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-11-23 16:06:26 +0300
commite9db9f2a917815bdfa1ac35db474d17f0c3bbc43 (patch)
tree4b5657df63f983c793c8964e944ee04ec8bfa057 /release/scripts/modules/bpy
parent78b76cc39fdada13c088e4404b72792bdab5414d (diff)
- made properties in the view3d panel only show when there are some properties available since this the option to add props isnt in this panel
- remove print on startup
Diffstat (limited to 'release/scripts/modules/bpy')
-rw-r--r--release/scripts/modules/bpy/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/modules/bpy/__init__.py b/release/scripts/modules/bpy/__init__.py
index bbda95837ad..39b8fd340ba 100644
--- a/release/scripts/modules/bpy/__init__.py
+++ b/release/scripts/modules/bpy/__init__.py
@@ -44,7 +44,6 @@ def load_scripts(reload_scripts=False):
return None
for base_path in utils.script_paths():
- print(base_path)
for path_subdir in ("ui", "op", "io"):
path = os.path.join(base_path, path_subdir)
sys.path.insert(0, path)