Blender Git Loki
Git Commits -> Revision 6122d50
Revision 6122d50 by Chris Want (master) July 19, 2006, 13:05 (GMT) |
Converting a mesh object with modifiers to a temporary mesh during export would cause a problem since the temporary meshes created would often reuse the same name for many objects. This fix mangles the object name and uses this for the temporary mesh name to avoid this problem. (The naming is important, since vrml has 'DEF' and 'USE' statements that are used like C macros, so if two meshes have the same name the exporter will try to 'recycle' data to keep file sizes low). |
Commit Details:
Full Hash: 6122d501e745a359027a5c2c2bb533455011bd7a
SVN Revision: 8188
Parent Commit: f4737af
Lines Changed: +13, -1
1 Modified Path:
/release/scripts/vrml97_export.py (+13, -1) (Diff)