<!--
Copyright 2016 Autodesk, Inc. All rights reserved. 

Use of this software is subject to the terms of the Autodesk 
license agreement provided at the time of installation or download, 
or which otherwise accompanies this software in either electronic 
or hard copy form.
-->
<fragment  uiName="DrawPostUIOption" name="DrawPostUIOption" type="sceneEffect" class="ScriptFragment" version="1.0" feature_level="0" >
    <description>
<![CDATA[
]]>
</description>
    <properties>
        <bool  name="drawPostUI" />
        <bool  name="noEffects" />
    </properties>
    <values>
<bool name="drawPostUI" value="true"  />
    </values>
    <outputs>
        <bool  name="output" />
    </outputs>
    <parametershare>
    </parametershare>
    <implementation render="OGS" language="ScriptInterpreter" version="0.1" >
        <scriptCommands>
            <If value="@drawPostUI" />
            <SetParameter name="@output" value="@noEffects" />
            <Else />
            <SetParameter name="@output" value="FALSE" />
            <EndIf />
        </scriptCommands>
    </implementation>
</fragment>

