mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -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',
|
'Factory', 'Factory Type',
|
||||||
'Select type of particle factory',
|
'Select type of particle factory',
|
||||||
('PointParticleFactory', 'ZSpinParticleFactory',
|
('PointParticleFactory', 'ZSpinParticleFactory',
|
||||||
'OrientedParticleFactory'),
|
#'OrientedParticleFactory'
|
||||||
|
),
|
||||||
self.selectFactoryType)
|
self.selectFactoryType)
|
||||||
factoryWidgets = (
|
factoryWidgets = (
|
||||||
('Factory', 'Life Span',
|
('Factory', 'Life Span',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user