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

Output is pink #13

Open
lucydjo opened this issue Mar 13, 2021 · 7 comments
Open

Output is pink #13

lucydjo opened this issue Mar 13, 2021 · 7 comments

Comments

@lucydjo
Copy link

lucydjo commented Mar 13, 2021

Hello !

Thank you for your script.
Unfortunately the output images are totally pink.

Do you know what I do wrong?

@ayadcodes
Copy link

I got the same thing.

@ayadcodes
Copy link

@lucydjo Have you found a solution to that ?

@vyletien
Copy link

vyletien commented Aug 20, 2021

@a14d All image output are pink.
i found other project here, it work right.
https://github.com/jaxry/panorama-to-cubemap

@sanxofon
Copy link

sanxofon commented Dec 8, 2021

Same problem here (Windows version). Cube2Sphere works fine, though.

@thygrrr
Copy link

thygrrr commented Jun 5, 2022

Same issue here, with Blender 3.1, 2.93, and 2.83 on Windows 11 running in xonsh (but probably would be the same in cmd.exe)

@huseynaliyar
Copy link

the same issue, output is pink

@wk39
Copy link

wk39 commented Oct 7, 2022

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]

good luck

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

7 participants