
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NEsurfaceShader'>
		<attribute name='outColor' type='maya.float3'>
			<label>Out Color</label>
		</attribute>
		<attribute name='outMatteOpacity' type='maya.float3'>
			<label>Out Matte Opacity</label>
		</attribute>
		<attribute name='outTransparency' type='maya.float3'>
			<label>Out Transparency</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEsurfaceShader'>
		<property name='outColor'/>
		<property name='outMatteOpacity'/>
		<property name='outTransparency'/>
	</view>
	<view name='NEDefaultSoloOutput' template='NEsurfaceShader'>
		<property name='outColor'/>
	</view>
</templates>
