mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
revert accidental debug code
This commit is contained in:
parent
1d78ab779c
commit
67d7f34965
@ -14,12 +14,6 @@ from pandac.PandaModules import getModelPath, Filename, ConfigVariableFilename
|
|||||||
# and then a number of smaller, optional packages, which may or may
|
# and then a number of smaller, optional packages, which may or may
|
||||||
# not be needed by any one particular application.
|
# not be needed by any one particular application.
|
||||||
|
|
||||||
packager.setHost('file:///home/drose/p3dstage',
|
|
||||||
mirrors = ['file:///home/drose/p3dstage_mirror1',
|
|
||||||
'file:///home/drose/p3dstage_mirror2',
|
|
||||||
'file:///home/drose/p3dstage_mirror3',
|
|
||||||
'file:///home/drose/p3dstage_mirror4'])
|
|
||||||
|
|
||||||
class coreapi(solo):
|
class coreapi(solo):
|
||||||
# The special "coreapi" package. As a "solo", this is just a
|
# The special "coreapi" package. As a "solo", this is just a
|
||||||
# single .dll (or dylib, or whatever).
|
# single .dll (or dylib, or whatever).
|
||||||
@ -107,8 +101,8 @@ class panda3d(package):
|
|||||||
'direct.fsm.*',
|
'direct.fsm.*',
|
||||||
'direct.gui.*',
|
'direct.gui.*',
|
||||||
'direct.interval.*',
|
'direct.interval.*',
|
||||||
'direct.particles.*',
|
|
||||||
'direct.p3d.*',
|
'direct.p3d.*',
|
||||||
|
'direct.particles.*',
|
||||||
'direct.showbase.*',
|
'direct.showbase.*',
|
||||||
'direct.showutil.*',
|
'direct.showutil.*',
|
||||||
'direct.stdpy.*')
|
'direct.stdpy.*')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user