I have a plusMinusAverage node called myDensity
and an annotation node called showMyDensity
the pma node myDensity has incoming connections from elsewhere and when these change I'd like the text on the annotation node to update in exactly the same way that the "distance" tool readout works.
ideally I want to do this:
connectAttr density.output1D showDensity.text ;
but of course you can't connect attributes of different types (or so the MEL reference tells me)
does anybody know how this can be achieved...?
is there a node which will take in a particular type (ie float) and output a string...?
At the moment I'm using a scriptJob with the -ac flag to update the annotation text but that's a pretty unelegant solution and it doesn't allow the annotation to update "on the fly" like the distance tool can do.
besides, scriptJobs scare me.
:nathaN