Fixed problem with d

CVSme: ----------------------------------------------------------------------
This commit is contained in:
Mark Mine 2003-08-07 01:03:46 +00:00
parent f4d926c27c
commit 5d65191a89
1 changed files with 2 additions and 1 deletions

View File

@ -1633,7 +1633,8 @@ class MopathRecorder(AppShell, PandaObject):
parent = self.parent)
if mopathFilename:
self.reset()
nodePath = loader.loadModel(Filename(mopathFilename))
nodePath = loader.loadModel(
Filename.fromOsSpecific(mopathFilename))
self.curveCollection = ParametricCurveCollection()
# MRM: Add error check
self.curveCollection.addCurves(nodePath.node())