17 lines
521 B
Batchfile
Executable File
17 lines
521 B
Batchfile
Executable File
@ECHO OFF
|
|
REM
|
|
REM File:: /wildwest/script/Ruby/utils/CutsceneReporter/CutsceneReporter.rb
|
|
REM Description:: This will parse a FBX or FBX direcory of sets and extract teh name and coordinates
|
|
REM
|
|
REM Author:: Mark Harrison-Ball <Mark.Harrison-Ball@rockstargames.com>
|
|
REM Date:: 20 Februray 2013 (AP3)
|
|
REM
|
|
|
|
CALL setenv.bat > NUL
|
|
PUSHD %RS_PROJROOT%
|
|
set arg1=%1
|
|
echo on
|
|
|
|
CALL %RS_TOOLSROOT%/ironlib/prompt.bat %RS_TOOLSIR% %RS_TOOLSROOT%\techart\script\ruby\utils\CutsceneSets\ProcessSets.rb %arg1%
|
|
|
|
::PAUSE |