I’m trying to add multiple targets to a Path Constraint but it seems that the unique way to add a target to a Path Constraint using MaxPlus is using ParameterBlock.Path, so you only can set one target.
Anyone knows if using MaxPlus there is another way to set targets into a Path Constraint (MaxScript, for example, has a appendTarget method available)
I’ve been trying to figure out how to add a single target to a Position_Constraint object. I also can’t find any way to append targets via MaxPlus. I’m super interested in what you’re doing through the ParameterBlock though. Care to share?