Multi-segment transformation and deformation motion blur #85
Labels
enhancement
New feature or request
in discussion
Still requires a discussion
question
Further information is requested
The motion blur code in
HdCyclesMesh
uses a fixed number of motion stepsHD_CYCLES_MOTION_STEPS
for both transformation and deformation blur. Deformation blur is also always turned on which could results in additional copies of the mesh as the points are not tested to be time varying before they are sampled and copied to the Cycles mesh. The code mentions that it depends on the Schema PR, maybe we can wait for that to clear up the logic.Changing it requires a bit of refactoring. Are there possible complications to changing it?
The text was updated successfully, but these errors were encountered: