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:

Javascript DEBUG functions

    Object . entries ( obj ) const obj = { foo : "bar" , baz : 42 } ; console . log ( Object . entries ( obj ) ) ; // [ [...