Blender Git Commit Log
Git Commits -> Revision 27bb3b2
Revision 27bb3b2 by Hans Goudey (lineart-shadow) December 8, 2021, 06:53 (GMT) |
Fix: Add tooltip translation marker to disabled hints This was overlooked, as it seems there's no way for these strings to be translated currently. Generally it's not that clear whether `N_` or `TIP_` should be used in this case, but `TIP_` seems more consistent. To avoid the cost of the translation lookup when the UI text isn't necessary, we could allow the disabled hint argument to be optional. Differential Revision: https://developer.blender.org/D13141 |
Commit Details:
Full Hash: 27bb3b2f3dffc02c973f3bf0ed94e21460ec5742
Parent Commit: 4f37982
Committed By: YimingWu
Lines Changed: +13, -12
9 Modified Paths:
/source/blender/editors/space_file/asset_catalog_tree_view.cc (+1, -1) (Diff)
/source/blender/nodes/composite/nodes/node_composite_cryptomatte.cc (+2, -2) (Diff)
/source/blender/nodes/composite/nodes/node_composite_image.cc (+3, -2) (Diff)
/source/blender/nodes/composite/node_composite_util.cc (+1, -1) (Diff)
/source/blender/nodes/function/node_function_util.cc (+1, -1) (Diff)
/source/blender/nodes/geometry/node_geometry_util.cc (+1, -1) (Diff)
/source/blender/nodes/intern/node_common.cc (+1, -1) (Diff)
/source/blender/nodes/shader/node_shader_util.cc (+2, -2) (Diff)
/source/blender/nodes/texture/node_texture_util.c (+1, -1) (Diff)
/source/blender/nodes/composite/nodes/node_composite_cryptomatte.cc (+2, -2) (Diff)
/source/blender/nodes/composite/nodes/node_composite_image.cc (+3, -2) (Diff)
/source/blender/nodes/composite/node_composite_util.cc (+1, -1) (Diff)
/source/blender/nodes/function/node_function_util.cc (+1, -1) (Diff)
/source/blender/nodes/geometry/node_geometry_util.cc (+1, -1) (Diff)
/source/blender/nodes/intern/node_common.cc (+1, -1) (Diff)
/source/blender/nodes/shader/node_shader_util.cc (+2, -2) (Diff)
/source/blender/nodes/texture/node_texture_util.c (+1, -1) (Diff)