Jump to content

InstanceFile Geomtry Motion Blur


Recommended Posts

I recently built a animating instance geometry system. The instancefile attribute is used to select between different files. There is subframe instancefile selection information as well and the feature for subframe motion bur is enabled on the SOP. I am unable to achieve motion blur with this setup.

I was under the impression that if Mantra received subframe information of the same geometry(same number of vertices and points, with the same numbers and attributes) it would be able to compute the motion blur. 

At the current state I don't have velocities attribute associated with the loaded geometry. This is an undesired way to achieve motion blur. 

Any help would be appreciated. I can post a .HIP file when I simplify the method down to a few nodes.

Link to comment
Share on other sites

I was under the impression that if Mantra received subframe information of the same geometry(same number of vertices and points, with the same numbers and attributes) it would be able to compute the motion blur. 

 

 

This is generally true, but the instancefile is used by the Fast Point Instancing procedural and doesn't take multiple copys of the geometry for motion blur. Usually you'd either put a velocity on your instance geometry if you can get away with velocity blur or you really need true deformation blur you need to load the geometry into Houdini and use Full Point Instancing with the "instance" attribute pointing to you're geometry nodes to instance. You might be able to use packed disk primitives with the second option, to avoid having giant ifd files, but I haven't tried it yet and I'm not completley sure how they handle deformation motion blur.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...