To reset the Image Path in Spine to a new directory, follow these steps:
- Setup Mode: Ensure you are in Setup mode. You can only change the image paths in this mode.
- Select Images Node: In the Tree view, select the
Images
node.
- Change Path: In the properties panel, you will see a field for the image path. You can type the new directory path directly into this field. You do not need to use "<" ">" symbols; just type the path as it is.
- Refresh: After changing the path, you might need to hit the "refresh" button or restart Spine to see the changes take effect.
If you need to change the paths for multiple images, you can use the Find and Replace function:
- Find and Replace: Open the Find and Replace window.
- Field Selection: Select
Path
in the Field dropdown.
- Regular Expression: Use regular expressions if needed to batch update paths. For example, to add a prefix to all paths, you can use
^
in the Find box and newPath/
in the Replace box.
For more detailed information, you can refer to the following links: