Does anyone know a way to put all links to another folder quickly? Maybe by text editing sbs file ? or with their cryptic dependency manager?
Like their "relocate" but for all files at once?
ps. Just noticed that dependency manager is showing nothing at all
Replies
If that works you can then redirect the alias to your new folder.
You can use automation toolkit to fix the paths up if you want to do it properly - or you could probably search and replace woth a text editor if you're feeling brave
ctrl+shift+alt+b should format the file with line breaks / indents so it's readable too (not 100% reliable)
aliases work fine though - our substance library has been through 7 years, 6 projects and 10 material artists without any difficult referencing problems you couldn't attribute to human error.
the whole point of them is so you can move the files it references to a different folder and not lose the links. You want the sbs file to link to an alias - absolute paths are the shittest thing in the world
Aliases exist so you can reference packages from libraries, move the libraries and not break all your downstream sbs packages
You seem to be trying to repurpose the same graph with different inputs. sbsmutator batchtool, automation toolkit or the editor python API will all allow you to that.