
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<using package='std'/>
	<template name='AEplace2dTexture'>
		<attribute name='coverage' type='maya.float2'>
			<label>Coverage</label>
		</attribute>
		<attribute name='translateFrame' type='maya.float2'>
			<label>Translate Frame</label>
		</attribute>
		<attribute name='rotateFrame' type='maya.doubleAngle'>
			<label>Rotate Frame</label>
		</attribute>
		<attribute name='mirrorU' type='maya.bool'>
			<label>Mirror U</label>
			<description language="cb">PPmirrorU</description>
		</attribute>
		<attribute name='mirrorV' type='maya.bool'>
			<label>Mirror V</label>
			<description language="cb">PPmirrorV</description>
		</attribute>
		<attribute name='wrapU' type='maya.bool'>
			<label>Wrap U</label>
			<description language="cb">PPwrapU</description>
		</attribute>
		<attribute name='wrapV' type='maya.bool'>
			<label>Wrap V</label>
			<description language="cb">PPwrapV</description>
		</attribute>
		<attribute name='stagger' type='maya.bool'>
			<label>Stagger</label>
			<description language="cb">PPstagger</description>
		</attribute>
		<attribute name='repeatUV' type='maya.float2'>
			<label>Repeat UV</label>
		</attribute>
		<attribute name='offset' type='maya.float2'>
			<label>Offset</label>
		</attribute>
		<attribute name='rotateUV' type='maya.doubleAngle'>
			<label>Rotate UV</label>
		</attribute>
		<attribute name='noiseUV' type='maya.float2'>
			<label>Noise UV</label>
		</attribute>
		<attribute name='fast' type='maya.bool'>
			<label>Fast</label>
		</attribute>
	</template>
	<view name='Lookdev' template='AEplace2dTexture'>
		<description>View optimized for lookdev workflows</description>
		<group name='common_properties'>
			<label>2d Texture Placement Attributes</label>
				<property name='coverage'/>
				<property name='translateFrame'/>
				<property name='rotateFrame'/>
				<property name='mirrorU'/>
				<property name='mirrorV'/>
				<property name='wrapU'/>
				<property name='wrapV'/>
				<property name='stagger'/>
				<property name='repeatUV'/>
				<property name='offset'/>
				<property name='rotateUV'/>
				<property name='noiseUV'/>
		</group>
	</view>
</templates>
