Robert Osborne

skara

About Me

専門知識
Technical Director
INDUSTRY
Gamedev

Connect

LOCATION
United States
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Network Editor Wire Width can this be changed? 2022年3月12日18:40

Hi,

I use the network editor on a portrait orientated second monitor and find the wire width incredible hard to see especially with network boxes overlayed.

Is there an ini file setting somewhere that I can tweak to make the wires connecting nodes thicker

This is in Houdini 18.5.563

Thanks for any advice

Heightfields: Understanding the best way to interact with layers in a HF wrangle 2018年7月6日16:15

@jsmack - thx for the reply

I am trying to do this essentially

//bool for operation 
int success = 0;
string layerName = primattrib(0, "name", index, success);
@layerName = doSomeThingFancy();

A colleague suggested using the HF wrangle bindings tab, to autobind the @name values inadvance.
I will pursue that approach for the time being.

Would be nice to get equivalent of setpointattrib() for HeightFields.

Thanks,
R.

Heightfields: Understanding the best way to interact with layers in a HF wrangle 2018年7月4日17:51

Hi,

I am trying to modify layer values in a heightfield, but do not know the layer names up front. I get the names via the @name prim attribute. I would love to be able to use the @ syntax to set values in the layers from a derived layer name.

Setting @Derived_string_for_Layer = value obviously does not work. Is there a syntax I am unaware of to make this work?

Secondly using setpointattrib() which would allow me to work with derived attrib names in an attribute wrangle, does not work with HF from what I can see. Maybe I am just not using it correctly in HF wrangle. Could someone post an example that does work in HF wrangle? Or suggest best method to approach this type of issue when working with HF's. I would like to avoid OpenCL based kernel solution if possible.

Thanks,
R.