
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='AEgammaCorrect'>
		<attribute name='value' type='maya.float3'>
			<label>Value</label>
		</attribute>
		<attribute name='gamma' type='maya.float3'>
			<label>Gamma</label>
		</attribute>
		<attribute name='renderPassMode' type='maya.enum'>
			<label>Render Pass Mode</label>
		</attribute>

	</template>
	<view name='Lookdev' template='AEgammaCorrect'>
		<description>View optimized for lookdev workflows</description>
		<group name='common_properties'>
			<label>Gamma Correction Attributes</label>
				<property name='value'/>
				<property name='gamma'/>
				<property name='renderPassMode'/>

		</group>
	</view>
</templates>
