Alex Ko

AlexKo

About Me

専門知識
Game Artist
業界:
Gamedev

Connect

LOCATION
Sweden
ウェブサイト

Houdini Engine

Availability

Not Specified

Recent Forum Posts

set the Operator style to VEX type, and set the Network Type to Geometry Operator not possible 2017年6月11日14:46

jlait
CVEX operators will show up in SHOPs, not in SOPs.

So you need to:
1) Create a CVEX operator.
2) In a normal SOP hda, add a shopnet and put your cvex operator in there.
3) Use an Attribute VOP inside of that SOP hda. This can be pointed to the CVEX operator you put inside of the SHOP network rather than using its own code.

Note that any example you are following would be building something in the “sop” context, however, which is not the same as the CVEX context. CVEX has all the new features (geometry creation, array attribute support, etc), but some old features changed name/parameters, so you can't just copy and paste.

Thanks! I think I got it.
I need to dig deeper, but at least now I know where dig

set the Operator style to VEX type, and set the Network Type to Geometry Operator not possible 2017年6月7日19:45

Hi! I have the same problem.

I've tried creating CVEX Operator but the problem is that I can't find my operator in TAB menu.
I'm following tutorial where I need to do what Draško Ivezić said, so not sure if Im mising something that is now obvious in never version.

Do I need to do some additional steps to make operator visible in Tab Library?
Or maybe CVEX should be called somehow else?

I have an example of tutorial with Vex Geometry Operator, and file opens fine - I can find the embedded operator within.

so, yeah….