add elements to an object

 From:  Michael Gibson
3830.40 In reply to 3830.39 
Hi Pilou, it would take a lot of work to make a big diagram and I'm not sure it would really give you any information that I can't just write down.

Basically the way things works is that objects have a 'hidden' property which can be true or false. There are also similar properties like 'locked' or 'selected' for example.

You can manipulate these properties by selecting the object and running a command like selecting an object and pushing the Edit > Hide button will set hidden = true on all the selected objects.

The scene browser gives another way to manipulate these properties by some categories so you can do it by clicking on the eye icon in the scene browser entry instead of going to the viewport and selecting things in the model. The categories can represent a collection of objects, and the different sections of the scene browser focus on different kinds of categories.

The Objects section shows entries for named objects.

The Types section shows entries for different categories of entity types, like curves or solids.

The Styles section shows entries for which style an object is assigned to.


But each of these sections work in a similar way - when you click the eye icon on any entry for example it will switch the hidden property on all the objects that belong to that category.

- Michael