
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NErampShader'>
		<attribute name='outColor' type='maya.float3'>
			<label>Out Color</label>
		</attribute>
		<attribute name='color' type='maya.TdataCompound'>
			<label>Color</label>
		</attribute>
		<attribute name='eccentricity' type='maya.float'>
			<label>Eccentricity</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NErampShader'>
		<property name='outColor'/>
		<property name='color'/>
		<property name='eccentricity'/>
	</view>
	<view name='NEDefaultSoloOutput' template='NErampShader'>
		<property name='outColor'/>
	</view>
</templates>
