Blender Git Loki
Git Commits -> Revision 0eee384
Revision 0eee384 by Pablo Dobarro (master) October 25, 2020, 21:55 (GMT) |
Sculpt: Option to limit the action of line gestures to the segment This adds a tool property for sculpt line gesture tools (line and project) to limits its effect to the segment of the gesture instead of using the infinite line to bisect the mesh in two parts. To achieve that, the line gesture now has two extra side planes that can be enabled/disabled for getting the nodes from the PBVH and to test the vertices. Reviewed By: sergey Differential Revision: https://developer.blender.org/D9307 |
Commit Details:
Full Hash: 0eee384a8dd26062b6a479d004dcd2554940a14b
Parent Commit: c15bd1c
Lines Changed: +106, -32