-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
When I try to stitch together images I've generated from sphere2cube I just get pink output. I'm using blender 3.4. There was a similar issue listed in sphere2cube that seemed to be fixed when i applied this workaround posted by wk39:
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 = "%s" % sys.argv[-6]
Anyone find a workaround for cube2sphere as well? Should I just try an older version of blender?
Metadata
Metadata
Assignees
Labels
No labels