Hi, I'm quite new at scripting, and I haven't found yet what i'm looking for.
So i'm asking for tips or even part of codes to get me in the way.
I'd like to list the names of every single object of specifics layers
(layers with a prefix "XX" for exemple).
And get that list in an external .txt format.
It should look like
XX_Layer_name1 (5 objets) :
-------------------------------
Box001
Box002
Box003
Box004
Box005
XX_Layer_name2 (5 objets) :
-------------------------------
Box001
Box002
Box003
Box004
Box005
Thank's in advance.
alex