Panda3D
Functions | Variables

Package p3d.pmerge

Functions

def usage

Variables

list inputDirs = []
tuple inst = sys.exc_info()
 installDir = None
tuple pm = PackageMerger.PackageMerger(installDir)
string usageText

Function Documentation

def p3d.pmerge.usage (   code,
  msg = '' 
)

Variable Documentation

list inputDirs = []
tuple inst = sys.exc_info()
tuple installDir = None
string usageText
Initial value:
00001 """
00002 
00003 This script can be used to merge together the contents of two or more
00004 separately-built stage directories, built independently via ppackage,
00005 or via Packager.py.
00006 
00007 This script is actually a wrapper around Panda's PackageMerger.py.
00008 
00009 Usage:
00010 
00011   %(prog)s [opts] [inputdir1 .. inputdirN]
00012 
00013 Parameters:
00014 
00015   inputdir1 .. inputdirN
00016     Specify the full path to the input directories you wish to merge.
00017     These are the directories specified by -i on the previous
00018     invocations of ppackage.  The order is mostly unimportant.
00019 
00020 Options:
00021 
00022   -i install_dir
00023      The full path to the final install directory.  This may also
00024      contain some pre-existing contents; if so, it is merged with all
00025      of the input directories as well.
00026 
00027   -h
00028      Display this help
00029 """
 All Classes Namespaces Functions Variables Properties