Hello,
If I understood it right, to rescale the actor while preserving its position, you need to:
- Move the actor so the center of the object is at the origin;
- Apply scale;
- Move the actor back to its former position;
This way you’ll get the effect of resizing geometry without moving the object.
best,
PC