Rigid body: fix viewport not updating on properties change.

This commit is contained in:
Clément Foucault 2017-03-06 16:25:26 +01:00
parent f1c764fd8f
commit 15fa806160
Notes: blender-bot 2023-02-14 07:31:34 +01:00
Referenced by issue #50565, Transform: Planar constraints don't work properly with non-Blender key configurations
1 changed files with 1 additions and 0 deletions

View File

@ -869,6 +869,7 @@ static void view3d_main_region_listener(bScreen *sc, ScrArea *sa, ARegion *ar, w
case ND_CONSTRAINT:
case ND_KEYS:
case ND_PARTICLE:
case ND_POINTCACHE:
case ND_LOD:
ED_region_tag_redraw(ar);
break;