Carlos Dordelly Profile picture
3D Artist & Director Co-Founder at @dyne_studio. Challenging myself to experiment and translate what can be created through the beauty of CG imaginary.
Mar 29, 2022 4 tweets 4 min read
Today's @motionoperators #QuickTip + @origamivfx #ODTools 'Copy Spare Input from Clipboard':

1-Create 1 pt
2-Add some falloff (Noise + Time in this case)
3-Add falloff output as spare input
4-Read the attribute with point() expression

RT 4 more tips🥰
#houdini #motionGraphics This is the point() expression that I used:

point(-1, 0, "mops_falloff", 0)

🔴"-1" will read the first spare input of the node.
🟠"0" is the point number index
🟢attribute that you want to read
🔵component index of the attribute, for example one Color (vector) have 3 components Image