
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NEsurfaceInfo'>
		<attribute name='controlPoints' type='maya.double3'>
			<label>Control Points</label>
		</attribute>
		<attribute name='knotsU' type='maya.double'>
			<label>Knots U</label>
		</attribute>
		<attribute name='knotsV' type='maya.double'>
			<label>Knots V</label>
		</attribute>
		<attribute name='weights' type='maya.double'>
			<label>Weights</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEsurfaceInfo'>
		<property name='controlPoints'/>
		<property name='knotsU'/>
		<property name='knotsV'/>
		<property name='weights'/>
	</view>
</templates>
