Blender Git Loki
Git Commits -> Revision 64b5888
Revision 64b5888 by Pablo Dobarro (master) November 26, 2020, 23:18 (GMT) |
Sculpt: Refactor transform code to allow incremental updates This adds support for incremental updates in the sculpt transform code. Now tools can define if they need the displacement applied for the original coordinates or incrementally. This is needed for features like elastic transform or cloth deformation target in the transform tool. No functional changes. Reviewed By: sergey Differential Revision: https://developer.blender.org/D9547 |
Commit Details:
Full Hash: 64b58888fba96d189cda68918fbf8ac2c0a543b6
Parent Commit: 26eb8d6
Lines Changed: +123, -53