Blender Git Commit Log
Git Commits -> Revision 5c380d3
Revision 5c380d3 by Jeroen Bakker (tile) April 29, 2012, 21:47 (GMT) |
TileBranch * Added the crop node - still needs some work with the crop image size * Added the Double Edge Mask * Changed the max tile size of the compositor These were the last two nodes. now let's start with the clean up and bug fixing... - At Mind - Jeroen & Monique. |
Commit Details:
Full Hash: 5c380d3589aefe9fb532377b54bf72cc5579efd5
SVN Revision: 46092
Parent Commit: b03fcc6
Lines Changed: +1604, -9
8 Added Paths:
/source/blender/compositor/nodes/COM_CropNode.cpp (+46, -0) (View)
/source/blender/compositor/nodes/COM_CropNode.h (+36, -0) (View)
/source/blender/compositor/nodes/COM_DoubleEdgeMaskNode.cpp (+43, -0) (View)
/source/blender/compositor/nodes/COM_DoubleEdgeMaskNode.h (+38, -0) (View)
/source/blender/compositor/operations/COM_CropOperation.cpp (+97, -0) (View)
/source/blender/compositor/operations/COM_CropOperation.h (+61, -0) (View)
/source/blender/compositor/operations/COM_DoubleEdgeMaskOperation.cpp (+1195, -0) (View)
/source/blender/compositor/operations/COM_DoubleEdgeMaskOperation.h (+64, -0) (View)
/source/blender/compositor/nodes/COM_CropNode.h (+36, -0) (View)
/source/blender/compositor/nodes/COM_DoubleEdgeMaskNode.cpp (+43, -0) (View)
/source/blender/compositor/nodes/COM_DoubleEdgeMaskNode.h (+38, -0) (View)
/source/blender/compositor/operations/COM_CropOperation.cpp (+97, -0) (View)
/source/blender/compositor/operations/COM_CropOperation.h (+61, -0) (View)
/source/blender/compositor/operations/COM_DoubleEdgeMaskOperation.cpp (+1195, -0) (View)
/source/blender/compositor/operations/COM_DoubleEdgeMaskOperation.h (+64, -0) (View)