Fix T73466: Unable to set particle rotation

Error in rB1f6ab32196d7.

Maniphest Tasks: T73466

Differential Revision: https://developer.blender.org/D6706
This commit is contained in:
Philipp Oeser
2020-01-29 10:26:45 +01:00
parent e7c90438e0
commit e4faed120d

View File

@@ -584,7 +584,7 @@ class PARTICLE_PT_rotation(ParticleButtonsPanel, Panel):
layout = self.layout
layout.prop(part, "use_rotations", text="")
layout.enabled = particle_panel_enabled(context, psys) and part.use_rotations
layout.enabled = particle_panel_enabled(context, psys)
def draw(self, context):