[Bf-blender-cvs] [4dc3831a2a4] temp-test-point-cloud-simulation-depsgraph-integration: bring back a break

Jacques Lucke noreply at git.blender.org
Wed Apr 15 18:27:12 CEST 2020


Commit: 4dc3831a2a43853c97ee8aa032b41a7e3534176b
Author: Jacques Lucke
Date:   Mon Apr 6 15:22:22 2020 +0200
Branches: temp-test-point-cloud-simulation-depsgraph-integration
https://developer.blender.org/rB4dc3831a2a43853c97ee8aa032b41a7e3534176b

bring back a break

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

M	source/blender/blenkernel/intern/lib_query.c

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

diff --git a/source/blender/blenkernel/intern/lib_query.c b/source/blender/blenkernel/intern/lib_query.c
index adc7d205301..31ad4336169 100644
--- a/source/blender/blenkernel/intern/lib_query.c
+++ b/source/blender/blenkernel/intern/lib_query.c
@@ -1303,6 +1303,7 @@ static void library_foreach_ID_link(Main *bmain,
       case ID_PAL:
       case ID_PC:
       case ID_CF:
+        break;
 
       /* Deprecated. */
       case ID_IP:



More information about the Bf-blender-cvs mailing list