AU

Results 481 comments of AU

> This is also a documentation bug since the directions here are broken: https://cadquery.readthedocs.io/en/latest/installation.html conda install -c cadquery -c conda-forge cadquery=master fails conda install -c cadquery -c conda-forge cadquery=master ocp=7.5.2...

I cannot reproduce the story with 3.6 being installed by default. Was it already there?

Sounds reasonable. What do you propose to put in `globals`? Now the `__name__` is set to `"temp"`

I see that you are referring to some display functionality of CQparts. How do you want to integrate it with CQ-editor?

@Andrei-Pozolotin I think the way to go regarding CQParts support is to extend `show_object` (or actually the underlying method `cq_utils.make_AIS` ) to support CQParts objects. Relevant issue to track this...

Thanks, it might be trickier in terms of backward-compatibility than I expected.

I think it'd be better to add a kwarg to work plane (say `reset:bool = False`) to not mess with breaking changes.

> Yeah that's probably easier to deal with. Do we want to reset the selection totally calling `findSolid` or we just put the last selection state on the stack? Why...

Yes, there is a branch for 7.6 already https://github.com/CadQuery/cadquery/tree/occt7.6