-
Constant stroke width with Rubberhose?
Hi,
I need to do some character animation where stroked shapes scale (controlled by a null) and maintain a uniform stroke width despite scale increase/decrease. (Dan Ebberts figured out the expression)
I was hoping to use Rubberhose for the character. Would I be able to get the strokes on limbs in Rubberhose to look like they are maintaining a uniform stroke? Is there any reason why whatever ends up working for the shape layer stroke widths wouldn’t work in RH layers?
I’m not at work right now and there’s no RH demo so I can’t test it out.s = transform.scale[0];
if (hasParent) s *= parent.transform.scale[0]/100;
scaleFactor = 100/s;
value*scaleFactor;