kan boge
lb29212746
About Me
Connect
LOCATION
Not Specified
WEBSITE
Houdini Skills
Availability
Not Specified
Recent Forum Posts
Expression path type,I don't understand,please help me! Feb. 8, 2022, 11:31 p.m.
frBorges34 34Oh, thank you so much. I forgot about it
Not sure if I understand correctly your question, but :
The first one refers to the foreach_begin1_metadata1 iteration's attribute, using the absolute path.
The second one refers to the same, using a relative path
the third looks two levels above the level where the actual (relative, again) path is declared
Houdini node's organization is working like a file system, and therefore works with the same type of path declaration that is found in a lot of coding languages (Historically, I'd say Unix system, but I'm not a specialist)
The documentation has some explanation on it [www.sidefx.com].
Or you can find more info on this kind of site [pyrochlore.net]
what does the middle point mean ,"const. Activation" ?? Feb. 7, 2022, 12:12 a.m.
what does the middle point mean ,For example, parameters "const. Activation" and "const. Birth rate" 。
besides ,in help docment,Is "Impulse Birth Rate" the same as "Impulse Count"?
besides ,in help docment,Is "Impulse Birth Rate" the same as "Impulse Count"?
Expression path type,I don't understand,please help me! Feb. 15, 2021, 11:19 a.m.
Expression path type,I don't understand
i am new driver,
At present, I find that different indentations can lead to different results!
I don't understand the difference between these three lines of code
detail("/obj/geo1/foreach_begin1_metadata1","iteration",0)
detail("../foreach_begin1_metadata1","iteration",0)
detail("/../../foreach_begin1_metadata1","iteration",0)
The results of the first two lines are the same, and the bottom line is different
i am new driver,
At present, I find that different indentations can lead to different results!
I don't understand the difference between these three lines of code
detail("/obj/geo1/foreach_begin1_metadata1","iteration",0)
detail("../foreach_begin1_metadata1","iteration",0)
detail("/../../foreach_begin1_metadata1","iteration",0)
The results of the first two lines are the same, and the bottom line is different