16 lines
587 B
XML
Executable File
16 lines
587 B
XML
Executable File
<?xml version='1.0'?>
|
|
<!--
|
|
File: %RS_TOOLSCONFIG%/automation/FrameCaptureJobProcessor.xml
|
|
Description: Map Auto-Export Automation Pipeline AssetBuilderJobProcessor Settings.
|
|
|
|
Author: Liam Anderson <liam.anderson@rockstarnorth.com>
|
|
Date: 11 July 2014
|
|
-->
|
|
<Parameters>
|
|
<!-- Param used in development only -->
|
|
<Parameter name="dev" type="string" value="true"/>
|
|
|
|
<Parameter name="Target Folder" type="string" value="$(build)\x64\anim\cutscene" />
|
|
<Parameter name="Publish Folder" type="string" value="$(assets)\automation\$(publish_context)\" />
|
|
</Parameters>
|