10 lines
218 B
Python
Executable File
10 lines
218 B
Python
Executable File
__author__ = 'mharrison-ball'
|
|
|
|
from ctypes import *
|
|
from pyfbsdk import *
|
|
from pyfbsdk_additions import *
|
|
|
|
cdll.rexMBRage.CutsceneExporterInitialize_Py()
|
|
|
|
cdll.rexMBRage.ExportActiveCutscene_Py( False, True )
|