handle binding

   2098   0   1
User Avatar
Member
9 posts
Joined: May 2006
Offline
Under the Operator Type Properties of an OTL, I'm trying to bind a handle's properties to the OTL's parameters. I'm working with a Bounder handle. I can easily bind properties like tx ty tz or sx sy sz, but it refuses to correctly bind with the boundtype or onoff - basically invalidating my handle. How can I bind to these handle properties?

Same in VEX, I cannot bind to some properties without invalidating the handle:


#pragma bindhandle myType bound “Transform” boundtype

sop my_sop(
int myType = 1;
)
{


Does not work. The only thing I can do is set it to a constant:

#pragma bindhandle !1 bound “Transform” boundtype

(yup, the “!” is needed)


Any help with this or other handle properties welcome.
  • Quick Links