List every object in current document

Hi,

I’m seeking for a way (with python) to list every singl object in document, even if there locked or hided or located in hided layers.

Any clues ?

Regards,

What do you want to show? GUIDs? rs.AllObjects(include_lights=True/False) will get ALL objects in the document (including lights if you want), locked, hidden objects included.

–Mitch

Ha, ok. Feeling dumb, I searched all object* or doc* classes but I didn’t see this one. Thanks !