
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NEuseBackground'>
		<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>
		<attribute name='matteOpacity' type='maya.float'>
			<label>Matte Opacity</label>
		</attribute>
		<attribute name='normalCamera' type='maya.float3'>
			<label>Normal Camera</label>
		</attribute>
		<attribute name='reflectivity' type='maya.float'>
			<label>Reflectivity</label>
		</attribute>
		<attribute name='shadowMask' type='maya.float'>
			<label>Shadow Mask</label>
		</attribute>
		<attribute name='specularColor' type='maya.float3'>
			<label>Specular Color</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEuseBackground'>
		<property name='outColor'/>
		<property name='outMatteOpacity'/>
		<property name='outTransparency'/>
		<property name='matteOpacity'/>
		<property name='normalCamera'/>
		<property name='reflectivity'/>
		<property name='shadowMask'/>
		<property name='specularColor'/>
	</view>
	<view name='NEDefaultSoloOutput' template='NEuseBackground'>
		<property name='outColor'/>
	</view>
</templates>
