Hello all, hope that you are all doing well!
I would like to find out if anyone has managed to create an automated workflow using the ngSkinTools API?
Using the documentation provided an example that was given to export skin weights:
I used this to save out the json file:
with open(“test.json”, “w”) as jsonFile:
json.dump(jsonContents, jsonFile, indent = 4)
The issue that I am having is when looking at the contents of the newly created json file all weight information is savd in one long line.
Normally it is displayed as follows:
Also when importing the weights back it doesn’t override the existing layer that are there it just stacks ontop, is there a way of solving this?
All in all what has been given in the documentation works at a basic level but lacks those few elements when using the tool manually.
I am really excited to hear what everyone else has to say about this topic and I am looking forward to seeing what other solutions are out there regarding this workflow.
Thank you all in advance!