formatting

This commit is contained in:
Dave Schuyler 2006-03-18 00:56:30 +00:00
parent 82b8fd363c
commit 5b9c717f3d
4 changed files with 122 additions and 124 deletions

View File

@ -79,7 +79,8 @@ class Loader:
want to load a model and immediately set a transform on it. want to load a model and immediately set a transform on it.
But also consider loadModelCopy(). But also consider loadModelCopy().
""" """
assert Loader.notify.debug("Loading model once: %s under %s" % (modelPath, underNode)) assert Loader.notify.debug(
"Loading model once: %s under %s" % (modelPath, underNode))
if phaseChecker: if phaseChecker:
phaseChecker(modelPath) phaseChecker(modelPath)
node = ModelPool.loadModel(modelPath) node = ModelPool.loadModel(modelPath)
@ -296,5 +297,3 @@ class Loader:
if (shader == None): if (shader == None):
Loader.notify.warning("Could not load shader file %s." % shaderPath) Loader.notify.warning("Could not load shader file %s." % shaderPath)
return shader return shader

View File

@ -790,4 +790,3 @@ def place(nodePath):
if __name__ == '__main__': if __name__ == '__main__':
root = Pmw.initialise() root = Pmw.initialise()
widget = Placer() widget = Placer()