
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='AEbump2d'>
		<attribute name='bumpValue' type='maya.float'>
			<label>Bump Value</label>
		</attribute>
		<attribute name='bumpDepth' type='maya.float'>
			<label>Bump Depth</label>
		</attribute>
		<attribute name='bumpInterp' type='maya.enum'>
			<label>Use as</label>
		</attribute>
		<attribute name='bumpFilter' type='maya.float'>
			<label>Bump Filter</label>
		</attribute>
		<attribute name='bumpFilterOffset' type='maya.float'>
			<label>Bump Filter Offset</label>
		</attribute>
		<attribute name='adjustEdges' type='maya.bool'>
			<label>Adjust Edges</label>
		</attribute>
		<attribute name='provide3dInfo' type='maya.bool'>
			<label>Provide 3d Info</label>
		</attribute>
	</template>
	<view name='Lookdev' template='AEbump2d'>
		<description>View optimized for lookdev workflows</description>
		<group name='common_properties'>
			<label>2d Bump Attributes</label>
				<property name='bumpValue'/>
				<property name='bumpDepth'/>
				<property name='bumpInterp'/>
		</group>
		<group name='effects_properties'>
			<label>Effects</label>	
				<property name='bumpFilter'/>
				<property name='bumpFilterOffset'/>
				<property name='adjustEdges'/>
				<property name='provide3dInfo'/>				
		</group>
	</view>
</templates>
