This adds a small gradient to the right side of the line to preview
which side of the mesh is going to be affected by the gesture operation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
Overall fine, but found two smaller issues.
| source/blender/windowmanager/intern/wm_gesture.c | ||
|---|---|---|
| 211 | This must be multiplied by U.pixelsize, otherwise the gradient has half the size on hiDPI screens (confirmed with a retina screen). | |
| 282–284 | Isn't this drawn on top of the line now, darkening the white dashes? | |