Get list of scene cameras?

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 10/01/2012 at 12:52, xxxxxxxx wrote:

How do I get the list of all scene cameras? pls

ie is there a more direct way than traversing all the objects in the OM and checking their type.

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 15/01/2012 at 10:19, xxxxxxxx wrote:

The c4d.BaseObject class implements a function GetTags(id) that returns a list of all tags that are of type id. Unfortunately, this isn't implemented into BaseDocument, I hope it will be in the future.