
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='AEblendColors'>
		<attribute name='blender' type='maya.float'>
			<label>Blender</label>
		</attribute>
		<attribute name='color1' type='maya.float3'>
			<label>Color 1</label>
		</attribute>
		<attribute name='color2' type='maya.float3'>
			<label>Color 2</label>
		</attribute>
		<attribute name='renderPassMode' type='maya.enum'>
			<label>Render Pass Mode</label>
		</attribute>

	</template>
	<view name='Lookdev' template='AEblendColors'>
		<description>View optimized for lookdev workflows</description>
		<group name='common_properties'>
			<label>Blend Color Attributes</label>
				<property name='blender'/>
				<property name='color1'/>
				<property name='color2'/>
				<property name='renderPassMode'/>

		</group>
	</view>
</templates>
