Blender Git Commit Log
Git Commits -> Revision 04a9229
Revision 04a9229 by Jeroen Bakker (master) March 30, 2021, 14:03 (GMT) |
Cleanup: Replace std::vector with blender::Vector. |
Commit Details:
Full Hash: 04a92297ddfb86b1766733461f01104bcbd5b38e
Parent Commit: d4e7671
Lines Changed: +58, -128
12 Modified Paths:
/source/blender/compositor/intern/COM_Node.cc (+8, -12) (Diff)
/source/blender/compositor/intern/COM_Node.h (+14, -50) (Diff)
/source/blender/compositor/intern/COM_NodeGraph.cc (+9, -25) (Diff)
/source/blender/compositor/intern/COM_NodeGraph.h (+0, -2) (Diff)
/source/blender/compositor/nodes/COM_CryptomatteNode.cc (+1, -1) (Diff)
/source/blender/compositor/nodes/COM_ImageNode.cc (+6, -9) (Diff)
/source/blender/compositor/nodes/COM_OutputFileNode.cc (+4, -7) (Diff)
/source/blender/compositor/nodes/COM_RenderLayersNode.cc (+3, -6) (Diff)
/source/blender/compositor/operations/COM_CryptomatteOperation.cc (+5, -5) (Diff)
/source/blender/compositor/operations/COM_CryptomatteOperation.h (+2, -2) (Diff)
/source/blender/compositor/operations/COM_OutputFileOperation.cc (+5, -6) (Diff)
/source/blender/compositor/operations/COM_OutputFileOperation.h (+1, -3) (Diff)
/source/blender/compositor/intern/COM_Node.h (+14, -50) (Diff)
/source/blender/compositor/intern/COM_NodeGraph.cc (+9, -25) (Diff)
/source/blender/compositor/intern/COM_NodeGraph.h (+0, -2) (Diff)
/source/blender/compositor/nodes/COM_CryptomatteNode.cc (+1, -1) (Diff)
/source/blender/compositor/nodes/COM_ImageNode.cc (+6, -9) (Diff)
/source/blender/compositor/nodes/COM_OutputFileNode.cc (+4, -7) (Diff)
/source/blender/compositor/nodes/COM_RenderLayersNode.cc (+3, -6) (Diff)
/source/blender/compositor/operations/COM_CryptomatteOperation.cc (+5, -5) (Diff)
/source/blender/compositor/operations/COM_CryptomatteOperation.h (+2, -2) (Diff)
/source/blender/compositor/operations/COM_OutputFileOperation.cc (+5, -6) (Diff)
/source/blender/compositor/operations/COM_OutputFileOperation.h (+1, -3) (Diff)