Merge branch 'blender-v2.82-release'

This commit is contained in:
Philipp Oeser 2020-01-29 10:59:51 +01:00
commit eb4c26a46c
1 changed files with 2 additions and 0 deletions

View File

@ -428,6 +428,8 @@ static void buttons_area_listener(wmWindow *UNUSED(win),
buttons_area_redraw(sa, BCONTEXT_OBJECT);
buttons_area_redraw(sa, BCONTEXT_DATA);
buttons_area_redraw(sa, BCONTEXT_PHYSICS);
/* Needed to refresh context path when changing active particle system index. */
buttons_area_redraw(sa, BCONTEXT_PARTICLE);
break;
case ND_SHADING:
case ND_SHADING_DRAW: