Luke Fraser Posted May 4, 2015 Share Posted May 4, 2015 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. Quote Link to comment Share on other sites More sharing options...
DanBode Posted May 4, 2015 Share Posted May 4, 2015 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. Quote Link to comment Share on other sites More sharing options...
goafreak Posted May 8, 2015 Share Posted May 8, 2015 Have you tried to calculate the velocities with the trail SOP set to "Compute velocity"? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.