-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Is your feature request related to a problem? Please describe.
So I have my custom rigging framework that I've built, similar to the mgear backend.
Within this repo, I have a folder for my NXT graphs (Rig components like arms, legs, etc. as one graph, and template graphs, like biped, quadroped, etc.).
I've now pushed this repo so that other people can use it too, but they're getting importing errors because the graph paths (in the repo) is still looking at MY machine's folder structure.
Is there a way I can make this path automatically update? Or do people need to manually change the path once they've pulled to look at their machines?
Describe the solution you'd like
Can we have a way in the UI to make paths relative
"references": [
"../face_rig.nxt",
"../body_rig.nxt"
],
Thanks Sue