teepee changed the topic of #openscad to: OpenSCAD - The Programmers Solid 3D CAD Modeller | This channel is logged! | Website: http://www.openscad.org/ | FAQ: https://goo.gl/pcT7y3 | Request features / report bugs: https://goo.gl/lj0JRI | Tutorial: https://bit.ly/37P6z0B | Books: https://bit.ly/3xlLcQq | FOSDEM 2020: https://bit.ly/35xZGy6 | Logs: https://bit.ly/32MfbH5
<gbruno> [github] kintel pushed 1 modifications (Add optional ssh debugging for macos (#5821)) https://github.com/openscad/openscad/commit/86da11beef38d40bef81535684cbe8028aef5149
<gbruno> [github] kintel closed pull request #5821 (Add optional ssh debugging for macos) https://github.com/openscad/openscad/pull/5821
Non-ICE has quit [Quit: Screw you guys, im going home!]
pbsds35 has quit [Ping timeout: 244 seconds]
pbsds35 has joined #openscad
Jerr3 has joined #openscad
Jerr has quit [Ping timeout: 260 seconds]
Jerr3 is now known as Jerr
mmu_man has joined #openscad
lockywolf has quit [Quit: ZNC 1.9.1 - https://znc.in]
lockywolf has joined #openscad
J25k42 has joined #openscad
J25k16 has quit [Ping timeout: 240 seconds]
mmu_man has quit [Ping timeout: 252 seconds]
guso78k has quit [Ping timeout: 240 seconds]
L29Ah has quit [Read error: Connection timed out]
<gbruno> [github] kintel pushed 1 modifications (Disable Qt5 build for macOS) https://github.com/openscad/openscad/commit/944fdd6ef40179eb1ecd704693eb9fdd1fbb79cc
<gbruno> [github] kintel pushed 1 modifications (Disable Qt5 build for macOS) https://github.com/openscad/openscad/commit/63be00a3de68341c8ad0a22d9d72f0ed0554bb0d
<gbruno> [github] kintel opened pull request #5822 (Disable Qt5 build for macOS) https://github.com/openscad/openscad/pull/5822
ccox_ has joined #openscad
ccox has quit [Ping timeout: 276 seconds]
<gbruno> [github] kintel pushed 1 modifications (Disable Qt5 build for macOS (#5822)) https://github.com/openscad/openscad/commit/f8d680306c68a21a094c884d7485ace33cf6d109
<gbruno> [github] kintel closed pull request #5822 (Disable Qt5 build for macOS) https://github.com/openscad/openscad/pull/5822
<gbruno> [github] kintel pushed 1 modifications (Merge branch 'master' into kintel-issue5135) https://github.com/openscad/openscad/commit/3b95ea36e22de84f4a1ccaf4aae05681caab50b6
<gbruno> [github] kintel synchronize pull request #5765 (Use Manifold's Merge() function if initial mesh creation fails) https://github.com/openscad/openscad/pull/5765
ccox has joined #openscad
ccox_ has quit [Ping timeout: 276 seconds]
sparsh-n has joined #openscad
sparsh-n has quit [Client Quit]
Non-ICE has joined #openscad
guerd has joined #openscad
guerd1 has joined #openscad
guerd1 has quit [Remote host closed the connection]
hyperair has quit [Ping timeout: 244 seconds]
hyperair has joined #openscad
L29Ah has joined #openscad
guerd has quit [Read error: Connection reset by peer]
<gbruno> [github] cjmayo opened pull request #5823 (Fix checking whether Dock widgets are floating) https://github.com/openscad/openscad/pull/5823
hyperair has quit [Ping timeout: 276 seconds]
hyperair has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
Guest25 has joined #openscad
Guest25 has quit [Client Quit]
bozo16 has joined #openscad
mmu_man has joined #openscad
Guest45 has joined #openscad
Guest45 has quit [Quit: Client closed]
<gbruno> [github] kintel synchronize pull request #5765 (Use Manifold's Merge() function if initial mesh creation fails) https://github.com/openscad/openscad/pull/5765
<gbruno> [github] yahbluez opened issue #5824 (syntax extension for variables used in libraries) https://github.com/openscad/openscad/issues/5824
Smeef has quit [Read error: Connection reset by peer]
Smeef has joined #openscad
L29Ah has left #openscad [#openscad]
L29Ah has joined #openscad
<gbruno> [github] kintel closed pull request #5765 (Use Manifold's Merge() function if initial mesh creation fails) https://github.com/openscad/openscad/pull/5765
<gbruno> [github] kintel pushed 21 additions 3 modifications 4 removals (Use Manifold's Merge() function if initial mesh creation fails (#5765)) https://github.com/openscad/openscad/commit/4ed252ff46f7274ec22e052edfe2b753dc06d0c8
hyperair has quit [Ping timeout: 248 seconds]
<gbruno> [github] kintel closed issue #5771 (Difference disappears when rendering with F6) https://github.com/openscad/openscad/issues/5771
<gbruno> [github] kintel closed issue #5754 (Random freezes of a few seconds) https://github.com/openscad/openscad/issues/5754
<gbruno> [github] kintel closed issue #5551 (Pasting a name with umlaut like ü into save dialog name field crashes immediately) https://github.com/openscad/openscad/issues/5551
<gbruno> [github] kintel closed issue #64 (Feature Request: Progressive display of rendered components) https://github.com/openscad/openscad/issues/64
kintel has joined #openscad
<kintel> nullptr vs. empty geometry: This is a bit annoying; some parts of OpenSCAD generate empty geometries on errors, while other parts generate null pointers. ..and it's not clear which is which, so errors tend to creep in.
<kintel> I don't think C++ offers any built-in non-null annotations for pointers yet, but we could wrap our shared_ptrs in some non_null wrapper. Might be too ugly though. Ideas are welcome!
hyperair has joined #openscad
kintel has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<gbruno> [github] kintel pushed 3 additions 6 modifications 2 removals (Bugfix: Don't generate nullptr geometry on errors) https://github.com/openscad/openscad/commit/2e7a6254d1f12806551fd123df45cce395d21f8f
<gbruno> [github] kintel opened pull request #5825 (Bugfix: Don't generate nullptr geometry on errors) https://github.com/openscad/openscad/pull/5825
<gbruno> [github] kintel edited pull request #5825 (Bugfix: Don't generate nullptr geometry on errors) https://github.com/openscad/openscad/pull/5825
J25k42 has quit [Quit: Client closed]
J25k42 has joined #openscad
Guest57 has quit [Ping timeout: 240 seconds]
bozo16 has quit [Ping timeout: 276 seconds]
<gbruno> [github] kintel pushed 3 additions 6 modifications 2 removals (Bugfix: Don't generate nullptr geometry on errors) https://github.com/openscad/openscad/commit/920f496ac1d218375525267cc0923778ad7b2f05
<gbruno> [github] kintel synchronize pull request #5825 (Bugfix: Don't generate nullptr geometry on errors) https://github.com/openscad/openscad/pull/5825
<gbruno> [github] kintel closed pull request #5825 (Bugfix: Don't generate nullptr geometry on errors) https://github.com/openscad/openscad/pull/5825
<gbruno> [github] kintel pushed 3 additions 6 modifications 2 removals (Bugfix: Don't generate nullptr geometry on errors (#5825)) https://github.com/openscad/openscad/commit/716690492a551b6458697c9c0c77dfadbd190f4d
kintel has joined #openscad
kintel has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
califax has quit [Remote host closed the connection]
califax has joined #openscad
bozo16 has joined #openscad
L29Ah has quit [Read error: Connection reset by peer]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
howiemnt1 has joined #openscad
howiemnt has quit [Ping timeout: 276 seconds]
<gbruno> [github] kintel edited issue #191 (Debugging tools for non-manifold imports) https://github.com/openscad/openscad/issues/191
<teepee> kintel, also important to watch out for this slightly topic, empty vs. not-existing geometry: https://github.com/openscad/openscad/pull/3555
<teepee> *slightly related
<gbruno> [github] kintel closed issue #215 (YafaRay integration - photorealistic renderings) https://github.com/openscad/openscad/issues/215
<gbruno> [github] kintel closed issue #291 (Crash when switching between Linux virtual desktops while rendering with CGAL) https://github.com/openscad/openscad/issues/291
<gbruno> [github] kintel closed issue #414 (Review and possibly clean up triangulation code) https://github.com/openscad/openscad/issues/414
kintel has joined #openscad
<kintel> teepee Yeah, better definitions of what's expected from each operation would be good
kintel has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
howiemnt has joined #openscad
howiemnt1 has quit [Read error: Connection reset by peer]
L29Ah has joined #openscad
howiemnt1 has joined #openscad
howiemnt has quit [Ping timeout: 276 seconds]
krushia has quit [Ping timeout: 252 seconds]
krushia has joined #openscad
fling has quit [Ping timeout: 264 seconds]
teepee has quit [Remote host closed the connection]
teepee has joined #openscad