Houdini course at CG Spectrum
My student work during the course:
My student work during the course:
Quick tutorial, easy way how you can transfer velocity vector from Houdini using Alembic.
Download : customVelocity.zip
My first Houdini Python Script. This script toggles Camera from PERSP view to SIDE view and back ( depends of camera vector ). You just need to make a Python shelf. Create new Python Tool and link my script.
Something like:
import view3d_toggle_views view3d_toggle_views.toggleViews()
Download : Toggle Views