
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NEbump3d'>
		<attribute name='outNormal' type='maya.float3'>
			<label>Out Normal</label>
		</attribute>
		<attribute name='bumpValue' type='maya.float'>
			<label>Bump Value</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEbump3d'>
		<property name='outNormal'/>
		<property name='bumpValue'/>
	</view>
	<view name='NEDefaultSoloOutput' template='NEbump3d'>
		<property name='outNormal'/>
	</view>
</templates>
