论坛

由用户创建的信息 尤里·卡夫兰诺
17 January 2015 09:18
Ok, nice to see you on our forum!
开发主管 | 新浪微博
17 January 2015 09:10
As an advanced 3D user/creator, and not really a developer; I am not entirely sure what an NLA Script is or what function it provides.
NLA Script is a system of UI blocks to allow visual programming without the need to code. It is useful for simple cases such as click-and-play-animation.

https://www.blend4web.com/en/forums/post/890/

I hope that this functionality is a reasonably high priority;
This is marked in the roadmap as "Support scene metadata." The outliner you suggest could be based on these meta data. There is no plans to implement such outliner though because it is too application-specific in our opinion to be a part of engine. So perhaps you need somebody with programming skills to code such application.
A) Multiple color or material choices for a single object
This can be done using current APIs. Again, you need somebody who can program.
B) Multiple scenes that automatically hide and show specific objects; to show multiple, yet different, variations of a product; or perhaps even a Character.
Exporting multiple scenes which are contained in a single blend file is not supported; however you can just put them into separate blend files to be loaded at runtime. Again, you'll need to code in order to do this.

I hope my answer is not that disappointing . I don't really like to answer to the users with "If you need that, just code that". I think we could prepare typical examples for modifying 3D scenes interactively, in a form of tutorials or demo scenes. On the other hand, Blender devs have plans to implement "interaction" mode in the Blender viewport, which will eventually allow for many cases suggested by yours, to be implemented without any coding.

开发主管 | 新浪微博
17 January 2015 08:38
Hi, may I look at this blend file?
开发主管 | 新浪微博
16 January 2015 18:46
We would like to direct your attention to the Blend4Web development roadmap for this year.
Go to the article.
开发主管 | 新浪微博
16 January 2015 18:43
Мы предлагаем вашему вниманию дорожную карту разработки Blend4Web в этом году.
Перейти к статье
开发主管 | 新浪微博
16 January 2015 10:37
I tried these three examples of yours in latest Chrome and Firefox, under Linux and Win7, and could not reproduce inconsistencies between browsers you mentioned. Except in firefox 35 on Windows there is currently a bug with glow first reported by Ryan Uttech. In IE there should not be glow effect because of low quality.

I only can suppose that this all is related to browser cache. It can be disabled with the corresponding switch in the browser console (in both Chrome & FF), while the console itself is open (press F12).

I re-post here an old screenshot from this thread.

开发主管 | 新浪微博
15 January 2015 19:32
Is there a requirement to attach the material to the data slot?
Yep, this is required. Currently, linking materials to objects is not supported. Is it important setting for your pipeline?
开发主管 | 新浪微博
15 January 2015 17:49
Apparently almost all postprocessing effects are broken in Firefox 35/Windows. Linux and Mac work fine. We'll implement a workaround for the upcoming release. Meantime, you can just enable alpha in the init() function and this will do the trick:

m_app.init({
    canvas_container_id: "main_canvas_container",
    callback: init_cb,
    alpha: true
});

开发主管 | 新浪微博
15 January 2015 12:43
Yes, we could reproduce this error on Windows in Firefox 35, thanks for reporting. Investigating now..
开发主管 | 新浪微博
14 January 2015 19:20
Tweeted about the model.
开发主管 | 新浪微博