[Bf-blender-cvs] [0055db58384] temp-test-point-cloud-simulation-depsgraph-integration: cleanup

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


Commit: 0055db583848c2e669ddf32d92390a08c7a1852e
Author: Jacques Lucke
Date:   Tue Mar 24 14:29:13 2020 +0100
Branches: temp-test-point-cloud-simulation-depsgraph-integration
https://developer.blender.org/rB0055db583848c2e669ddf32d92390a08c7a1852e

cleanup

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

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 ccc21ca8e8c..69f3a42f71f 100644
--- a/source/blender/blenkernel/intern/lib_query.c
+++ b/source/blender/blenkernel/intern/lib_query.c
@@ -1448,9 +1448,6 @@ bool BKE_library_id_can_use_idtype(ID *id_owner, const short id_type_used)
       return ELEM(id_type_used, ID_MA);
     case ID_VO:
       return ELEM(id_type_used, ID_MA);
-    case ID_SI:
-      /* TODO */
-      return false;
     case ID_IM:
     case ID_VF:
     case ID_TXT:
@@ -1461,6 +1458,7 @@ bool BKE_library_id_can_use_idtype(ID *id_owner, const short id_type_used)
     case ID_PAL:
     case ID_PC:
     case ID_CF:
+    case ID_SI:
       /* Those types never use/reference other IDs... */
       return false;
     case ID_IP:



More information about the Bf-blender-cvs mailing list