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