Maybe this is a niche question but I have recently noticed that there is a "filenames" -"fn" for short name- array attribute in reference nodes, and it can
be set as in "myReferencenodeRN.fn[0]", "myReferencenodeRN.fn[1]", etc.
What confuses me the most is that this attribute is not the same as
the "filename" attribute (which is not an array of strings but just a
string, and it is not really an attribute because it is not listed as
with maya.cmds.listAttr).
Do you guys have any clue what is this used for? My guess is that
it may be used just for hinting previously used filenames or something
like that?
In this regard, do you guys know whether there is anywhere some
documentation about what each attribute does? Like a description or
something similar, I guess there is not, but maybe a Python's built-in
help() style utility or something?
Thanks in advance,
Kind regards,