Blender Git Commit Log
Git Commits -> Revision 913df3a
Revision 913df3a by Jeroen Bakker (tile) February 22, 2012, 14:34 (GMT) |
TileBranch * Added Output file node * Fixed issue during deinitialization of the compositor Note: * There is a change in the render pipeline of blender that the render vs editor attribute is not correct anymore. This needs to be fixed, have noted in the todo list - At Mind - |
Commit Details:
Full Hash: 913df3ab039f8bbf623f3d55b6a4e1dd83ecf340
SVN Revision: 44328
Parent Commit: 5d2e22a
Lines Changed: +277, -3
4 Added Paths:
/source/blender/compositor/nodes/COM_OutputFileNode.cpp (+50, -0) (View)
/source/blender/compositor/nodes/COM_OutputFileNode.h (+37, -0) (View)
/source/blender/compositor/operations/COM_OutputFileOperation.cpp (+131, -0) (View)
/source/blender/compositor/operations/COM_OutputFileOperation.h (+49, -0) (View)
/source/blender/compositor/nodes/COM_OutputFileNode.h (+37, -0) (View)
/source/blender/compositor/operations/COM_OutputFileOperation.cpp (+131, -0) (View)
/source/blender/compositor/operations/COM_OutputFileOperation.h (+49, -0) (View)