from absolute path to relative path

how can i change from absolute path to relative path. i want to share my file and materials as zip folder to a group so that they can us the file on their computer.

1 love
Reply
  • Sascha Feider(SFE-Viz) replied

    You can find the option under file -> external data. There you could alternatively also pack all textures into the .blend file directly, which might be the better option, if you want to share the file packed in a zip.

    • 👌
    2 loves
  • Dwayne Savage(dillenbata3) replied

    By default blender uses relative paths. To make sure this is still set as default goto preferences(Ctrl+comma on 4.+, or F4->preferences or edit menu preferences) Click Save & Load on the left hand side. In Blend file panel under default to section make sure relative paths is checked.

    2 loves
  • Steven Fergus(Steven_Fergus) replied
    A simple way to switch from absolute to relative paths is to make sure all your files and materials live inside one main project folder, then update your references so they point to locations relative to that folder instead of your full system path (for example, change something like C:\Users\You\Project\textures\image.png to textures/image.png or ./textures/image.png); once everything is linked this way, you can zip the entire main folder and anyone who extracts it on their computer will be able to open and use the project without broken paths, as long as they keep the same internal folder structure.
    2 loves