Message 1 of 1
Dynamic Node Names in Expressions?

Not applicable
03-02-2011
06:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
You know how if you change a nodeName in an expression it will also change the name inside of it as well? Well, how do we go about doing this for stuff like a pointPosition, where the nodeName is inside of a string?
For example:
If you change outputCloth1's name to myCloth then the expression stops working, because the string still says outputCloth1!
For example:
vector $v = `pointPosition -world "outputCloth1.vtx"`;
If you change outputCloth1's name to myCloth then the expression stops working, because the string still says outputCloth1!