diff --git a/source/blender/python/api2_2x/Scene.c b/source/blender/python/api2_2x/Scene.c index effad817b34..3f2d8071c55 100644 --- a/source/blender/python/api2_2x/Scene.c +++ b/source/blender/python/api2_2x/Scene.c @@ -1144,6 +1144,7 @@ static int SceneObSeq_len( BPy_SceneObSeq * self ) len++; } } + return len; } /*should never run this */ return 0;