
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='AEblinn'>
		<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='diffuse' type='maya.float'>
			<label>Diffuse</label>
		</attribute>
		<attribute name='specularColor' type='maya.float3'>
			<label>Specular Color</label>
		</attribute>
		<attribute name='eccentricity' type='maya.float'>
			<label>Eccentricity</label>
		</attribute>
		<attribute name='specularRollOff' type='maya.float'>
			<label>Specular Roll Off</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='normalCamera' type='maya.float3'>
			<label>Map</label>
			<description language="cb">PPattrNavigationControlGrp</description>
		</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.float'>
			<label>Refraction Limit</label>
		</attribute>
		<attribute name='reflectionLimit' type='maya.float'>
			<label>Reflection Limit</label>
		</attribute>
	</template>
	<view name='Lookdev' template='AEblinn'>
		<description>View optimized for lookdev workflows</description>
		<group name='common_properties'>
			<label>Common Material Properties</label>
			<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='eccentricity'/>
			<property name='specularRollOff'/>
			<property name='reflectivity'/>
			<property name='reflectedColor'/>
		</group>
		<group name='bump_properties'>
			<label>Bump/Normal Mapping</label>
			<property name='normalCamera'/>
		</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>
