Hye everyone,
I created a simple Python OBJ Node that performs some matrix stuff with the worldTransformation of another nodes.
I need to store some transform but just once (sort of rest position) and the SetCookTransform() reevaluate each time the values
I can do that with a pose Chop or maybe through userdata.
How to do that ?
Thanks