Форум

Сообщения, созданные пользователем Константин Хомяков
09 июня 2016 15:23

With a custom camera frustum it would be possible for us to generate e.g. very high-res images by tiling the original camera-frustum into a grid and render each tile separately.
As far as I can see set_fov method may help, but you should make sure that canvas aspect ratio is equal to a tile's aspect ratio
Команда Blend4Web - разработчик
Twitter
LinkedIn
09 июня 2016 13:22

How it is possible to set the camera projection matrix to an oblique / custom frustum?
Hello!
Unfortunately, for now there is no API method to change camera frustum planes.
Could you please specify a little bit your task?
Maybe set_fow or translate_view methods from the camera API module can be useful for you
Команда Blend4Web - разработчик
Twitter
LinkedIn
08 июня 2016 10:18
And where to include that javascript that i am calling and in "HTML element Id" block in blend4web i have to write "document.getElementById('nameofAnchorID')".
Please take a look at these tutorials:
https://www.blend4web.com/en/article/59/
https://www.blend4web.com/en/article/23/
Команда Blend4Web - разработчик
Twitter
LinkedIn
07 июня 2016 18:18

How can I force Blender to use usr/bin/python3 rather than python ?
I search in the net but I don't find
I don't think that it is easily achievable.
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.
Команда Blend4Web - разработчик
Twitter
LinkedIn
07 июня 2016 17:53

I tried this but my setup doesn't accept JsCallback from a miss… so i have to re-click on the same object to recall the function.
Hmm… it is strange, because if after reclicking on the object callback is called, then the second "Switch Select" is working correctly, otherwise the control flow stucks.

Maybe something is wrong with callback itself or you specified wrong callback id?
Команда Blend4Web - разработчик
Twitter
LinkedIn
07 июня 2016 13:04

Пока оставлю это на свою безалаберность. Простите, если это моя вина и я вас заставил впустую потратить время выискивая несуществующий баг. Но вчера мне несколько раз пришлось перелопачивать ноды, удаляя и заменяя такими же, с теми же названиями.
Не стоит извиняться
Самим очень трудно воспроизводить такие ситуации. Для этого нужна или большая команда проф тестировщиков, которой у нас нет на данный момент, либо, как раз, ответственное комьюнити. Так что спасибо за обратную связь!

Проверим в чем проблема могла возникнуть.


И небольшое пожелание - выпадающий список для выбора анимаций в ноде активации анимации. Без него муторно.
Задача не такая тривиальная с технической точки зрения, как кажется на первый взгляд. Посмотрим повнимательнее по возможности
Команда Blend4Web - разработчик
Twitter
LinkedIn
07 июня 2016 12:47

I want my div to be hidden if i click again, no matter where.
I think this simple configuration should work for you


Команда Blend4Web - разработчик
Twitter
LinkedIn
07 июня 2016 12:44

Can one modify the aspect of the anchor with CSS o change the color and font?
If the anchor's type is "Custom Element" then it is a standard HTML element from your page. So everything related to html elements is of course possible for them
Команда Blend4Web - разработчик
Twitter
LinkedIn
07 июня 2016 12:04

Actually I can't use project manager because I get an error with "create new project" :
"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 !!! :)
Hello!
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.
Команда Blend4Web - разработчик
Twitter
LinkedIn
07 июня 2016 11:48

i want to know that is there any way so that when i click on my blender character a pop up window comes in front and displays data and i want to fetch that data from database and then display it?
Hello!
Popups from Planetarium demo are special blend4web "Anchors" (docs).
They are empty objects with corresponding options selected. You can link anchor to custom html element by its id:


Команда Blend4Web - разработчик
Twitter
LinkedIn