Skip to content

Feat(CS): Add More Selection Controls

Adds multiple shortcuts for managing selections to the render window.

For every interior cell, ten unique selection groups are available for that cell. Exterior render windows share 10 across the entire worldspace.

Selecting objects and pressing CTRL + NUMBER will save that selection group, and pressing just that number key will select every object in the group if it is available.

H will hide selected objects and ALT-H will unhide all objects in the render window.

Spacebar will clear the selection completely.

Selection groups are stored in the .project file under the record type SELG. The subrecord SELC indicates the group's number and type, and SELI subrecords are the editor ID of the selected object.

Merge request reports