
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='AEhairTubeShader'>
		<attribute name='tubeDirection' type='maya.enum'>
			<label>Tube Direction</label>
		</attribute>
		<attribute name='color' type='maya.float3'>
			<label>Color</label>
		</attribute>
		<attribute name='transparency' type='maya.float3'>
			<label>Transparency</label>
		</attribute>
		<attribute name='ambientColor' type='maya.float3'>
			<label>Ambient Color</label>
		</attribute>
		<attribute name='incandescence' type='maya.float3'>
			<label>Incandescence</label>
		</attribute>
		<attribute name='normalCamera' type='maya.float3'>
			<label>Map</label>
			<description language="cb">PPattrNavigationControlGrp</description>
		</attribute>
		<attribute name='diffuse' type='maya.float'>
			<label>Diffuse</label>
		</attribute>
		<attribute name='translucence' type='maya.float'>
			<label>Translucence</label>
		</attribute>
		<attribute name='translucenceDepth' type='maya.float'>
			<label>Translucence Depth</label>
		</attribute>
		<attribute name='translucenceFocus' type='maya.float'>
			<label>Translucence Focus</label>
		</attribute>
		<attribute name='specularPower' type='maya.float'>
			<label>Specular Power</label>
		</attribute>
		<attribute name='specularShift' type='maya.float'>
			<label>Specular Shift</label>
		</attribute>
		<attribute name='scatter' type='maya.float'>
			<label>Scatter</label>
		</attribute>
		<attribute name='scatterPower' type='maya.float'>
			<label>Scatter Power</label>
		</attribute>
		<attribute name='specularColor' type='maya.float3'>
			<label>Specular Color</label>
		</attribute>
		<attribute name='reflectivity' type='maya.float'>
			<label>Reflectivity</label>
		</attribute>
		<attribute name='reflectedColor' type='maya.float3'>
			<label>Reflected Color</label>
		</attribute>
		<attribute name='matteOpacityMode' type='maya.enum'>
			<label>Matte Opacity Mode</label>
		</attribute>
		<attribute name='matteOpacity' type='maya.float'>
			<label>Matte Opacity</label>
		</attribute>
		<attribute name='refractions' type='maya.bool'>
			<label>Refractions</label>
		</attribute>
		<attribute name='refractiveIndex' type='maya.float'>
			<label>Refractive Index</label>
		</attribute>
		<attribute name='refractionLimit' type='maya.short'>
			<label>Refraction Limit</label>
		</attribute>
		<attribute name='reflectionLimit' type='maya.short'>
			<label>Reflection Limit</label>
		</attribute>
	</template>
	<view name='Lookdev' template='AEhairTubeShader'>
		<description>View optimized for lookdev workflows</description>
		<group name='common_properties'>
			<label>Common Material Properties</label>
				<property name='tubeDirection'/>
				<property name='color'/>
				<property name='transparency'/>
				<property name='ambientColor'/>
				<property name='incandescence'/>
				<property name='diffuse'/>
		</group>
		<group name='specular_properties'>
			<label>Specular Shading</label>
				<property name='specularColor'/>
				<property name='specularPower'/>
				<property name='specularShift'/>
				<property name='scatter'/>
				<property name='scatterPower'/>
				<property name='reflectivity'/>
				<property name='reflectedColor'/>
		</group>		
		<group name='bump_properties'>
			<label>Bump/Normal Mapping</label>	
				<property name='normalCamera'/>
		</group>
		<group name='other_properties'>
			<label>Other Material Properties</label>	
				<property name='translucence'/>
				<property name='translucenceDepth'/>
				<property name='translucenceFocus'/>
				<property name='matteOpacityMode'/>
				<property name='matteOpacity'/>
		</group>
		<group name='advanced_properties'>
			<label>Advanced Material Properties</label>	
				<group name='raytrace_properties'>
					<label>Ray Tracing</label>
						<property name='refractions'/>
						<property name='refractiveIndex'/>
						<property name='refractionLimit'/>
						<property name='reflectionLimit'/>
				</group>
		</group>
	</view>
</templates>
