mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -04:00
particles: Fix regression loading .ptf files
Regression introduced in #1454
This commit is contained in:
parent
11c7d38ce4
commit
10dd0f79bc
@ -2,6 +2,7 @@
|
||||
from panda3d.core import Filename, NodePath, VirtualFileSystem, getModelPath
|
||||
|
||||
# Leave these imports in, they may be used by ptf files.
|
||||
from panda3d.core import * # pylint: disable=unused-import
|
||||
from panda3d.physics import * # pylint: disable=unused-import
|
||||
from . import Particles # pylint: disable=unused-import
|
||||
from . import ForceGroup # pylint: disable=unused-import
|
||||
|
Loading…
x
Reference in New Issue
Block a user