Hi,
is it possible to have a VRayUserAttribute on a transform be driven by another VRayUserAttribute.
I would like to be able to control the value of a UserAttribute through another UserAttribute, so I can easily apply the values in the hypershade for multiple objects.
Something like myUserAttribute = myOtherUserAttribute instead of using fixed values (myUserAttribute = 1).
So if I change the value of "myOtherUserAttribute " in the hypershade (!) it automaticly applies its value to all objects with "myUserAttribute = myOtherUserAttribute".
Otherwise I would have to go through every Node that has "myOtherUserAttribute " and change it with a fixed Value.
I hope this is not too confusing to understand.
is it possible to have a VRayUserAttribute on a transform be driven by another VRayUserAttribute.
I would like to be able to control the value of a UserAttribute through another UserAttribute, so I can easily apply the values in the hypershade for multiple objects.
Something like myUserAttribute = myOtherUserAttribute instead of using fixed values (myUserAttribute = 1).
So if I change the value of "myOtherUserAttribute " in the hypershade (!) it automaticly applies its value to all objects with "myUserAttribute = myOtherUserAttribute".
Otherwise I would have to go through every Node that has "myOtherUserAttribute " and change it with a fixed Value.
I hope this is not too confusing to understand.
Comment