[SOLVED] Motion Blur caused by replacing one geometry with another

   735   3   1
User Avatar
Member
39 posts
Joined: Dec. 2018
Offline
I'm dealing with the attached setup.

If you render frame 72 (and that's not the only one) with Redshift or Mantra you'll see one of the cubes is strongly motion blurred, unrealistically so. This happens because the copy_to_point node switches between two different sources of the cube to copy and some of the internal geometry "jumps" from one frame to the next even if it's not visible from the camera.

Somehow I thought that by assigning zero velocity to the points in the appropriate frames I wouldn't get any motion blur, but I still get it.

In Redshift it disappears if I turn Deformation Blur off, but then the desirable motion blur in other frames is also off. In Mantra it seems to show the problem no matter what I do.

Suggestions?
Edited by manu3d - Feb. 16, 2024 09:37:21

Attachments:
for_the_forum.hiplc (531.5 KB)
frame_72.jpg (113.5 KB)

User Avatar
Member
119 posts
Joined: Aug. 2017
Offline
HDA
Edited by cncverkstad - Feb. 8, 2024 13:09:32

Attachments:
for_the_forumatt.hipnc (1.1 MB)
Untitled-1df.jpg (110.8 KB)

Conservation of Momentum
User Avatar
Member
39 posts
Joined: Dec. 2018
Offline
@cncverkstad... can you elaborate a little? It appears you are using non-standard nodes? What does it do? Can the issue be fixed with the standard Houdini toolset?
User Avatar
Member
39 posts
Joined: Dec. 2018
Offline
Turns out the solution was in part enabling
- Redshift OBJ/Settings/Mesh Deformation Blur From Velocity Attribute
(notice this is an object-level redshift setting)

and in part having unique point IDs so that velocities can be calculated from the previous unique point ID if available or set to zero if not.
  • Quick Links