Hi! I don't understand how to make motion blur effect on ornithopter blades (from Dune) without creating animation (Arnold renderer).
Now it creates a solid blur on the entire surface of the blades. And I need it to be less at the base than at the end of the blades.
The code is in Attribute Wrangle:
v@v={0,1,0};
v@v*=chf(“v_mult”)* @mask;
How to make motion blur effect on ornithopter blades
855 2 1-
- allseeingeyeday
- Member
- 5 posts
- Joined: Sept. 2024
- Offline
-
- bollili
- Member
- 214 posts
- Joined: Dec. 2009
- Offline
-
- tamte
- Member
- 9105 posts
- Joined: July 2007
- Offline
If your v attribute looks good when visualized in the viewport, make sure that you render your object with Velocity MB
Also if you need curved MB you may want to create additional v@accel or v@force attribute and use Acceleration MB
https://help.autodesk.com/view/ARNOL/ENU/?guid=arnold_for_houdini_geometry_ah_Motion_Blur_geometry_html [help.autodesk.com]
Also if you need curved MB you may want to create additional v@accel or v@force attribute and use Acceleration MB
https://help.autodesk.com/view/ARNOL/ENU/?guid=arnold_for_houdini_geometry_ah_Motion_Blur_geometry_html [help.autodesk.com]
Tomas Slancik
CG Supervisor
Framestore, NY
CG Supervisor
Framestore, NY
-
- Quick Links