Blender Git Commit Log

Git Commits -> Revision f9e0d51

Revision f9e0d51 by Jeroen Bakker (master)
June 18, 2019, 09:10 (GMT)
Compositor: File output node sockets

When using RNA to alter the type of socket only the type was changed.
the typeinfo was not updated. Internally the File Output Node used RNA
to update the sockettype. making the socket invalid. When users save the
file and reopened the typeinfo was used. Also the color of the node was
determined via the typeinfo.

Another thing that happened was that the socket conversion was ignored
when empty node groups were present. The empty node groups were
optimized away before the needed data conversion was determined.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D4938

Commit Details:

Full Hash: f9e0d51e318e513fc4ce72c2acdfbded647b4a23
Parent Commit: 5e76820
Lines Changed: +12, -2

2 Modified Paths:

/source/blender/compositor/intern/COM_NodeOperationBuilder.cpp (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+10, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021