ShrinkWrap import

Hi Thomas,

I noticed that the loadDeformers build function imports shrinkwraps (name, deformer and weightpaint) correctly on the deformed mesh, but seems to forget to reconnect the driver mesh - the one the shrinkwrap wraps the deformed mesh to. Would you happen to know why this happens? I’m currently on Kangaroo Builder version 5.19, but looking to update to 5.22.

Kind regards,

Arnout

Hi @arnout
It doesn’t connect those deformers. Never did that.

The correct way is to create the deformer with a python function that runs before loadDeformers, and make sure it’s already named correctly.

Then the loadDeformers will load the weights and set attribute values

1 Like

Hi @ThomasBittner ,

Thanks for the quick reply, I’ll set up a python function then!