Hi, my situation is this:
I have many files with old network path to fix (many textures).
Would a script that automatically, when opening the file, change only part of the network path, so as to associate automatically the texture, and without having to search again.
example:
old path. "\\192.168.0.300 \ .... bla bla bla"
new path: "\\192.168.0.200 \ ..... bla bla bla"
The script should do this:
find (only this path part)"\\ 192.168.0.300 \"
replace with: "\\ 192.168.0.200 \"
A bit like the "retarget common root" Asset Tracking ", but do it automatically when you open the file.
(I apologize for my English)
Regards.