Fixed problem with d
CVSme: ----------------------------------------------------------------------
This commit is contained in:
parent
f4d926c27c
commit
5d65191a89
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Reference in New Issue