
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='AEshadingMap'>
		<attribute name='color' type='maya.float3'>
			<label>Color</label>
			<description language="cb">PPattrNavigationControlGrp</description>
		</attribute>
		<attribute name='shadingMapColor' type='maya.float3'>
			<label>Shading Map Color</label>
		</attribute>
		<attribute name='renderPassMode' type='maya.enum'>
			<label>Render Pass Mode</label>
		</attribute>

		<attribute name='mapFunctionU' type='maya.enum'>
			<label>Map Function U</label>
		</attribute>
		<attribute name='mapFunctionV' type='maya.enum'>
			<label>Map Function V</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>
	</template>
	<view name='Lookdev' template='AEshadingMap'>
		<description>View optimized for lookdev workflows</description>
		<group name='common_properties'>
			<label>Shading Map Attributes</label>
				<property name='color'/>
				<property name='shadingMapColor'/>
				<property name='renderPassMode'/>

		</group>
		<group name='map_properties'>
			<label>Map Options</label>
				<property name='mapFunctionU'/>
				<property name='mapFunctionV'/>
		</group>
		<group name='matte_properties'>
			<label>Matte Opacity</label>
				<property name='matteOpacityMode'/>
				<property name='matteOpacity'/>
		</group>
	</view>
</templates>
