Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ODC broken on Linux (and probably on Mac) due to Folder symbol (/ instead of \) #52

Open
MgItap opened this issue Jan 15, 2019 · 1 comment

Comments

@MgItap
Copy link

MgItap commented Jan 15, 2019

Hi. Fisrt of all, thank you for all.

There are missing lots of functionalities of ODC
on my Linux Blender 2.79b.

Then running Blender from terminal, with ODC installed, it outputs:


Read prefs: /home/marcos/.config/blender/2.79/config/userpref.blend
found bundled python: /home/marcos/z_Progr/blender-2.79b-linux-glibc219-x86_64/2.79/python
/home/marcos/.config/blender/2.79/scripts/addons/odc_public-master
SETTINGS FOLDERPATH
/home/marcos/.config/blender/2.79/scripts/addons/odc_public-master
/home/marcos/z_Progr/blender-2.79b-linux-glibc219-x86_64/2.79/scripts/addons/odc\data
The Crypto module was not found! CDT not supported
REGISERESTED THE ADDON PREFERENCES?
loaded bridges
verified scene in -0.000005 seconds
loaded splints

Saved session recovery to '/tmp/quit.blend'
Blender quit

It catches my attention this line

/home/marcos/z_Progr/blender-2.79b-linux-glibc219-x86_64/2.79/scripts/addons/odc\data\

since it is using the windows default folder symbol ,
but unix like systems use the / symbol for folders...

@MgItap
Copy link
Author

MgItap commented Jan 16, 2019

Hi again.

Found a good and fast explanation at:

https://stackoverflow.com/questions/16010992/how-to-use-directory-separator-in-both-linux-and-windows-in-python

Hope it helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant