krathjen / studiolibrary

Studio Library
https://www.studiolibrary.com
GNU Lesser General Public License v3.0
349 stars 137 forks source link

cant make a folder to begin with #315

Open BenvanhetLicht opened 3 years ago

BenvanhetLicht commented 3 years ago

I want to start using it,but nothing happends when creating a folder.So when i want to save a pose or whatever,its not possible. Sorry if it is a very noob mistake.

yunkor commented 3 years ago

I have a same issue with you, so I just go back to Maya 2018 and Studio library 2.6.3 (I was using maya 2020, and Studio library 2.7.1)

BenvanhetLicht commented 3 years ago

Thank you Yunkor,i still wait for a 2020 solution,but as a reserve solution i will try your solution.

yunkor commented 3 years ago

Sure! I'm still looking for solution too. Please, let me know if you find solution. :)

krathjen commented 3 years ago

Have you tried the latest version (2.9)?

You can download it from the following link.

https://github.com/krathjen/studiolibrary

Click on the green "Clone" button and then click "Download Zip" .

yunkor commented 3 years ago

In my case, I try version 2.9.0 in Maya 2020 just now, still doesn't work though...can not create folder, poses, and animation too.

krathjen commented 3 years ago

do you see any errors in the script editor?

yunkor commented 3 years ago

In my script editor....I guess nothing....

-----------------------------------

Studio Library

www.studiolibrary.com

-----------------------------------

import os import sys

if not os.path.exists(r'C:\Users\yunhoe.kim\Desktop\studiolibrary-master\src'): raise IOError(r'The source path "C:\Users\yunhoe.kim\Desktop\studiolibrary-master\src" does not exist!')

if r'C:\Users\yunhoe.kim\Desktop\studiolibrary-master\src' not in sys.path: sys.path.insert(0, r'C:\Users\yunhoe.kim\Desktop\studiolibrary-master\src')

import studiolibrary studiolibrary.main()

yunkor commented 3 years ago

I have animation files, but when I select folder, can't see any of them

nothing background

krathjen commented 3 years ago

Thanks for the images. That makes more sense.

What is your root folder path?

If the paths/images contain sensitive information then please send it to support@studiolibrary.com.

yunkor commented 3 years ago

I tried to sent it to support@studiolibrary.com they said address couldn't be found or unable to receive mail though. So I just put it here. This is my root folder path. My team and I working on the server (we share the folder). I've tried it in the local path too. It looks okay at the begining, but can't make poses or library freezes. (was using maya 2020, library 2.9.0)

root

krathjen commented 3 years ago

Ahhh... thanks for letting us know about the issues with the email. This should now be fixed.

I'll run some more tests regarding network folders.

Eiken commented 3 years ago

Did this go into master? We seem to stil have the same problem. It seems some time before it writes database.json a slash goes missing so the path is just /path/to/thing instead of //path/to/thing. Then when clicking sync it removes the faulty entrys from database.json

Dug around some but couldn't find what function that causes it.

EDIT: If you have a guess on where the problem is happening I can try and fix it.

Eiken commented 3 years ago

We found the tiny problem so will submit a tiny MR

krathjen commented 3 years ago

Sounds Great Eiken! Thank you.