
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NEquatAdd'>
		<attribute name='outputQuat' type='maya.TdataCompound'>
			<label>Output Quat</label>
		</attribute>
		<attribute name='input1Quat' type='maya.TdataCompound'>
			<label>Input 1Quat</label>
		</attribute>
		<attribute name='input2Quat' type='maya.TdataCompound'>
			<label>Input 2Quat</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEquatAdd'>
		<property name='outputQuat'/>
		<property name='input1Quat'/>
		<property name='input2Quat'/>
	</view>
</templates>
