
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NEcondition'>
		<attribute name='outColor' type='maya.float3'>
			<label>Out Color</label>
		</attribute>
		<attribute name='colorIfFalse' type='maya.float3'>
			<label>Color If False</label>
		</attribute>
		<attribute name='colorIfTrue' type='maya.float3'>
			<label>Color If True</label>
		</attribute>
		<attribute name='firstTerm' type='maya.float'>
			<label>First Term</label>
		</attribute>
		<attribute name='secondTerm' type='maya.float'>
			<label>Second Term</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEcondition'>
		<property name='outColor'/>
		<property name='colorIfFalse'/>
		<property name='colorIfTrue'/>
		<property name='firstTerm'/>
		<property name='secondTerm'/>
	</view>
	<view name='NEDefaultSoloOutput' template='NEcondition'>
		<property name='outColor'/>
	</view>
</templates>
