Once you delete an image in the editor interface of an object, the file remains in the media directory. You can use the caUtils script to perform some maintenance tasks.
If you can use a terminal window, go to support/bin/ and execute ./caUtils to see options.
Look for remove-deleted-representations and remove-unused-media, it should be what you want!
Comments
Hi,
Once you delete an image in the editor interface of an object, the file remains in the media directory. You can use the
caUtils
script to perform some maintenance tasks.If you can use a terminal window, go to
support/bin/
and execute./caUtils
to see options.Look for
remove-deleted-representations
andremove-unused-media
, it should be what you want!