[Bf-blender-cvs] [91f0a38] master: Fix T37558: Cosmetic label change to indicate that the path for individual inputs in the File Output node is actually a sub-path based on the overall node file path.

Lukas Tönne noreply at git.blender.org
Thu Nov 21 10:57:22 CET 2013


Commit: 91f0a38ad69149fb3e6c57e8a8c4ddff34c03f0f
Author: Lukas Tönne
Date:   Thu Nov 21 10:45:52 2013 +0100
http://developer.blender.org/rB91f0a38ad69149fb3e6c57e8a8c4ddff34c03f0f

Fix T37558: Cosmetic label change to indicate that the path for individual inputs in the File Output node is actually a sub-path based on the overall node file path.

===================================================================

M	source/blender/editors/space_node/drawnode.c

===================================================================

diff --git a/source/blender/editors/space_node/drawnode.c b/source/blender/editors/space_node/drawnode.c
index 50a4b51..b33c3d6 100644
--- a/source/blender/editors/space_node/drawnode.c
+++ b/source/blender/editors/space_node/drawnode.c
@@ -1635,7 +1635,7 @@ static void node_composit_buts_file_output_ex(uiLayout *layout, bContext *C, Poi
 		else {
 			col = uiLayoutColumn(layout, TRUE);
 			
-			uiItemL(col, IFACE_("File Path:"), ICON_NONE);
+			uiItemL(col, IFACE_("File Subpath:"), ICON_NONE);
 			row = uiLayoutRow(col, FALSE);
 			uiItemR(row, &active_input_ptr, "path", 0, "", ICON_NONE);
 			uiItemFullO(row, "NODE_OT_output_file_remove_active_socket", "",




More information about the Bf-blender-cvs mailing list