Skip to content

A way to make reference layers relative paths not full in UI #89

@suekieza

Description

@suekieza

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    requestNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions