Nik S.
NiX
About Me
Head of Effects - Rising Sun Pictures
専門知識
CG Supervisor
業界:
Film/TV
Connect
LOCATION
Australia
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
Post your favourite Wrangle SOP presets 2018年12月27日22:42
Been using compile sop workflows a lot recently and have been looking for wrangley ways to do some of the things which are not compilable -
//Attribute Transfer
int handle = pcopen(@OpInput2, “P”, @P, chf(“rad”), chi(“num”));
vector lookup_P = pcfilter(handle, “P”); //Average P
vector lookup_attrib = pcfilter(handle, chs(“attrib”)); //Average of attrib
i@many = pcnumfound(handle);
if(i@many>0){
`chs(“attrib_cast”)` = lookup_attrib; //Supply the attribute you want to transfer
v@P = lerp(v@P, lookup_P, chf(“mix”));
}
//Attribute Transfer
int handle = pcopen(@OpInput2, “P”, @P, chf(“rad”), chi(“num”));
vector lookup_P = pcfilter(handle, “P”); //Average P
vector lookup_attrib = pcfilter(handle, chs(“attrib”)); //Average of attrib
i@many = pcnumfound(handle);
if(i@many>0){
`chs(“attrib_cast”)` = lookup_attrib; //Supply the attribute you want to transfer
v@P = lerp(v@P, lookup_P, chf(“mix”));
}
Anyone using Houdini in dual monitor setup? 2011年11月8日19:04
I use 2 monitors at work, really awesome,
generally on my main 26 inch I have a Scene View and 2 Parameter panels, then on the right monitor the 21 inch, I have 2 network views corresponding to the 2 Parameter views on the left. The additional space on my second monitor has a channel editor and a details view.
Can't post a screenshot sorry,
- N
generally on my main 26 inch I have a Scene View and 2 Parameter panels, then on the right monitor the 21 inch, I have 2 network views corresponding to the 2 Parameter views on the left. The additional space on my second monitor has a channel editor and a details view.
Can't post a screenshot sorry,
- N