was missing a return of len, so scn.objects.context was always returning 0
This commit is contained in:
@@ -1144,6 +1144,7 @@ static int SceneObSeq_len( BPy_SceneObSeq * self )
|
||||
len++;
|
||||
}
|
||||
}
|
||||
return len;
|
||||
}
|
||||
/*should never run this */
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user