
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='AEsurfaceShader'>
		<attribute name='outColor' type='maya.float3'>
			<label>Out Color</label>
		</attribute>
		<attribute name='outTransparency' type='maya.float3'>
			<label>Out Transparency</label>
		</attribute>
		<attribute name='outGlowColor' type='maya.float3'>
			<label>Out Glow Color</label>
		</attribute>
		<attribute name='outMatteOpacity' type='maya.float3'>
			<label>Out Matte Opacity</label>
		</attribute>
	</template>
	<view name='Lookdev' template='AEsurfaceShader'>
		<description>View optimized for lookdev workflows</description>
		<group name='common_properties'>
			<label>Surface Shader Attributes</label>
				<property name='outColor'/>
				<property name='outTransparency'/>
				<property name='outGlowColor'/>
				<property name='outMatteOpacity'/>
		</group>
	</view>
</templates>
