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