[Bf-blender-cvs] [b5ddaa81c88] custom-manipulators: Merge branch 'blender2.8' into custom-manipulators

Campbell Barton noreply at git.blender.org
Fri Mar 31 11:47:39 CEST 2017


Commit: b5ddaa81c886698805e70e92221cdd6dbd21e804
Author: Campbell Barton
Date:   Fri Mar 31 20:43:56 2017 +1100
Branches: custom-manipulators
https://developer.blender.org/rBb5ddaa81c886698805e70e92221cdd6dbd21e804

Merge branch 'blender2.8' into custom-manipulators

===================================================================



===================================================================

diff --cc source/blender/editors/space_view3d/space_view3d.c
index 2bb0e9bad0b,37d300ca0a7..dff72679dbd
--- a/source/blender/editors/space_view3d/space_view3d.c
+++ b/source/blender/editors/space_view3d/space_view3d.c
@@@ -52,10 -45,9 +52,11 @@@
  #include "BKE_context.h"
  #include "BKE_depsgraph.h"
  #include "BKE_icons.h"
 +#include "BKE_key.h"
  #include "BKE_library.h"
  #include "BKE_main.h"
+ #include "BKE_mesh_render.h"
 +#include "BKE_modifier.h"
  #include "BKE_object.h"
  #include "BKE_scene.h"
  #include "BKE_screen.h"
@@@ -918,9 -882,9 +919,10 @@@ static void view3d_main_region_listener
  				case ND_CONSTRAINT:
  				case ND_KEYS:
  				case ND_PARTICLE:
+ 				case ND_POINTCACHE:
  				case ND_LOD:
  					ED_region_tag_redraw(ar);
 +					WM_manipulatormap_tag_refresh(mmap);
  					break;
  			}
  			switch (wmn->action) {




More information about the Bf-blender-cvs mailing list