snoyer
snoyer
Has there been any changes on this issue since `2.5.5` by any chance? Is this feature still in the cards? I've got an itch to tinker with my axidraw again...
Thank you @oskay for the swift update! Thank you also for the Python pointers. I went and made [my own thing](https://github.com/snoyer/axidraw-control) back in the days but I'll check `plotlink` out...
Any consensus on "orthographic" vs "orthogonal" vs "parallel" to name the projection within the app/UI? Wikipedia says _"Orthographic projection (also orthogonal projection and analemma) [...] is a form of parallel...
From a related discussion on Discord we've also got an `.obj` file with cubes from @theuser021: [backface-cubes.zip](https://github.com/f3d-app/f3d/files/13691381/backface-cubes.zip) MeshLab rendering options for reference: - single (back facing dark)  - double...
Not sure about the specifics for the animations but the big picture is: - `TestSDK*.cxx` files are basically unit tests: the input is code to create/modify objects and the checks...
Adding a modifier would be a good enough quick fix for now. However I believe this should also/instead be configurable because I feel like it's a behavior that you'd want...
`TestIGES.png` baseline should not have needed an update now, but it should have been updated with the previous OCCT PR that did change the edges behavior. I guess the tiny...
> Looks good. Why do we have a baseline change tho? Not sure to be honest. I think it's because of the edges showing, that should have needed an update...
I believe it is generated through https://docs.python.org/3/library/pydoc.html so we'd need to study the documentation. off the top of my head: - having a doctring at the top of the file...
As @mwestphal pointed out, @Meakk's newly merged `image::saveBuffer` can be used for this feature. Here's a quick and dirty patch that could be a start for someone feeling like doing...