由用户创建的信息 Evgeny Rodygin
03 June 2015 16:57
Hello, and welcome to the forum!
But could you please tell why is there such a task? Aren't Blender Internal or Cycles better choices for these needs?
Can b4w be used for making animation and render then into images later?Blend4Web is a real-time render engine. So we didn't aimed at animated images creation. Thus, we don't have any API related to this task. Anyway, you can always create GIF-animations or record a set of PNG images with some third-party software.
But could you please tell why is there such a task? Aren't Blender Internal or Cycles better choices for these needs?
Does b4w supports cell-shading?Currently we don't have some special tools for cartoonish rendering. In Blender this effect can be achieved with Toon Diffuse and Toon Specular shading. We have supported only specular toon for now, but in the nearest releases Toon diffuse will also be supported.
03 June 2015 16:02
Дело в том, что физический движок за счёт постоянно происходящей симуляции с динамическими объектами переопределяет трансформации, которые вы ему пытаетесь сообщить с помощью API.
Если вы вопреки тому, что происходит в физическом потоке, все-равно хотите переместить динамический объект (Dynamic либо Rigid Body), вам нужно это делать с помощью методов модуля physics set_transform().
Если вы вопреки тому, что происходит в физическом потоке, все-равно хотите переместить динамический объект (Dynamic либо Rigid Body), вам нужно это делать с помощью методов модуля physics set_transform().
03 June 2015 14:59
Для запуска программной анимации нла слоты должны быть отключены?Вы совершенно верно определили. Нелинейная анимация переопределяет обычную анимацию. Внесём пояснение в документацию.
[EDIT]
Немного дополню. Имеется в виду, что если в данный момент на объекте проигрывается NLA-анимация изменяющая те же параметры, что и обычная анимация, то именно она будет иметь решающее значение.
01 June 2015 17:25
Thanks for the report.
I think, crashes on Firefox are currently related to this bug which was recently fixed by Mozilla. I have tested nightly build version 41 and it performs stable.
I think, crashes on Firefox are currently related to this bug which was recently fixed by Mozilla. I have tested nightly build version 41 and it performs stable.
01 June 2015 13:09
01 June 2015 12:16
Hi,
Thanks for a nice suggestion. We're always looking for the ways to make our documentation and database more friendly. I think, this type of search could be implemented in future.
As a suggestion: Google often works fine, when you need to search for some functions. For example, typing something like: "Blend4Web NLA Script", will give decent results in the most cases.
Thanks for a nice suggestion. We're always looking for the ways to make our documentation and database more friendly. I think, this type of search could be implemented in future.
As a suggestion: Google often works fine, when you need to search for some functions. For example, typing something like: "Blend4Web NLA Script", will give decent results in the most cases.
01 June 2015 11:52
Ответ на сообщение пользователя КириллВы правы. Действительно не исправили. Дело в том, что физика требует серьезного рефакторинга, и этот код будет значительно изменен, поэтому получилось так, что не выполнили обещанного к этому релизу.
Не исправили…
Чтобы ваша работа двигалась дальше, я пересобрал релиз 15.05 с небольшими изменениями. В нём ваше демо работает. Прикрепил архив с b4w.min.js и b4w.full.min.js к этому посту.
29 May 2015 15:51
Ответ на сообщение пользователя Йеджи ЗаборовскиЕсли у вас что-то не получается - это не значит, что этот вариант нерабочий.
Нет, нерабочий.
Ответ на сообщение пользователя Йеджи ЗаборовскиПавел вам привел пример, в котором указан id элемента "vid". Предполагается, что у вас на странице есть элемент такого вида:
Мне интересен синтаксис в самом блендере, а не в теле на странице. В каком виде в строке HTML ID в блендере прописывается? Обычной строкой с названием не работает.
<div id="vid" style="position:relative">SomeText</div>
Как видите, никакого "синтаксиса" в блендере нет. Есть только id элемента, взятый без кавычек.
Если вы не видите ваш элемент - возможно, он находится под канвасом. Тогда ему нужно отрегулировать z-index.
29 May 2015 15:09
29 May 2015 11:43
I am using a Nvidia Quadro fx5800; on Windows 8. I am actually using Waterfox, which is a 64bit variant of Firefox.Had no luck in reproducing this on Windows 8.1 with WaterFox 38.0. I left two tabs with blog announcement for half an our and the browser was stable. I think, there can be some issues with Nvidia Quadro drivers. Currently, we don't have any of such cards and are not able to perform deeper tests.
My Board is an ASUS P8-Z77-V-LK; with a 3.5 Gigahertz Q3770 intel Processor: with 32Gigbytes of DDR3 Ram.
Have you tried running this in other browsers? Does Chrome or IE behave more stable?