gmc

gmc

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Vertex colors from Houdini to Unity Jan. 17, 2019, 3:28 a.m.

Thank you, gasanoff.
That's a pity. I'll see if I find the time to take a closer look into the importer source code.
I'll let you know if I find something…
Cheers!

Vertex colors from Houdini to Unity Jan. 16, 2019, 12:09 p.m.

Hi everybody,
I am struggling with the same issue:
My vertex animations can be sent from Houdini to Unity via alembic, but I can't send the colors over.
Renaming the Cd attrib to “Color” or “rgba” did not help, either. FBX seems not to be an option, because it drops my point based animations (but keeps the colors).

I'd just like to hear if there is a already solution for this.
@gasanoff: Did you find anything appropriate?

Is there anything either on the Unity side or in Houdini that I could do to keep my point colors?

Any help on this would be greatly appreciated!

Thanks!

HDK: changing parameter style May 24, 2017, 5 a.m.

Hi,
I was just wondering how I can change the style of a parameter in a custom SOP.
The only thing I found so far is en- or disabling it in updateParmsFlags() or locking the parameter manually.
What I would like to have is the possibility to set a parameter to read-only (with better readability than disabled) or changing text or border colors from code. Is this possible?
Could anybody please point me in the right direction?
Thanks!