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