ParticlePanel: comment out unimplemented OrientedParticleFactory

This commit is contained in:
rdb 2018-08-02 20:30:54 +02:00
parent f813d2fb60
commit 0fbfeb712f

View File

@ -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',