Kevin Martin

Results 60 comments of Kevin Martin

Although the header text that is printed, e.g. ``` ---------------- Linear dimension ``` only appears if `debug` is true, the remainder of the message (parameters, etc.) is still passed unconditionally...

I'm not sure #11503 solves this. Well, actually, that PR doesn't solve it at all because all the make_xxx.py files in Draft are still calling _msg to display their messages,...

I suppose that depends on what sort of input is expected (keyboard vs mouse). In AutoCAD you often have the choice of either, i.e. pick a point with the mouse...

It can certainly be done in C++ using `#ifdef DEBUG`; there is likely some way that FreeCAD could expose this in an existing Python class as a method named, for...

Removing the messages entirely was really my original idea, but I wasn't sure if someone else really wanted them to stay. I've confirmed that `App.ConfigGet("Debug")` returns `'1'` on a debug...

There is an option to import as "draft objects/simple part shapes/sketches" which could be used to control this. Still won't do "sketches" though.

I don't really have any use for sketches either. I'm not really sure what they do that is useful that nothing else does. One of my early impressions with FreeCAD...

This is still partially at the design stage, in terms of the interaction of the various import options, and I have to look into whether the interpretation of the options...

There are three options here whose interaction is unclear: Join geometry Group layers into blocks Use layers In particular "Group layers into blocks" uses the confusing term "block" and also...

Still want to clean up some of the lint