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