
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NEtransposeMatrix'>
		<attribute name='outputMatrix' type='maya.matrix'>
			<label>Output Matrix</label>
		</attribute>
		<attribute name='inputMatrix' type='maya.matrix'>
			<label>Input Matrix</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEtransposeMatrix'>
		<property name='outputMatrix'/>
		<property name='inputMatrix'/>
	</view>
</templates>
