Jeroen Bakker
75642b4cfd
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.
2021-04-12 09:50:04 +02:00
..
2021-03-29 19:11:17 -06:00
2021-02-17 12:38:21 -03:00
2021-04-12 09:18:35 +02:00
2021-04-09 14:49:32 +10:00
2021-04-08 11:07:27 +02:00
2021-03-22 11:50:15 +01:00
2021-04-12 14:24:09 +10:00
2021-04-12 09:50:04 +02:00
2021-03-18 09:36:44 +11:00
2021-04-08 18:59:22 +02:00
2021-04-11 14:37:37 +10:00
2021-04-12 09:14:41 +02:00
2021-04-11 13:09:27 +10:00
2021-04-01 15:55:23 +02:00
2021-04-11 14:43:05 +10:00
2021-04-09 13:09:15 +02:00
2021-01-20 16:14:00 +11:00
2021-04-08 15:51:39 +02:00
2021-04-08 15:51:39 +02:00
2021-04-12 09:14:41 +02:00
2021-04-11 13:09:27 +10:00
2021-04-11 14:43:05 +10:00
2021-04-11 14:37:37 +10:00
2021-04-12 14:24:09 +10:00
2021-04-08 13:13:07 +02:00
2021-04-08 18:51:47 +02:00
2021-03-09 13:31:51 -05:00
2021-02-05 16:23:34 +11:00
2021-04-11 14:43:05 +10:00
2021-03-16 19:59:09 +01:00