Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2008-02-29 02:14:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-02-29 02:14:55 +0300
commit5665d9333e8f1e047f838a4f64a2b3398fd76b28 (patch)
tree07b9470e346de53d7c3ebbe421fb76c6cf3e8d21 /source/blender/src/drawnode.c
parent6169b29b3a53eca3e342aeee9d33809e61f026c3 (diff)
* Fix for own big, Adding group objects from the outliner didnt check they were externally linked.
* ping "~" in the fileselectors dir will take you to $HOME (non win32) * Added a file selector for Node output image
Diffstat (limited to 'source/blender/src/drawnode.c')
-rw-r--r--source/blender/src/drawnode.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/blender/src/drawnode.c b/source/blender/src/drawnode.c
index b8756defa65..df178c1e2d4 100644
--- a/source/blender/src/drawnode.c
+++ b/source/blender/src/drawnode.c
@@ -1939,8 +1939,12 @@ static int node_composit_buts_file_output(uiBlock *block, bNodeTree *ntree, bNod
uiBlockBeginAlign(block);
+ uiDefIconBut(block, BUT, B_NODE_SETIMAGE, ICON_FILESEL,
+ x, y+60, 20, 20,
+ 0, 0, 0, 0, 0, "Open Fileselect to get Backbuf image");
+
uiDefBut(block, TEX, B_NOP, "",
- x, y+60, w, 20,
+ 20+x, y+60, w-20, 20,
nif->name, 0.0f, 240.0f, 0, 0, "");
uiDefButS(block, MENU, B_NOP, str,