Skip to content

Getting pink output #10

@hutchid6

Description

@hutchid6

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions