
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NEsetRange'>
		<attribute name='outValue' type='maya.float3'>
			<label>Out Value</label>
		</attribute>
		<attribute name='value' type='maya.float3'>
			<label>Value</label>
		</attribute>
		<attribute name='min' type='maya.float3'>
			<label>Min</label>
		</attribute>
		<attribute name='max' type='maya.float3'>
			<label>Max</label>
		</attribute>
		<attribute name='oldMin' type='maya.float3'>
			<label>Old Min</label>
		</attribute>
		<attribute name='oldMax' type='maya.float3'>
			<label>Old Max</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEsetRange'>
		<property name='outValue'/>
		<property name='value'/>
		<property name='min'/>
		<property name='max'/>
		<property name='oldMin'/>
		<property name='oldMax'/>
	</view>
	<view name='NEDefaultSoloOutput' template='NEsetRange'>
		<property name='outValue'/>
	</view>
</templates>
