CQ-editor
CQ-editor copied to clipboard
CadQuery GUI editor based on PyQT
@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,...
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.
 
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...
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.