
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NExgen_hair_phen'>
		<attribute name='outValue' type='maya.float3'>
			<label>Out Value</label>
		</attribute>
		<attribute name='ambientColor' type='maya.float3'>
			<label>Ambient Color</label>
		</attribute>
		<attribute name='diffuseColor' type='maya.float3'>
			<label>Diffuse Color</label>
		</attribute>
		<attribute name='diffuseRootTipInterp' type='maya.long'>
			<label>Diffuse Root Tip Interp</label>
		</attribute>
		<attribute name='diffuseRootTipGamma' type='maya.float'>
			<label>Diffuse Root Tip Gamma</label>
		</attribute>
		<attribute name='specularColor' type='maya.float3'>
			<label>Specular Color</label>
		</attribute>
		<attribute name='specularColor2' type='maya.float3'>
			<label>Specular Color 2</label>
		</attribute>
		<attribute name='backColor' type='maya.float3'>
			<label>Back Color</label>
		</attribute>
		<attribute name='backGamma' type='maya.float'>
			<label>Back Gamma</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NExgen_hair_phen'>
		<property name='outValue'/>
		<property name='ambientColor'/>
		<property name='diffuseColor'/>
		<property name='diffuseRootTipInterp'/>
		<property name='diffuseRootTipGamma'/>
		<property name='specularColor'/>
		<property name='specularColor2'/>
		<property name='backColor'/>
		<property name='backGamma'/>
	</view>
	<view name='NEDefaultSoloOutput' template='NExgen_hair_phen'>
		<property name='outValue'/>
	</view>
</templates>
