
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NEsnow'>
		<attribute name='outAlpha' type='maya.float'>
			<label>Out Alpha</label>
		</attribute>
		<attribute name='outColor' type='maya.float3'>
			<label>Out Color</label>
		</attribute>
		<attribute name='placementMatrix' type='maya.matrix'>
			<label>Placement Matrix</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEsnow'>
		<property name='outAlpha'/>
		<property name='outColor'/>
		<property name='placementMatrix'/>
	</view>
	<view name='NEDefaultSoloOutput' template='NEsnow'>
		<property name='outColor'/>
	</view>
</templates>
