Panda3D
|
Public Member Functions | |
__init__ (self, p3dfile, tokens={}) | |
__del__ (self) | |
build (self, output, platform=None, extraTokens={}) | |
buildAll (self, outputDir=".") | |
embed (self, output, p3dembed, extraTokens={}) | |
getExtraFiles (self, platform) | |
Public Attributes | |
basename | |
host | |
http | |
p3dfile | |
tempDir | |
tokens | |
Static Public Attributes | |
notify = directNotify.newCategory("Standalone") | |
This class creates a standalone executable from a given .p3d file.
__init__ | ( | self, | |
p3dfile, | |||
tokens = {} ) |
__del__ | ( | self | ) |
build | ( | self, | |
output, | |||
platform = None, | |||
extraTokens = {} ) |
Builds a standalone executable and stores it into the path indicated by the 'output' argument. You can specify to build for a different platform by altering the 'platform' argument.
buildAll | ( | self, | |
outputDir = "." ) |
Builds standalone executables for every known platform, into the specified output directory.
embed | ( | self, | |
output, | |||
p3dembed, | |||
extraTokens = {} ) |
Embeds the p3d file into the provided p3dembed executable. This function is not really useful - use build() or buildAll() instead.
getExtraFiles | ( | self, | |
platform ) |
Returns a list of extra files that will need to be included with the standalone executable in order for it to run, such as dependent libraries. The returned paths are full absolute paths.
basename |
host |
http |
|
static |
p3dfile |
tempDir |
tokens |