Merge branch 'blender-v3.5-release'

This commit is contained in:
Philipp Oeser
2023-02-17 16:33:59 +01:00

View File

@@ -78,7 +78,7 @@ class PARTICLE_MT_context_menu(Menu):
props.use_active = False
props.remove_target_particles = True
if psys.settings.type == 'HAIR':
if psys is not None and psys.settings.type == 'HAIR':
layout.operator(
"curves.convert_from_particle_system",
text="Convert to Curves")