Selectable object follows path
07 June 2016 12:04
Actually I can't use project manager because I get an error with "create new project" :Hello!
"Traceback (most recent call last):
File "/media/prince/a94a0881-d13f-49b3-ab1b-5ff15a8e571e/CreationInteractive/Blender/blend4web_sdk_free/apps_dev/project.py", line 43, in
import project_cli
File "/media/prince/a94a0881-d13f-49b3-ab1b-5ff15a8e571e/CreationInteractive/Blender/blend4web_sdk_free/scripts/lib/project_cli.py", line 327
print(" " + "-"*(len(err)), file=sys.stderr)
^
SyntaxError: invalid syntax
"
I use Ubuntu.
Hard luck !!! :)
The error occurs because python 2 is called instead of python 3.
Do you use a non-standart Blender build?
Please type bpy.app.binary_path_python in Blender console. Result should be the path to python executable file in Blender distributive.
07 June 2016 16:43
07 June 2016 17:01
07 June 2016 17:16
07 June 2016 17:31
07 June 2016 18:18
How can I force Blender to use usr/bin/python3 rather than python ?I don't think that it is easily achievable.
I search in the net but I don't find
We strongly recommend to use the official blender built to prevent further problems.
At least yous should check if the problem occurs with of. build.
07 June 2016 18:28
20 June 2016 18:54
20 June 2016 19:01
So I have linked /usr/bin/python3 with python. Now Project Manager works, I can create project etcHello!
but when I want to test my scene .html (app_dev/test) I get a black window in my browser.
What am i making wrong ?
Scene is shown correctly on my machine. The screen is black during loading the scene. Could you please attach a screenshot of your browser console log