
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='AEmultiplyDivide'>
		<attribute name='operation' type='maya.enum'>
			<label>Operation</label>
		</attribute>
		<attribute name='input1' type='maya.float3'>
			<label>Input 1</label>
		</attribute>
		<attribute name='input2' type='maya.float3'>
			<label>Input 2</label>
		</attribute>
	</template>
	<view name='Lookdev' template='AEmultiplyDivide'>
		<description>View optimized for lookdev workflows</description>
		<group name='common_properties'>
			<label>Multiply-Divide Attributes</label>
				<property name='operation'/>
				<property name='input1'/>
				<property name='input2'/>
		</group>
	</view>
</templates>
