Search found 4 matches
- Fri Feb 03, 2006 8:25 pm
- Forum: Documentation & Education
- Topic: 3D File Format help!!! EEK!
- Replies: 2
- Views: 3737
Thanks for the tips. It seems like each format brings in a different amount of information... So far I've had the best luck with the .dxf format. 3ds will import (after I made the necessary code change in the script), but it doesn't keep the proper alignment/placement of the objects. However, the .d...
- Wed Feb 01, 2006 10:35 pm
- Forum: Python
- Topic: Python - 3DS Import Problem
- Replies: 40
- Views: 72413
- Wed Feb 01, 2006 8:27 pm
- Forum: Documentation & Education
- Topic: 3D File Format help!!! EEK!
- Replies: 2
- Views: 3737
3D File Format help!!! EEK!
Hi! I'm pretty new to Blender (currently pushing through documentation and tutorials... Whee!). I downloaded some pre-made models to look at, but they came in multiple formats. My question is, if you are importing into Blender, what file formats does Blender support the best (besides .blend's ? :P )...
- Wed Feb 01, 2006 8:18 pm
- Forum: Python
- Topic: Python - 3DS Import Problem
- Replies: 40
- Views: 72413
Hi.... I'm also a complete Blender newb, and I'm getting that exact error. What I'm lost on, is what exactly is the fix? Am I looking for the getUniqueName in code somewhere, so I can change 'except AttributeError:' to 'except ValueError:'? Sorry for the stupid question, I'm about a day into Blender...