[Bf-blender-cvs] [13492442a0f] temp-group-collections: Fixup for 2/3: rna_layer.c

Dalai Felinto noreply at git.blender.org
Wed Nov 1 18:14:42 CET 2017


Commit: 13492442a0f17fc1932602261309c201237a47b8
Author: Dalai Felinto
Date:   Fri Oct 27 18:09:48 2017 -0200
Branches: temp-group-collections
https://developer.blender.org/rB13492442a0f17fc1932602261309c201237a47b8

Fixup for 2/3: rna_layer.c

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

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

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

diff --git a/source/blender/makesrna/intern/rna_layer.c b/source/blender/makesrna/intern/rna_layer.c
index 1e45020f4ec..8d8f84f20b1 100644
--- a/source/blender/makesrna/intern/rna_layer.c
+++ b/source/blender/makesrna/intern/rna_layer.c
@@ -90,6 +90,7 @@ static StructRNA *rna_SceneCollection_refine(PointerRNA *ptr)
 			BLI_assert(!"Collection type not fully implemented");
 			break;
 	}
+	return &RNA_SceneCollection;
 }
 
 static void rna_SceneCollectionGroup_group_update(Main *bmain, Scene *UNUSED(scene), PointerRNA *UNUSED(ptr))



More information about the Bf-blender-cvs mailing list