28
on: January 23, 2019, 11:52:39 am
Hi,
A:
In general we don't have a pass through node and if you want that behavior you would need to wire around the node.
This would apply to outputs. However for painter, you can set the user data on the output to disable=true and it won't show up. This will not affect designer or sbsrender though, if you need a network that disables it for them you need to either specifically render the maps you need or temporarily create an sbs file where the output is removed.
B:
Pysbs by default tries to keep the order of everything to make sure small changes to the document will lead to small changes in the file.
You can do it by deleting and recreating the outputs in the order you want them. It is possible to do this on a lower level by reorganizing data structures but I would recommend against it since the low level aspects of pysbs might change without the api changing making it more likely to break when we update things.