Add soloing to your custom nodes

Your custom nodes can be soloed if you add an NEDefaultSoloOutput view definition to the node's corresponding NE<NodeType>Template.xml file. For example:

<view name='NEDefaultSoloOutput' template='NElambert'>
    <property name='outColor'/>
</view>

As demonstrated above, the template file should contain a view with a template named NE<NodeType>. In addition, the property (attribute) that you want to solo should be specified inside this view.

For more information, examine the above example in the NElambertTemplate.xml file in the scripts\NETemplates folder of your installation directory.

For information about Node Editor templates and their default location, see Node Editor templates.