Per object motion blur can be a useful option for dealing with complex scenes.
Announcement
Collapse
No announcement yet.
Per object motion blur
Collapse
X
-
Per object motion blur
Dmitry Vinnik
Silhouette Images Inc.
ShowReel:
https://www.youtube.com/watch?v=qxSJlvSwAhA
https://www.linkedin.com/in/dmitry-v...-identity-nameTags: None
-
I'm sure there can be a time.....
but i can't think of one where it would save time not to composite that.
Reason being...wouldn't it be slower to antialias the rest of your scene behind the blurred object? I'm not an expert on that, so I don't know.
I would definitely like to see more per object controls though.
-
but there is a per object sampeling for motion blur in the object properties. its more along the lines that if you have a street scene and the buildings are not moving since the camera is not moving but a car racing by is moving then why does the whole scene need motion blur when its only the car that needs it.
---------------------------------------------------
MSN addresses are not for newbies or warez users to contact the pros and bug them with
stupid questions the forum can answer.
Comment
-
Ah yes indeed - static shots. Apparently vray makes a copy of each object for each motion blur sample so apparently it's doubling the memory requirements for a scene automatically - I think I read that somewhere on the forum but I'm possibly wrong - can anyone confirm this?
Comment
-
for example here is how motoin blur works:
1 geometry object = nth number of polygons * number of samples in motion blur = render.
so, if we have one sphere of 100 poly with two motion blur samples it will render 200 poly.
Now if we have a scene with say 1,000,000 polys and 6 samples that would be 6 million polys. Or if we stay with default 2 that would be 2 mil, imagine how simplier it could be if half of those were not considered...
Anyways, maxwell, mental ray can do this, I think vray should to.Dmitry Vinnik
Silhouette Images Inc.
ShowReel:
https://www.youtube.com/watch?v=qxSJlvSwAhA
https://www.linkedin.com/in/dmitry-v...-identity-name
Comment
-
Originally posted by Da_elfbut there is a per object sampeling for motion blur in the object properties. its more along the lines that if you have a street scene and the buildings are not moving since the camera is not moving but a car racing by is moving then why does the whole scene need motion blur when its only the car that needs it.
Per object MB would be a very good thing.
Comment
-
thanks vladoDmitry Vinnik
Silhouette Images Inc.
ShowReel:
https://www.youtube.com/watch?v=qxSJlvSwAhA
https://www.linkedin.com/in/dmitry-v...-identity-name
Comment
-
Infact, go to the Object settings dialog, uncheck the "Use default moblur samples" option; close the dialog, go to the maxScript listener and type:Code:setUserProp $nodeNameHere "VRay_MoBlur_GeomSamples" 1
Note that this disables only motion blur produced my the object itself; if the camera is moving, the object will still be blurred although it is static in the scene.
Best regards,
VladoI only act like I know everything, Rogers.
Comment
-
No camera mo blur?
I wonder if there's a way to make the camera not to blur objects if in motion, but only single objects to blur (particles for instance).
Max scanline does that, and it's pretty useful for making all sort of moblurred particle effects on slow scenes with short render times. It would be great if that's achievable in future Vray builds.
Comment
Comment