Fixes T37700
Details
Details
- Reviewers
Brecht Van Lommel (brecht) - Maniphest Tasks
- T37700: Modal options: Mesh Bisect
- Commits
- rBS091740f858c1: Mesh Bisect: add header info message for modal operation
rBAC091740f858c1: Mesh Bisect: add header info message for modal operation
rB091740f858c1: Mesh Bisect: add header info message for modal operation
Diff Detail
Diff Detail
Event Timeline
| source/blender/editors/mesh/editmesh_bisect.c | ||
|---|---|---|
| 117 | This is not necessary, you can use sizeof(header) for BLI_snprintf. | |
| 158 | Actually you don't need BLI_snprintf at all, you can pass IFACE_("LMB: Click and drag to draw cut line") directly to ED_area_headerprint or assign it to a const char*, no need to do printf when it's a plain string. | |
| 191 | Code style convention is }
else { | |
Comment Actions
I'm baffled how i could fail on such a no-brainer, i'll take extra care before submitting my next patch, sorry ... :(