Hey,
having fun with some rig modification, but came up against a probably very basic problem.
I’m using the createMultNode to connect a couple of attributes, but wanted to specify which exact output it used - by default it uses x output from the mult node? When I use a list to populate the output, it uses y for the second connection, but would like to keep it all coming from x. Is there a way to do that?
example:
node.createMulNode(‘leg_L_0_ik_ctl.toeSpread’, -2, output=[‘toe_L_0_ik_cns.rotateX’, ‘toe_L_0_fk1_npo.rotateZ’])
Thanks,
Matt