On 26.01.2013 22:04, Matt Ebb wrote: > As a hint, It will probably be faster for you to minimize scene updates, so > rather than set the current frame for all your subframe steps, for each > object, it will be better to set the frame to the first subframe, iterate > over your required objects storing their matrices, the set the frame to a new > subframe, and then go over and collect all the matrices again. I do something > a bit like that in the 3delight exporter.
Yeah, I thought about it but it would require some non-trivial refactoring of the exporter. The current way was very non-intrusive :) I'll probably do this if it becomes an issue. Cheers - Asbjørn _______________________________________________ Bf-python mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-python
