
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='AEuseBackground'>
		<attribute name='specularColor' type='maya.float3'>
			<label>Specular Color</label>
		</attribute>
		<attribute name='reflectivity' type='maya.float'>
			<label>Reflectivity</label>
		</attribute>
		<attribute name='reflectionLimit' type='maya.short'>
			<label>Reflection Limit</label>
		</attribute>
		<attribute name='shadowMask' type='maya.float'>
			<label>Shadow Mask</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='AEuseBackground'>
		<description>View optimized for lookdev workflows</description>
		<group name='common_properties'>
			<label>Use Background Attributes</label>
				<property name='specularColor'/>
				<property name='reflectivity'/>
				<property name='reflectionLimit'/>
				<property name='shadowMask'/>
		</group>
		<group name='matte_properties'>
			<label>Matte Opacity</label>
				<property name='matteOpacityMode'/>
				<property name='matteOpacity'/>
		</group>
	</view>
</templates>
