Hello everyone,
Since I am a little disorganized…I would like to know if it is possible to determine any and all files that are being referenced by a blend file. For instance, I have many images and avis that I used for testing, but many of them are being referenced in some way by a blend file, and deleting them will cause problems.
Is it possible to use Python to:
- List all of the files that are being referenced by a blend file?
or, ideally… - List all of the files that are being referenced by any blend file without having to have the blend file open?
Thanks in advance!