
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NEcolorLogic'>
		<attribute name='outBool' type='maya.boolean'>
			<label>Out Boolean</label>
		</attribute>
		<attribute name='colorA' type='maya.float3'>
			<label>Color A</label>
		</attribute>
		<attribute name='colorB' type='maya.float3'>
			<label>Color B</label>
		</attribute>
		<attribute name='condition' type='maya.boolean'>
			<label>Condition</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEcolorLogic'>
		<property name='outBool'/>
		<property name='colorA'/>
		<property name='colorB'/>
		<property name='condition'/>
	</view>
	<view name='NEDefaultSoloOutput' template='NEcolorLogic'>
		<property name='outBool'/>
	</view>
</templates>
