romanvolodin / dynamic_parent

Dynamic Parent addon for Blender
192 stars 28 forks source link

How to re-enable the disabled one? #5

Closed ejamshidiasl closed 2 years ago

ejamshidiasl commented 2 years ago

Hello and thanks for really good addon. i need to re-enable the disabled constraint. is it possible to do that? how?

romanvolodin commented 2 years ago

You're very welcome! =)

No, unfortunately it’s not possible. When you disable DP, Blender calculates constraint transform matrix for the child object. Since a constraint can have only one matrix, we have to create new constraint each time.