[Bf-python] Getting fcurve data from parented object

Asbjørn lordcrc at gmail.com
Sun Jan 27 20:43:53 CET 2013


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




More information about the Bf-python mailing list