NodeNest
@nodenest
My notes on Houdini.
13 posts

basicPython02

Houdini python memo! ver 15.0.244.16

group form attribute

@group_chainA = (s@chainID == "A"); @group_chainB = (s@chainID == "B"); @group_chainC = (s@chainID == "C");

Print source code of a function

When we want to see source code of the function called "func" in "foo" library.

Set the area of ​​each fragment

Set the area of ​​each fragment to the value of the attribute called piece_area

Splitting strings with Vex

Simple example of using the split() function in Vex, to split up a string attribute for nicer group names.

[Houdini] Redshift Proxy File Instance

In this video I demonstrate how to convert a folder of .OBJ files into .RS files which can be rendered by the Redshift system. I demo a script which scans a folder looking for .OBJ files and creates a geometry node in the Houdini scene which references the item in the folder. A naming system is put in place which allows logical referencing of generated proxy files via simple VEX code. This system demonstrates how you can use one file type, .bgeo.sc, to drive the viewport display and another file type, .rs, for rendering.

https://www.sidefx.com/tutorials/god-rays-light-beams-through-volumes-updated-20170508/

https://www.sidefx.com/tutorials/god-rays-light-beams-through-volumes-updated-20170508/

Link SOP solver

https://www.youtube.com/watch?v=hFWHtM1f5bo

reff

ok

Display voxel as points

use volume wrangel>