Hi,
I'm trying to get the deformed points from an object with a skin deformer using this code.
op.GetDeformCache().GetPoint(231)
The code above is different from just the GetPoint
only but it does not correspond with the world position.
You can see the illustration of the problem here:
https://www.dropbox.com/s/kwy0cf7y2sfoubm/c4d098_deform_points.png?dl=0
There are existing threads, but for some reason, the answers are not conclusive:
https://plugincafe.maxon.net/topic/6566/7105_world-coord-of-points-of-deformed-object
https://plugincafe.maxon.net/topic/9041/11999_getting-deformed-points
Is there a way around this?
Thank you for looking at my problem