
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NEshadingEngine'>
		<attribute name='surfaceShader' type='maya.Tdata'>
			<label>Surface Shader</label>
		</attribute>
		<attribute name='volumeShader' type='maya.Tdata'>
			<label>Volume Shader</label>
		</attribute>
		<attribute name='displacementShader' type='maya.Tdata'>
			<label>Displacement Shader</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEshadingEngine'>
		<property name='surfaceShader'/>
		<property name='volumeShader'/>
		<property name='displacementShader'/>
	</view>
</templates>
