Blender Git Commit Log
Git Commits -> Revision 7bbb838
Revision 7bbb838 by Lukas Toenne (master) September 12, 2013, 08:43 (GMT) |
Fix #36706: Added complementary API functions for the FileOutput node so file/layer slots (input sockets) can be added without using the operator. Instead of adding sockets to these node using the node.inputs collection, the node.file_slots or node.layer_slots collections should be used. Both of them work, they just provide slightly different properties for use with simple files or multi-layer EXR. The FileOutput node design is cumbersome and should be considered broken. It should eventually be replaced, the problem with that is backward/forward compatibility. |
Commit Details:
Full Hash: 7bbb83893539211ba91cae98818b1238cf21bea7
SVN Revision: 60065
Parent Commit: 6030c0b
Lines Changed: +77, -5