See also: https://developer.blender.org/T78391
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
Accepting, only minor changes needed.
Also, the patch description should include a short note on why the change is useful, with a reference to T78391.
| release/scripts/startup/bl_ui/space_image.py | ||
|---|---|---|
| 1535–1540 | This could be shown even when there is no image (just greyed out), mainly because it's confusing if docs reference to a setting which the user can't see on-screen. | |
| source/blender/makesrna/intern/rna_space.c | ||
| 3623 | Booleans typically use prefix use_ or for display options show_, show_grid_over_image seems fine. Also, would rather keep use_custom_grid & custom_grid_subdivisions together, this could be moved before/after. | |