Blender Git Commit Log
Git Commits -> Revision ae049a6
Revision ae049a6 by Germano Cavalcante (master) May 1, 2020, 12:32 (GMT) |
Improve proportional edit drawing (This is a simplified version of D4786) The advantage of highlighting the points would be to indicate more clearly what is affected by the proportional edit. The default circle is not so informative and sometimes it is even off screen so the user loses the quick identification of the influence. (See T75482) The disadvantage of this design is that the points could end up hiding the mesh. The original patch added the option `draw_proportional_gradient`, but I prefer to avoid adding more options and more information to the interface. I'm not sure if the advantages outweigh the disadvantages. {F8504097} Reviewers: #user_interface, #modeling Subscribers: |
Commit Details:
Full Hash: ae049a6c6ac545b2c9eadf759f40ad864f436ff1
Parent Commit: aa72e3a
Lines Changed: +68, -0
1 Modified Path:
/source/blender/editors/transform/transform_constraints.c (+68, -0) (Diff)