Is there any way to configure the attribute display when you click on an object in a City Engine Web Scene? We have attributes we would like to not show when we share the scene. And i can't find any menus to confiure the display.
Yes, there is an export option to define if Object Metadata is shared.
The settings are
So in case you only want to share a subset of the attributes, there are 2 options:
deleteAttribute(self, objects, name)
Deletes the named object attribute.
@param objects: The objects to delete the attribute from.
@param name: The attribute name. [str]
@note: # delete the attribute height from the currently selected objects
ce.deleteAttribute(ce.selection(), 'height')
Us share "All" as export setting