Attribute Type


#1

Hi everybody


What is this attribute type, can i create and query value of it?
Thanks


#2

Change its value and look in the history pane (upper pane) in the script editor.

This is an example of the the mel that it shows when I drag one of the knots on the ramp.

setAttr |nCloth1|nClothShape1.fieldScale[2].fieldScale_FloatValue 0.54;
setAttr |nCloth1|nClothShape1.fieldScale[2].fieldScale_Position 0.495652;
setAttr |nCloth1|nClothShape1.fieldScale[2].fieldScale_Interp 1;

So you can set the values and positions and interp like shown above and query them with getAttr.

David


#3

Omg, it has been a while since last time we were talking David.So glad that you still here :smiley:

So basically, is this attribute same as Ramp node? I would love to use this to control the fall-off rate of constraint’s weight in my rig.