opname("..")

   9533   3   1
User Avatar
Member
2624 posts
Joined: Aug. 2006
Offline
`chs(“../../LocationPointsGeoControl/basedir”)`/`opname(“../northLevel3_locationPoints”)`.bgeo

I currently have the node named “northLevel3_locationPoints” plugged directly into my node where I am using opname , As you can see I am using a string to define the name. Is there a way to get that name automatically as soon as a node is plugged in ?

r
Gone fishing
User Avatar
Member
665 posts
Joined: July 2005
Offline
Hi,


In your Type Properties, you should see some available Events Scripts, one of the being ‘On Input Change’

This should operate just like any callback script that you're used to.


so something along the lines of this should do the trick…


opname -u . `opinput(“.”,0)`


cheers,
-j
User Avatar
Member
321 posts
Joined: July 2005
Offline
circusmonkey
`chs(“../../LocationPointsGeoControl/basedir”)`/`opname(“../northLevel3_locationPoints”)`.bgeo

I currently have the node named “northLevel3_locationPoints” plugged directly into my node where I am using opname , As you can see I am using a string to define the name. Is there a way to get that name automatically as soon as a node is plugged in ?

r
Check out opinput()
Antoine Durr
Floq FX
antoine@floqfx.com
_________________
User Avatar
Member
2624 posts
Joined: Aug. 2006
Offline
Thanks for the info , really like the opname -u . `opinput(“.”,0)` ,

r
Gone fishing
  • Quick Links