Forum

get visibility states of Objects via API

11 May 2017 12:25
Im looking for a simple way to inquire if an object is hidden or visible. Initially, obects can be hidden by setting the hidden flag in blender. Can i inquire the visibility state of objects with a API function?
11 May 2017 12:30
Im looking for a simple way to inquire if an object is hidden or visible. Initially, obects can be hidden by setting the hidden flag in blender. Can i inquire the visibility state of objects with a API function?
Hello and welcome to the forum

For dynamic objects you can use:
m_scenes.is_hidden
m_scenes.is_visible
Blend4Web Team - developer
Twitter
LinkedIn
11 May 2017 12:48
Thanks…..
 
Please register or log in to leave a reply.