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