Blender Git Commit Log
Git Commits -> Revision 7bc693d
Revision 7bc693d by Bastien Montagne (master) March 17, 2012, 14:42 (GMT) |
Big step forward nodes UI translation: *Add menu is now translated. *Nodes' title is now translated. *Nodes' sockets' labels are now translated. However, about the last point, and unless I�??m mistaking, we�??ll have to add the "i18n tag" N_() to all sockets' names, in the input/ouput templates declaration, in all nodes' files, as those sockets are collections created at runtime, I think po-generating script has no way to access that from bpy.types... Quite a piece of (borring) work. :/ |
Commit Details:
Full Hash: 7bc693d1075a72b2f6c7abb1239432b4c442a92f
SVN Revision: 44942
Parent Commit: 1f6ae5e
Lines Changed: +36, -26
6 Modified Paths:
/source/blender/blenkernel/intern/node.c (+3, -3) (Diff)
/source/blender/editors/space_node/node_draw.c (+15, -11) (Diff)
/source/blender/editors/space_node/node_header.c (+5, -5) (Diff)
/source/blender/nodes/composite/nodes/node_composite_moviedistortion.c (+4, -2) (Diff)
/source/blender/nodes/intern/node_common.c (+3, -1) (Diff)
/source/blender/nodes/intern/node_util.c (+6, -4) (Diff)
/source/blender/editors/space_node/node_draw.c (+15, -11) (Diff)
/source/blender/editors/space_node/node_header.c (+5, -5) (Diff)
/source/blender/nodes/composite/nodes/node_composite_moviedistortion.c (+4, -2) (Diff)
/source/blender/nodes/intern/node_common.c (+3, -1) (Diff)
/source/blender/nodes/intern/node_util.c (+6, -4) (Diff)