
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='AEfile'>
		<attribute name='filterType' type='maya.enum'>
			<label>Filter Type</label>
		</attribute>
		<attribute name='preFilter' type='maya.bool'>
			<label>Pre Filter</label>
		</attribute>
		<!-- TODO: Add blocking if preFilter is false-->
		<attribute name='preFilterRadius' type='maya.float'>
			<label>Pre Filter Radius</label>
		</attribute>
		<!-- TODO: Add Reload, Edit and View buttons-->
		<attribute name='fileTextureName' type='maya.string'>
			<label>File Texture Name</label>
			<description language="cb">PPtextureName</description>
		</attribute>
		<attribute name='uvTilingMode' type='maya.enum'>
			<label>UV Tiling Mode</label>
			<description language="cb">PPtileMode</description>
		</attribute>
		<attribute name='colorSpace' type='maya.string'>
			<label>Color Space</label>
			<description language="cb">PPcolorSpaceControl</description>
		</attribute>
		<attribute name='ignoreColorSpaceFileRules' type='maya.bool'>
			<label>Ignore CS File Rules</label>
		</attribute>
		<attribute name='aiAutoTx' type='maya.bool'>
			<label>Auto-generate TX Textures</label>
		</attribute>
		<attribute name='exposure' type='maya.float'>
			<label>Exposure</label>
		</attribute>
		<attribute name='defaultColor' type='maya.float3'>
			<label>Default Color</label>
		</attribute>
		<attribute name='colorGain' type='maya.float3'>
			<label>Color Gain</label>
		</attribute>
		<attribute name='colorOffset' type='maya.float3'>
			<label>Color Offset</label>
		</attribute>
		<attribute name='alphaGain' type='maya.float'>
			<label>Alpha Gain</label>
		</attribute>
		<attribute name='alphaOffset' type='maya.float'>
			<label>Alpha Offset</label>
		</attribute>
		<attribute name='alphaIsLuminance' type='maya.bool'>
			<label>Alpha Is Luminance</label>
		</attribute>
	</template>
	<view name='Lookdev' template='AEfile'>
		<description>View optimized for lookdev workflows</description>
		<group name='common_properties'>
			<label>File Attributes</label>
				<property name='filterType'/>
				<property name='preFilter'/>
				<property name='preFilterRadius'/>
				<property name='fileTextureName'/>
				<property name='uvTilingMode'/>
				<property name='colorSpace'/>
				<property name='ignoreColorSpaceFileRules'/>
				<property name='aiAutoTx'/>
		</group>
		<group name='colorbalance_properties'>
			<label>Color Balance</label>
				<property name='exposure'/>
				<property name='defaultColor'/>
				<property name='colorGain'/>
				<property name='colorOffset'/>
				<property name='alphaGain'/>
				<property name='alphaOffset'/>
				<property name='alphaIsLuminance'/>
		</group>
	</view>
</templates>
