[Bf-blender-cvs] [fc751901d88] temp-test-point-cloud-simulation-depsgraph-integration: remove unnecessary case in lib_remap.c

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


Commit: fc751901d884a3adff91ddf48d8946d67e0da26f
Author: Jacques Lucke
Date:   Tue Mar 24 16:29:02 2020 +0100
Branches: temp-test-point-cloud-simulation-depsgraph-integration
https://developer.blender.org/rBfc751901d884a3adff91ddf48d8946d67e0da26f

remove unnecessary case in lib_remap.c

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

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

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

diff --git a/source/blender/blenkernel/intern/lib_remap.c b/source/blender/blenkernel/intern/lib_remap.c
index 0817c3042cb..72ae4629dba 100644
--- a/source/blender/blenkernel/intern/lib_remap.c
+++ b/source/blender/blenkernel/intern/lib_remap.c
@@ -523,7 +523,6 @@ void BKE_libblock_remap_locked(Main *bmain, void *old_idv, void *new_idv, const
     case ID_HA:
     case ID_PT:
     case ID_VO:
-    case ID_SIM:
       if (new_id) { /* Only affects us in case obdata was relinked (changed). */
         for (Object *ob = bmain->objects.first; ob; ob = ob->id.next) {
           libblock_remap_data_postprocess_obdata_relink(bmain, ob, new_id);



More information about the Bf-blender-cvs mailing list