Revert "Particles: remove Halo, Line and Path render options"

broke tests, will check again tomorrow

This reverts commit fbd2bd8154.
This commit is contained in:
Philipp Oeser
2023-05-30 22:20:17 +02:00
parent 23afc6161c
commit 243f20ec10
7 changed files with 14 additions and 29 deletions

View File

@@ -1670,7 +1670,7 @@ class PARTICLE_PT_draw(ParticleButtonsPanel, Panel):
if path:
col.prop(part, "display_step", text="Strand Steps")
col.prop(part, "display_percentage", slider=True, text="Amount")
if part.display_method != 'RENDER':
if part.display_method != 'RENDER' or part.render_type == 'HALO':
col.prop(part, "display_size", text="Size")
if part.display_percentage != 100 and psys is not None: