Skip to content

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

@garywill

Description

@garywill
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

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions