
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NExgen_hair_physical'>
		<attribute name='outValue' type='maya.float3'>
			<label>Out Value</label>
		</attribute>
		<attribute name='color' type='maya.float3'>
			<label>Color</label>
		</attribute>
		<attribute name='roughness' type='maya.float'>
			<label>Roughness</label>
		</attribute>
		<attribute name='weight' type='maya.float'>
			<label>Weight</label>
		</attribute>
		<attribute name='reflectionColor' type='maya.float3'>
			<label>Reflection Color</label>
		</attribute>
		<attribute name='reflectionWeight' type='maya.float'>
			<label>Reflection Weight</label>
		</attribute>
		<attribute name='reflectionRoughness' type='maya.float'>
			<label>Reflection Roughness</label>
		</attribute>
		<attribute name='highlightSeparation' type='maya.float'>
			<label>Highlight Separation</label>
		</attribute>
		<attribute name='glintColor' type='maya.float3'>
			<label>Glint Color</label>
		</attribute>
		<attribute name='glintWeight' type='maya.float'>
			<label>GLint Weight</label>
		</attribute>
		<attribute name='glintRoughness' type='maya.float'>
			<label>GLint Roughness</label>
		</attribute>
		<attribute name='transmissionColor' type='maya.float3'>
			<label>Transmission Color</label>
		</attribute>
		<attribute name='transmissionWeight' type='maya.float'>
			<label>Transmission Weight</label>
		</attribute>
		<attribute name='transmissionRoughness' type='maya.float'>
			<label>Transmission Roughness</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NExgen_hair_physical'>
		<property name='outValue'/>
		<property name='color'/>
		<property name='roughness'/>
		<property name='weight'/>
		<property name='reflectionColor'/>
		<property name='reflectionWeight'/>
		<property name='reflectionRoughness'/>
		<property name='highlightSeparation'/>
		<property name='glintColor'/>
		<property name='glintWeight'/>
		<property name='glintRoughness'/>
		<property name='transmissionColor'/>
		<property name='transmissionWeight'/>
		<property name='transmissionRoughness'/>
	</view>
	<view name='NEDefaultSoloOutput' template='NExgen_hair_physical'>
		<property name='outValue'/>
	</view>
</templates>
