Things that should be easy: Getting the total number of actors in a mesh: `len(actor_mesh)` Getting the nth actor in a mesh (especially zeroeth): `actor_mesh.flatten()[0]`