Blender Git Commit Log

Git Commits -> Revision 75642b4

Revision 75642b4 by Jeroen Bakker (master)
April 12, 2021, 07:50 (GMT)
Fix T87252: File output node broken with more than 4 inputs.

In recent refactor the operator sockets were migrated from a std::list to a blender::Vector.
The way how the file output node created the sockets along mapping the sockets could
lead to storing incorrect pointers.

This patch fixes this by defining and mapping the sockets in separate loops.

Commit Details:

Full Hash: 75642b4cfd654b97e8096b97add58c4afa218413
Parent Commit: 175c138
Lines Changed: +38, -17

2 Modified Paths:

/source/blender/compositor/nodes/COM_OutputFileNode.cc (+30, -17) (Diff)
/source/blender/compositor/nodes/COM_OutputFileNode.h (+8, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021