appleseedhq / appleseed

A modern open source rendering engine for animation and visual effects
https://appleseedhq.net/
MIT License
2.21k stars 331 forks source link

Implement transformation motion blur for objects and assemblies #145

Closed dictoon closed 10 years ago

dictoon commented 12 years ago

Done for assemblies in b16490d6367a76032aae758fd971b56f694fef0e.

jonathantopf commented 11 years ago

can this issue be closed?

dictoon commented 11 years ago

Nope, transformation motion blur is not yet supported for objects, only for assemblies. That being said, I'm not sure it makes sense to implement it as it's trivial to put an object into its own assembly if it needs true transformation motion blur...

On Dec 22, 2012, at 8:35 PM, Jonathan Topf notifications@github.com wrote:

can this issue be closed?

— Reply to this email directly or view it on GitHubhttps://github.com/jupiter-jazz/appleseed/issues/145#issuecomment-11640488.

dictoon commented 10 years ago

Transformation motion blur of objects is achieved by placing the corresponding object instances into their own assemblies, and by assigning transform sequences to the corresponding assembly instances.