mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
take out annoying prints (use self.notify if needed!)
This commit is contained in:
parent
33e0cdcff1
commit
d789e292ae
@ -119,15 +119,11 @@ class LerpPosInterval(LerpNodePathInterval):
|
||||
def privDoEvent(self, t, event):
|
||||
# This function is only used if Python functors were passed in
|
||||
# for some of the input parameters.
|
||||
print "doing pos",t
|
||||
if self.paramSetup and event == CInterval.ETInitialize:
|
||||
self.setupParam(self.setEndPos, self.endPos)
|
||||
self.setupParam(self.setStartPos, self.startPos)
|
||||
LerpNodePathInterval.privDoEvent(self, t, event)
|
||||
|
||||
#def privStep(self,t):
|
||||
|
||||
# print "doing pos",t
|
||||
|
||||
class LerpHprInterval(LerpNodePathInterval):
|
||||
def __init__(self, nodePath, duration, hpr,
|
||||
|
Loading…
x
Reference in New Issue
Block a user