I wonder if there is any way to apply to the percentage parameter according to where the object is located manually, in other words I want to create a path and four dummies and when the path constraint is created are kept in that position and apply a percentage value to the path constraint.
$pos.controller.percent = “any method of automatically applying this value and not manually”???
path1 = $Spline_01
pc= path_constraint()
$Point_PT_001.pos.controller =pc
$Point_PT_001.pos.controller.percent = 0
pc.appendTarget path1 50
deletekeys $Point_PT_001.controller #allkeys
Thank you