CadQuery / CadQuery/CQ-editor

[Feature Request] Objects UI has a collapsed group containing non-explictly shown objects

Open
#536 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1.2k
Forks
210
PR merge metrics
No merged PRs in 30d

Description

```python
import cadquery as cq

a=cq.xxxxxx .....
b=cq.xxxxxx .....
c=cq.xxxxxx .....
```
If we don't use `show_object()`, then `a`,`b`,`c` are shown in CQ-editor's Object UI.

If we use
```python
show_object(c)
```
then `a`,`b` are ignored completely in CQ-editor.

Please add a group to Objects UI. It is collapsed by default. It contains `a`, `b` and those non-explictly shown objects which are set to invisible by default. User can manually enable object in that group to make a object visible.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.