Anti-Distinctlyminty
Anti-Distinctlyminty
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
Setting Environment Variable from Detail Attribute? 2019年9月16日10:17
Soooo, I'm not entirely clear on the workflow here…(I appreciate that I may be jumping in the at the deep end here)
In the supplied TOPs_GeoImport_Fixed.hip is it essential to write the geo to disk? I know that memory shouldn't really be an issue, so I am just using a File Pattern TOP and Geometry Import TOP, and in /obj/geo1/Initalize the file path is set to
So, my main questions are…
In the supplied TOPs_GeoImport_Fixed.hip is it essential to write the geo to disk? I know that memory shouldn't really be an issue, so I am just using a File Pattern TOP and Geometry Import TOP, and in /obj/geo1/Initalize the file path is set to
`pdginput(@index, "", 1)`
. So, my main questions are…
- Does this setup doing anything dangerously stupid?
- Is
pdginput
a function that somehow knows what files a particular TOP node has input/output depending on when the expression is called in the evaluation chain?
Setting Environment Variable from Detail Attribute? 2019年9月16日9:36
Just coming back to this and trying to wrap my head around things and I noticed that the documentation is a little wonky. Current version of the docs for pdginput [www.sidefx.com] state that we have three arguments;
index, tag
and localize
. But in the detailed explanation of those arguments it lists; name, index
and localize
Setting Environment Variable from Detail Attribute? 2019年8月14日13:18
I spoke too soon. It hung again…I will try to reproduce.