Blender Git Loki
Git Commits -> Revision ca9cdba
Revision ca9cdba by Hans Goudey (master) December 2, 2021, 02:55 (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: ca9cdba2df8231e88575c0d56df1f72efc819950
Parent Commit: b869da0
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)