Skip to content

Draft: Fix prop3D positioning when using transform properties

Timothee Chabat requested to merge timothee.chabat/vtk:fixPropPositioning into master

When setting Position + Scale + Origin, positionning was not done correctly even though the origin shouldn't affect the scaling or the translation. This is because scaling was done after translating to the origin.

Fix: #18530 (closed)

Edited by Timothee Chabat

Merge request reports