eko Posted June 2, 2020 Share Posted June 2, 2020 Hi, This problem is bothering me for quite a while.if I have a sphere which is moving fast together with camera. So the sphere is static relative to the camera. but the transformation of sphere is at the Sop level but the camera motion is at the Object level. so the motion blur is wrong. you can find the result from the pictures below. the red sphere is moving together with camera. the white small sphere is not moving. when I put the tansformation of sphere at the Object level. I got the corrent motion blur. but it's not always easy to extract the transformation from deforming object. Anyone have other solution? thanks 1.Wrong motion blur 2.correct motion blur 3. no motion blur mb_test.hip Quote Link to comment Share on other sites More sharing options...
Skybar Posted June 2, 2020 Share Posted June 2, 2020 For Deformation Motion Blur (stuff happening in SOPs), you have to set "Geo Time Samples" to at least 2 on the Mantra ROP. Quote Link to comment Share on other sites More sharing options...
eko Posted June 2, 2020 Author Share Posted June 2, 2020 Oh. that works . thanks a lot Quote Link to comment Share on other sites More sharing options...
eko Posted June 3, 2020 Author Share Posted June 3, 2020 (edited) On 6/2/2020 at 1:50 PM, Skybar said: For Deformation Motion Blur (stuff happening in SOPs), you have to set "Geo Time Samples" to at least 2 on the Mantra ROP. I have another question. the geometry deforming works fine when GeoTime samples is set to at least 2. but how about volume . I convert the red ball into volume and Motionblur is not correct. Edited June 3, 2020 by eko Quote Link to comment Share on other sites More sharing options...
Skybar Posted June 4, 2020 Share Posted June 4, 2020 17 hours ago, eko said: I have another question. the geometry deforming works fine when GeoTime samples is set to at least 2. but how about volume . I convert the red ball into volume and Motionblur is not correct. For most volumes you will need a velocity volume and use velocity blur. For this case you could also create the volume -> pack it (Pack SOP) -> then move it with a Transform SOP. The transformation data will then be on the packed object and it will blur correctly. Quote Link to comment Share on other sites More sharing options...
eko Posted June 4, 2020 Author Share Posted June 4, 2020 3 hours ago, Skybar said: For most volumes you will need a velocity volume and use velocity blur. For this case you could also create the volume -> pack it (Pack SOP) -> then move it with a Transform SOP. The transformation data will then be on the packed object and it will blur correctly. That make sense! Thanks a lot David! 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.