mgear-dev / mgear4

mGear v.4.x.x (python 3 ready) https://mgear4.readthedocs.io
MIT License
259 stars 91 forks source link

changed getShape to listRelatives #410

Open alex-arx opened 1 month ago

alex-arx commented 1 month ago

Description of Changes

Changed .getShape to listRelatives with the noIntermediate flag set to True to avoid issues arising from having multiple shapes. If you skin a referenced object the first shape becomes the "Orig" shape and not the skinned one.

miquelcampos commented 1 week ago

Hi @alex-arx sorry for the late reply and thanks for the PR. I will check it ASAP