I made a copy of an object that contains a constraint path and I want to change only the path object that is assigned to it. My intention is to keep the percentage already established from the previous path.
The object is not an instance is just a copy, the controllers as far as I can see are not instantiated, I don’t know why it returns to the initial value by saving the scene.
contArray = $Point_001
for o in contArray do
(
o.pos.controller.Path_Constraint.controller.appendtarget $Mid 50
o.pos.controller.Path_Constraint.controller.deleteTarget 1
)
