Blender Git Loki
Git Commits -> Revision b508536
Revision b508536 by Sybren A. Stüvel (master) December 5, 2019, 16:03 (GMT) |
UI: Add tooltips for modifiers When adding a modifier to an object, the drop-down select box has the same mouse-over tooltip for each modifier type: "Add a procedural operation/effect to the active object". This isn't helpful when you don't know what the modifier does from just reading the name. This patch adds descriptions for most modifier types, so that it's clearer what the modifiers do. The text was provided by @werwack after discussion on DevTalk[1] and taken from the Blender Manual, and subsequently updated by @billreynish and @HooglyBoogly. Not all modifiers have a short one-line description in the manual, hence those are still missing in this patch. [1] https://devtalk.blender.org/t/ui-contextual-modifier-description-in-the-tooltips-of-the-add-modifier-dialog-window/10382 Reviewed By: billreynish Differential Revision: https://developer.blender.org/D6352 |
Commit Details:
Full Hash: b50853611e8e4cd6904fb3ce63656a1bccf2976a
Parent Commit: fe60508
Lines Changed: +184, -45
1 Modified Path:
/source/blender/makesrna/intern/rna_modifier.c (+184, -45) (Diff)