Saturday, April 04, 2020

Houdini Render command line



[0] https://www.sidefx.com/docs/houdini/render/batch.html
[1] structure https://www.sidefx.com/forum/topic/52170/?page=1#post-234716

[1] https://www.sidefx.com/forum/topic/31659/?page=1#post-148027
[2] https://github.com/kiryha/Houdini/wiki/python-snippets
[3] https://houdinitricks.tumblr.com/
[4] ?? https://github.com/symek/hafarm




others
[1] https://github.com/Kitware/vtk-js



No comments:

OS Emulation on Ubuntu 20

    sudo apt update && sudo apt install qemu-system-x86   # Create a 1GB disk image   qemu-img create -f qcow2 win95.qcow2 1G qemu-i...