
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NEluminance'>
		<attribute name='outValue' type='maya.float'>
			<label>Out Value</label>
		</attribute>
		<attribute name='value' type='maya.float3'>
			<label>Value</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEluminance'>
		<property name='outValue'/>
		<property name='value'/>
	</view>
	<view name='NEDefaultSoloOutput' template='NEluminance'>
		<property name='outValue'/>
	</view>
</templates>
