1 2 3 4 5 6 7 8 9 10 11 12 13
import libsurvive import sys actx = libsurvive.SimpleContext(sys.argv) for obj in actx.Objects(): print(obj.Name()) while actx.Running(): updated = actx.NextUpdated() if updated: print(updated.Name(), updated.Pose())