CQ-editor icon indicating copy to clipboard operation
CQ-editor copied to clipboard

CadQuery GUI editor based on PyQT

Results 162 CQ-editor issues
Sort by recently updated
recently updated
newest added

@adam-urbanczyk I realized that I couldn't properly test the triggers unless this was on a fork. My fork still includes GitHub Actions builds, but we can decide whether or not...

Hello, i download the 0.2 release, i manage to change the color scheme of the Editor widget by Edit-->Preferences-->Code Editor. how to change the color of the other widgets: Console,...

question

When I started using CQ-editor, it took me a while to discover that there was a keyboard shortcut for Render. This patch makes the shortcut more obvious.

![Screenshot from 2022-04-08 16-18-39](https://user-images.githubusercontent.com/41844315/162454668-f37ed89a-46b4-489e-9c06-16995a89ff5a.png) ![Screenshot from 2022-04-08 16-18-55](https://user-images.githubusercontent.com/41844315/162454692-af66e3ec-cbcd-434c-adcd-2c5f75edb985.png)

I use my displays in portrait mode, so horizontal space is at premium, given that it is shared with 3D rendering. I would like to be able to configure the...

* The string argument allows the name parameter to be omitted * Consolidate show_object related sections of README This change is proposed in #331.

I typically specify the `show_object` name parameter with the same name as the variable. ```python show_object(mypart4, name="mypart4")` ``` In this case a descriptive or identifiable variable name has been defined...

enhancement

See e.g. https://towardsdatascience.com/python-pitfall-mutable-default-arguments-9385e8265422 (It happened to me that an object was stubbornly getting color set in previous runs.)

(Low priority issue) Thanks for #317 A little bit more fine tuning is still required at https://github.com/CadQuery/CQ-editor/blob/0d091ba3d20114b4815f796ec48ab33f4ebbeb41/cq_editor/widgets/object_tree.py#L376 The statement works only for items of type AIS_Shape. To reproduce 1) Show...

Installed CadQuery and cq-editor as prescribed. > conda activate base > cq-editor Namespace(filename=None) Nothing further happens.

MacOS