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>2006-12-16 01:14:33 +0300
committerCampbell Barton <ideasman42@gmail.com>2006-12-16 01:14:33 +0300
commit827cce172c8c203d85bd2b2f1515d71d2f289adf (patch)
tree491b231407ee803f210262292def99091c8aa242 /release/scripts/import_obj.py
parent0369f08299e0a3462c697fcc4133f0bca53162c0 (diff)
update to Axiscopy, more error checking. basic functionality the same.
- Dont allow it to apply the matrix twice to a linked-dupe. (Same as Apply Loc/Size/Rot) - Make sure that the source object is active, not just the first selected object. - Use Mesh instead of NMesh. - use mesh.transform(mat) rather then vert by vert vec*mat Other scripts had pupBlock changes for better layout.
Diffstat (limited to 'release/scripts/import_obj.py')
-rw-r--r--release/scripts/import_obj.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/import_obj.py b/release/scripts/import_obj.py
index fe16afea248..ed379ac52ab 100644
--- a/release/scripts/import_obj.py
+++ b/release/scripts/import_obj.py
@@ -734,7 +734,6 @@ def load_obj_ui(filepath, BATCH_LOAD= False):
('Split by Groups', SPLIT_GROUPS, 'Import OBJ Groups into Blender Objects'),\
('Split by Material', SPLIT_MATERIALS, 'Import each material into a seperate mesh (Avoids > 16 per mesh error)'),\
('Clamp Scale:', CLAMP_SIZE, 0.0, 1000.0, 'Clamp the size to this maximum (Zero to Disable)'),\
- '',\
('Image Search', IMAGE_SEARCH, 'Search subdirs for any assosiated images (Warning, may be slow)'),\
]