[Bf-blender-cvs] [654fd58270a] master: Cleanup: minor error in assert message in libOverride collection code.

Bastien Montagne noreply at git.blender.org
Wed Aug 21 17:13:57 CEST 2019


Commit: 654fd58270ac9cfb0b0ac5f2d6605355bf76b6be
Author: Bastien Montagne
Date:   Wed Aug 21 17:10:10 2019 +0200
Branches: master
https://developer.blender.org/rB654fd58270ac9cfb0b0ac5f2d6605355bf76b6be

Cleanup: minor error in assert message in libOverride collection code.

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

M	source/blender/makesrna/intern/rna_collection.c

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

diff --git a/source/blender/makesrna/intern/rna_collection.c b/source/blender/makesrna/intern/rna_collection.c
index 4700df5352f..15d73aae0ae 100644
--- a/source/blender/makesrna/intern/rna_collection.c
+++ b/source/blender/makesrna/intern/rna_collection.c
@@ -234,7 +234,7 @@ static bool rna_Collection_children_override_apply(Main *bmain,
                                                    IDOverrideLibraryPropertyOperation *opop)
 {
   BLI_assert(opop->operation == IDOVERRIDE_LIBRARY_OP_REPLACE &&
-             "Unsupported RNA override operation on collections' objects");
+             "Unsupported RNA override operation on collections' children");
   UNUSED_VARS_NDEBUG(opop);
 
   Collection *coll_dst = ptr_dst->id.data;



More information about the Bf-blender-cvs mailing list