Package mrv :: Module mdp
[hide private]
[frames] | no frames]

Module mdp

source code

Module containing the commandline interface for the Maya Depdendency Parser

Functions [hide private]
 
main(fileList, **kwargs)
Called if this module is called directly, creating a file containing dependency information
source code
 
_usageAndExit(msg=None) source code
 
tokensToRemapFunc(tokenstring)
Return a function applying remapping as defined by tokenstring
source code
Variables [hide private]
  __all__ = None
hash(x)
  __package__ = 'mrv'
Function Details [hide private]

main(fileList, **kwargs)

source code 
Called if this module is called directly, creating a file containing
        dependency information

:param kwargs: will be passed directly to `createFromFiles`

tokensToRemapFunc(tokenstring)

source code 
Return a function applying remapping as defined by tokenstring

:note: it also applies a mapping from mb to ma, no matter what.
        Thus we currently only store .ma files as keys even though it might be mb files