wk39

Results 3 comments of wk39

In advance, thanks for the great library :) What I did is... first, set_points() : only 2D points supported second, set_facet() : facets means point index pairs of boundary line...

Credential cache setting not working, neither. ![image924](https://github.com/Murmele/Gittyup/assets/30580945/e2b3fdd1-1fd7-4a6f-9dcb-44c154407fdc)

workaround edit ~/.local/bin/pythonXXX/site-packages/sphere2cube/blender_init.py (installation directory may differ. you can check by 'pip show sphere2cube') comment out below line > bpy.data.textures[0].image = bpy.data.images.load("%s" % sys.argv[-6]) add new line > bpy.data.images['test.jpg'].filepath =...