
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NEangleBetween'>
		<attribute name='axisAngle' type='maya.TdataCompound'>
			<label>Axis Angle</label>
		</attribute>
		<attribute name='euler' type='maya.double3'>
			<label>Euler</label>
		</attribute>
		<attribute name='vector1' type='maya.double3'>
			<label>Vector 1</label>
		</attribute>
		<attribute name='vector2' type='maya.double3'>
			<label>Vector 2</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEangleBetween'>
		<property name='axisAngle'/>
		<property name='euler'/>
		<property name='vector1'/>
		<property name='vector2'/>
	</view>
</templates>
