Blender Git Commit Log
Git Commits -> Revision 4e4e690
Revision 4e4e690 by Brecht Van Lommel (master) January 16, 2008, 23:08 (GMT) |
Dupli Bugfixes! It seems everytime I try to fix something here I break something else, but anyway, another try at getting this to work properly. Fixes for: - Getting dupliverts/faces derivedmesh with orco caused wrong results on meshes in linked dupligroups with proxy, because modifier stack was revaluated with wrong object matrix, now gets orco another way. - Fix render instances being hidden when original object was not added to the object render list. - Changed the way object instances find their original objects, now works the other way around, original objects look for their instances instead. There's probably issues still with recursive dupligroups.. |
Commit Details:
Full Hash: 4e4e69050c3bedd2e9378beaddc4305e42da411e
SVN Revision: 13262
Parent Commit: 77a6809
Lines Changed: +53, -59