Hi Erwan,
I'm don't have Nuke in front of my at this moment so bear with me. I hope
this helps you to figure it out a solution (if you can read trough my poor
english)
Check what kind of info nuke.value('preferences.platformPathRemaps')
returns, Im pretty sure it's a list of strings with the values in the
preferences remap table, so you need to split this in groups (a tuple,
another list,...) of three elements, one for each OS, for every remap entry
in the table.
Now you can combine this info with Fredik's myFilenameFilter() and get what
you are looking for.
I'm not sure if the built-in function is availabe thought the Python API,
maybe you can check it with support.
Cheers,
./Carlos
_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python