- Windows / Hscript Textport
- you imported FBX with materials. You can move them to mat context and change path with this:
```
opchange ../../materials /mat
```
Another example: on windows machine for some reason textures are using absolute paths and I want to change them all to the root of the job project:
```
opchange "C:/Users/user_name/Dropbox/Work/project_name" \$JOB
```
opchange ".exr" ".exr.rat"