Forum

hide object node - hide child objects too

15 December 2016 13:52
Sometimes I need to show/hide a lot of objects.
So I'd like an option to hide all objects that are parented to main object.
15 December 2016 17:58
So I'd like an option to hide all objects that are parented to main object.
Some one from our forum already asked that feature to be implemented, so in not so far future it have a chance to be implemented.
Blend4web and that kind of thing.
19 December 2016 12:34
Hi,

In fact this can be done now via the API:
var m_scenes=b4w.require("scenes");
var empty = m_scenes.get_object_by_name("Empty");
m_scenes.hide_object(empty);


Making it work with the logic editor is in our TODO list.
The Founder | Twitter | Facebook | Linkedin
 
Please register or log in to leave a reply.