mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
*** empty log message ***
This commit is contained in:
parent
ddc3b433d4
commit
f49cc31ef2
@ -414,9 +414,9 @@ class ClientRepository(DirectObject.DirectObject):
|
||||
cdc.sendUpdate(self, do, fieldName, args, sendToId)
|
||||
|
||||
def send(self, datagram):
|
||||
#if self.notify.getDebug():
|
||||
# print "ClientRepository sending datagram:"
|
||||
# datagram.dumpHex(ostream)
|
||||
if self.notify.getDebug():
|
||||
print "ClientRepository sending datagram:"
|
||||
datagram.dumpHex(ostream)
|
||||
|
||||
self.cw.send(datagram, self.tcpConn)
|
||||
return None
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
from Interval import *
|
||||
|
||||
import Mopath
|
||||
# import Mopath
|
||||
|
||||
class MopathInterval(Interval):
|
||||
# Name counter
|
||||
|
@ -1,9 +1,10 @@
|
||||
from PandaObject import *
|
||||
from PandaModules import *
|
||||
from DirectObject import *
|
||||
from PhysicsManagerGlobal import *
|
||||
|
||||
import ForceNode
|
||||
import DirectNotifyGlobal
|
||||
import sys
|
||||
|
||||
class ForceGroup(DirectObject):
|
||||
|
||||
|
@ -1,6 +1,4 @@
|
||||
from PandaObject import *
|
||||
from DirectObject import *
|
||||
|
||||
from PandaModules import *
|
||||
import Particles
|
||||
import ForceGroup
|
||||
import DirectNotifyGlobal
|
||||
|
@ -1,4 +1,4 @@
|
||||
from PandaObject import *
|
||||
from PandaModules import *
|
||||
from ParticleManagerGlobal import *
|
||||
from PhysicsManagerGlobal import *
|
||||
|
||||
@ -26,6 +26,7 @@ import TangentRingEmitter
|
||||
import string
|
||||
import os
|
||||
import DirectNotifyGlobal
|
||||
import sys
|
||||
|
||||
class Particles(ParticleSystem.ParticleSystem):
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user