
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NEdecomposeMatrix'>
		<attribute name='outputQuat' type='maya.TdataCompound'>
			<label>Output Quat</label>
		</attribute>
		<attribute name='outputRotate' type='maya.double3'>
			<label>Output Rotate</label>
		</attribute>
		<attribute name='outputScale' type='maya.double3'>
			<label>Output Scale</label>
		</attribute>
		<attribute name='outputShear' type='maya.double3'>
			<label>Output Shear</label>
		</attribute>
		<attribute name='outputTranslate' type='maya.double3'>
			<label>Output Translate</label>
		</attribute>
		<attribute name='inputMatrix' type='maya.matrix'>
			<label>Input Matrix</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEdecomposeMatrix'>
		<property name='outputQuat'/>
		<property name='outputRotate'/>
		<property name='outputScale'/>
		<property name='outputShear'/>
		<property name='outputTranslate'/>
		<property name='inputMatrix'/>
	</view>
</templates>
