isconnected vex function cannot compile

   1972   3   1
User Avatar
Member
5 posts
Joined: Sept. 2014
Offline
Hi All,
Am I totally missing some point here?

Isconnected should work… at least the docs says:
http://www.sidefx.com/docs/houdini15.0/vex/functions/isconnected [sidefx.com]

Attachments:
isconnectedIssue.jpg (188.7 KB)

User Avatar
Staff
2593 posts
Joined: July 2005
Offline
Andras Liptak
Hi All,
Am I totally missing some point here?

Attribute wrangle runs in the CVEX context, so isconnected() is not available.
User Avatar
Member
5 posts
Joined: Sept. 2014
Offline
Many thanks for the quick answer! I see now.

One more little thing: if the context is not specified explicitly in the doc does it mean the function is available in all context?
Like this:
http://www.sidefx.com/docs/houdini15.0/vex/functions/intersect [sidefx.com]
User Avatar
Staff
2593 posts
Joined: July 2005
Offline
Andras Liptak
Many thanks for the quick answer! I see now.

One more little thing: if the context is not specified explicitly in the doc does it mean the function is available in all context?
Like this:
http://www.sidefx.com/docs/houdini15.0/vex/functions/intersect [sidefx.com]

I'm not sure – I guess so?

You can always check using:
% vcc -X cvex

which lists all the functions available in the CVEX context.
  • Quick Links