From BlenderWiki

Jump to: navigation, search
Note: This is an archived version of the Blender Developer Wiki. The current and active wiki is available on wiki.blender.org.

Bugs

  • Fix node groups for compositor (input/output access)
  • Make sure only one output node is active at a time (NODE_DO_OUTPUT flag)
Proposed design change: Only allow one link to an output (generally: any socket with 1 connection limit)
Existing output node links get removed for inactive output nodes (~NODE_DO_OUTPUT)
This will work better for mixed types of sockets with different connectivity than restricting the whole node
  • Reimplement muted nodes for Cycles, using the internal_links lists for consistent behavior
  • compiler errors in legacy compositor code, have to enable that