wk39
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. 
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 =...