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>2011-02-16 05:25:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-16 05:25:03 +0300
commitfee5363912d93f3ef99f3a012f5d3d3f29abe8db (patch)
tree6f68ee5445b5e72dfd4062c2caf29bf9717e660b /source/tests
parent78c135d93efe758143d21f1808c0aa7d4d902c23 (diff)
bugfix [#26094] Going to Bone Roll menu brings up python error
also correct for pep8 warnings.
Diffstat (limited to 'source/tests')
-rw-r--r--source/tests/batch_import.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/tests/batch_import.py b/source/tests/batch_import.py
index 29b6bb8b9aa..5fbe38e08ce 100644
--- a/source/tests/batch_import.py
+++ b/source/tests/batch_import.py
@@ -39,6 +39,7 @@ Example Usage:
import os
import sys
+
def clear_scene():
import bpy
unique_obs = set()