12-26-2020, 08:27 AM
That's because the PhysX solver happens at the end of the time step, after all other operators have evaluated.
Custom Properties does its work before PhysX evaluates, so the velocity values it returns will be different than those displayed by the Display Data operator which show end-of-step velocities which include PhysX calcs.
So, this is working as intended and not a bug.
Custom Properties does its work before PhysX evaluates, so the velocity values it returns will be different than those displayed by the Display Data operator which show end-of-step velocities which include PhysX calcs.
So, this is working as intended and not a bug.