Tomas Slancik
tamte
About Me
業界:
Advertising / Motion Graphics
Connect
LOCATION
New York,
United States
ウェブサイト
Houdini Engine
Availability
I am currently employed at Method Studios
Recent Forum Posts
About Houdini timeshift node 2024年9月13日12:03
The frame in timeshift is the frame at which you want to evaluate the input geometry
So if you want the frame 1 to start at 21 then you need to use $F-20
Since then when you are at frame 21 it will evaluate the frame 1 (21-20) of your input geo
You can also use Retime SOP to do some common time manipulation like in your case Shift Range
So if you want the frame 1 to start at 21 then you need to use $F-20
Since then when you are at frame 21 it will evaluate the frame 1 (21-20) of your input geo
You can also use Retime SOP to do some common time manipulation like in your case Shift Range
Nested dictionary in VEX showing unexpected behavior. 2024年9月12日14:59
aeonzeonthey are passed by reference to functions when used as arguments
I was under the impression that in VEX, variables are passed by reference.
but assignment using = will pass evaluated value
Copytopoint node driven by 3@transform? 2024年9月11日10:59
jackdon4682It's listed here, it can be 3x3 or 4x4 matrix
But I'm a little confused that I find nothing with 3@transform in official manual,
https://www.sidefx.com/docs/houdini/copy/instanceattrs#attributes [www.sidefx.com]