Blender files have the potential to contain personal data in the form of filepaths. Filepaths can be read in Blender through the Python API, or by analyzing the .blend file with a hex editor.
This addon lets you save a copy of the current file with those filepaths removed.
filepath
, filepath_raw
, original
, library_weak_reference
, and packed_files
strings in the current fileThe new file will be saved with the current filename appended with "_cleaned". Blender will close once the cleaned file is saved to prevent it from being accidentally overwritten.
A text file containing the cleared filepaths will also be saved.
This extension requests the following permission:
Saves a copy of a .blend file without filepaths
No Mac version make very very sad.
Finally :-D