Recent Activity
Anthony
created page
Send selected nodes to new object (fancy way to create object merges)
7 months ago
7 months ago
Anthony
User for 3 years
Created Content
Recently Created Pages View All
Links
Big resource: https://lex.ikoon.cz/vex-snippets/
Spiral
#include "math.h" #include "voplib.h" float easeOutCirc ( float t ) { return sqrt ( 1 -...
Expressions
Switch by Normal: if(point("../resample3", 0, "N", 2)<0, 0, 1)
TOPs - symlink output file of parent
exportFile = str(work_item.expectedInputFiles[0]) dir = os.path.dirname(exportFile) newFile ...
Send nodes to new alembic export
import hou nodes = hou.selectedNodes() destnode = hou.node("/obj/EXPORT") if not destnode: ...