Cleanup: unified range format, removed default values in tooltips
- The unified range format is used (0.0 to 1.0).
- Removed the mention of default values in tooltips.
Differential D9771
Cleanup: Use the range format "0.0 to 1.0" Authored by Yevgeny Makarov (jenkm) on Dec 7 2020, 1:07 PM.
Details
Cleanup: unified range format, removed default values in tooltips
Diff Detail
Event TimelineComment Actions Generally a nice improvement I think.
Comment Actions Removed the mention of default values. I won't touch "Hard coded Non-Linear, Gamma:1.7" since it is not clear what is meant here. #if 1
uiItemL(col, IFACE_("Hard coded Non-Linear, Gamma:1.7"), ICON_NONE);
#else
uiItemR(col, imfptr, "use_cineon_log", 0, NULL, ICON_NONE);
uiItemR(col, imfptr, "cineon_black", 0, NULL, ICON_NONE);
uiItemR(col, imfptr, "cineon_white", 0, NULL, ICON_NONE);
uiItemR(col, imfptr, "cineon_gamma", 0, NULL, ICON_NONE);
#endifComment Actions Note that this should either be split up into multiple commits, or the commit title should clarify that it's doing more than changing the range format. Comment Actions Looks good. Will change "are limited to 3 and 4 sided faces" to "are limited to 3 or 4 sided faces". With "higher values means more stability" the subject "higher values" is plural, which would result in using "mean", rather than "means". But... I would resist using the word "mean" in our case because it is natural to think of mathematical mean when dealing with values. Therefore changing to "higher values produce results with more stability, less reactivity" | |||||||||||||||||||||||||