mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
ParticlePanel: comment out unimplemented OrientedParticleFactory
This commit is contained in:
parent
f813d2fb60
commit
0fbfeb712f
@ -263,7 +263,8 @@ class ParticlePanel(AppShell):
|
||||
'Factory', 'Factory Type',
|
||||
'Select type of particle factory',
|
||||
('PointParticleFactory', 'ZSpinParticleFactory',
|
||||
'OrientedParticleFactory'),
|
||||
#'OrientedParticleFactory'
|
||||
),
|
||||
self.selectFactoryType)
|
||||
factoryWidgets = (
|
||||
('Factory', 'Life Span',
|
||||
|
Loading…
x
Reference in New Issue
Block a user