When using particle mode, the particle tools are always displayed, even if select/cursor is the active tool.
The issue :
This patch hide the properties of the particle tools, similarly to what we have in the other modes.
Differential D10266
Fix T84796: Particle tools properties displayed for select/cursor tool Authored by Colin Marmond (Kdaf) on Jan 31 2021, 11:47 AM.
Details When using particle mode, the particle tools are always displayed, even if select/cursor is the active tool. This patch hide the properties of the particle tools, similarly to what we have in the other modes.
Diff Detail
Event TimelineComment Actions I think this makes sense. I see a comment for the other brush UI code: if mode == 'PARTICLE':
# Particle brush settings currently completely do their own thing.
return NoneSo I suppose this is duplicated for a non-trivial reason. Could you put a little bit of information in the patch description to use as a commit message? If you're not sure what to include, this would give you a place to start: https://wiki.blender.org/wiki/Process/Contributing_Code#Ingredients_of_a_Patch |