
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NEshadingMap'>
		<attribute name='outColor' type='maya.float3'>
			<label>Out Color</label>
		</attribute>
		<attribute name='outGlowColor' type='maya.float3'>
			<label>Out Glow Color</label>
		</attribute>
		<attribute name='outTransparency' type='maya.float3'>
			<label>Out Transparency</label>
		</attribute>
		<attribute name='outMatteOpacity' type='maya.float3'>
			<label>Out Matte Opacity</label>
		</attribute>
		<attribute name='color' type='maya.float3'>
			<label>Color</label>
		</attribute>
		<attribute name='glowColor' type='maya.float3'>
			<label>Glow Color</label>
		</attribute>
		<attribute name='matteOpacity' type='maya.float'>
			<label>Matte Opacity</label>
		</attribute>
		<attribute name='shadingMapColor' type='maya.float3'>
			<label>Shading Map Color</label>
		</attribute>
		<attribute name='transparency' type='maya.float3'>
			<label>Transparency</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEshadingMap'>
		<property name='outColor'/>
		<property name='outGlowColor'/>
		<property name='outTransparency'/>
		<property name='outMatteOpacity'/>
		<property name='color'/>
		<property name='glowColor'/>
		<property name='matteOpacity'/>
		<property name='shadingMapColor'/>
		<property name='transparency'/>
	</view>
	<view name='NEDefaultSoloOutput' template='NEshadingMap'>
		<property name='outColor'/>
	</view>
</templates>
