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
TheCoffeMaker has quit [Ping timeout: 252 seconds]
J25k60 has joined #openscad
J25k63 has quit [Ping timeout: 240 seconds]
sinned69158 has quit [Ping timeout: 246 seconds]
sinned69158 has joined #openscad
mmu_man has quit [Ping timeout: 245 seconds]
sinned691588 has joined #openscad
sinned69158 has quit [Read error: Connection reset by peer]
sinned691588 is now known as sinned69158
mkatychev21 has joined #openscad
mkatychev21 has quit [Client Quit]
J25k25 has joined #openscad
J25k60 has quit [Ping timeout: 240 seconds]
kintel has joined #openscad
<gbruno> [github] kintel pushed 11 additions 11 modifications (Use VBO colors for ViewEdges shader instead of uniforms. (#5674) * Moved getShaderColor() to Renderer * Use object colors rather than external color for edge shader * Calculate edge color from current face color) https://github.com/openscad/openscad/commit/5d7b26f0b3f309391271d6b4cab163688abed269
<gbruno> [github] kintel closed pull request #5674 (Use VBO colors for ViewEdges shader instead of uniforms.) https://github.com/openscad/openscad/pull/5674
snaked has joined #openscad
<gbruno> [github] kintel pushed 2 modifications (Allocate modal dialogs on the stack to simplify memory management) https://github.com/openscad/openscad/commit/13a069adfd196a8f5ada79f0ae29fb6ae1e93700
<gbruno> [github] kintel synchronize pull request #5646 (Use new FBO wrapper in MouseSelector) https://github.com/openscad/openscad/pull/5646
<gbruno> [github] wolfwood synchronize pull request #5671 (support centering when importing) https://github.com/openscad/openscad/pull/5671
mkatychev has quit [Ping timeout: 240 seconds]
drfff has joined #openscad
<gbruno> [github] kintel pushed 13 modifications (Use new FBO wrapper in MouseSelector (#5646) * Use our own FBO wrapper in MouseSelector, to avoid mix QObjects with non-QObjects * Move MouseSelector from MainWindow to QGLView to better manage OpenGL resource lifecycle * Allocate modal dialogs on the stack to simplify memory management) https://github.com/openscad/openscad/commit/10248bcfb5a76d03d8355f587595e9ac8942c657
<gbruno> [github] kintel closed pull request #5646 (Use new FBO wrapper in MouseSelector) https://github.com/openscad/openscad/pull/5646
<gbruno> [github] kintel pushed 2 modifications (Remove PolySet functionality from CGALRenderer) https://github.com/openscad/openscad/commit/d617547951fdf119a3d6e5fd7ae1825598c1a4d6
<gbruno> [github] kintel synchronize pull request #5530 (Introduce PolySetRenderer and add support for wireframe overlay) https://github.com/openscad/openscad/pull/5530
TheAssassin has quit [Remote host closed the connection]
TheAssassin has joined #openscad
<gbruno> [github] kintel pushed 1 modifications (Tweaks, added fontmetrics()) https://github.com/openscad/openscad/commit/7139ad9574e608f51bdcc9757d82f54c437eb522
<gbruno> [github] kintel synchronize pull request #5514 (Populated release notes for next release) https://github.com/openscad/openscad/pull/5514
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mkatychev has joined #openscad
mkatychev has quit [Client Quit]
mkatychev has joined #openscad
mkatychev has quit [Changing host]
mkatychev has joined #openscad
mkatychev has quit [Client Quit]
mkatychev has joined #openscad
Virindi has quit [Ping timeout: 246 seconds]
Virindi has joined #openscad
misterfish has joined #openscad
misterfish has quit [Ping timeout: 265 seconds]
mkatychev has quit [Ping timeout: 240 seconds]
drfff has quit [Ping timeout: 268 seconds]
ToAruShiroiNeko has quit [Ping timeout: 252 seconds]
Guest32 has joined #openscad
Guest32 has quit [Client Quit]
mmu_man has joined #openscad
misterfish has joined #openscad
mmu_man has quit [Ping timeout: 244 seconds]
stealth_ has quit [Quit: Leaving]
J25k25 has quit [Ping timeout: 240 seconds]
Guest48 has joined #openscad
greenbigfrog has quit [Ping timeout: 272 seconds]
Guest48 has quit [Client Quit]
<church_> kintel: is it possible to add some kind of usable newline character for comments that are displayed in customizer with constants?
<church_> pressing large count of spaces for newline to happen seems slightly wrong, when \t or \n could do the tab or newline in customizer
greenbigfrog has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
mmu_man has joined #openscad
<gbruno> [github] frysztak opened pull request #5677 (Fix transparency issues on Wayland) https://github.com/openscad/openscad/pull/5677
J25k has joined #openscad
guso78k has joined #openscad
kintel has joined #openscad
<kintel> church_ I think whatever we add on top of the Thingiverse comment-based format is going to end up as a pile of hacks, so I'm not sure it's worth fighting. Otoh, I'm not too familiar with that part of the codebase. Others here may have a good idea :)
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<church_> kintel: i'm mostly using standalone openscad. so didn't consider ThV side at all. but as far as it's just cosmetic thing, and as far as simply those "special characters" will be displayed wrong in outdated customizers, but work ok in reasonably uptodate app or web UI, imho should be fine
<church_> like so what if in TV it will be displayed as "some text\nanother line", but on openscad dev snap - as two lines? - nothing will be "broken" by this. and better then "some text another line"
chris64 has joined #openscad
<Scopeuk> I guess the alternative would be to allow multi line "by default" i.e. if you have two comment lines it will keep reading onto the second unless it hits a blank line or a code line
<Scopeuk> incompatible things would just take the first line
<church_> just first line, or one-two meaningless symbols mid, both seem better then "press random large number of spaces for part of text to be displayed at new line"
misterfi1h has joined #openscad
misterfi1h has quit [Client Quit]
misterfi1h has joined #openscad
misterfi1h has quit [Client Quit]
misterfish has quit [Ping timeout: 252 seconds]
snaked has quit [Quit: Leaving]
misterfish has joined #openscad
misterfish has quit [Ping timeout: 252 seconds]
teepee has quit [Ping timeout: 264 seconds]
teepee has joined #openscad
ToAruShiroiNeko has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
<gbruno> [github] jordanbrown0 opened issue #5678 (Vector swizzling does not allow setting X to zero) https://github.com/openscad/openscad/issues/5678
<gbruno> [github] t-paul closed issue #5678 (Vector swizzling does not allow setting X to zero) https://github.com/openscad/openscad/issues/5678
mmu_man has quit [Ping timeout: 252 seconds]
<guso78k> we could offer OpenSCAD downloads for pip soon ...
<guso78k> yes, setup.py contains about 230 line of dependencies
mmu_man has joined #openscad
<gbruno> [github] frysztak synchronize pull request #5677 (Fix transparency issues on Wayland) https://github.com/openscad/openscad/pull/5677
Guest46 has joined #openscad
Guest46 has quit [Client Quit]
hyperair has quit [Ping timeout: 244 seconds]
guso78k has quit [Quit: Client closed]
guso78k has joined #openscad
L29Ah has left #openscad [#openscad]
hyperair has joined #openscad
J25k has quit [Quit: Client closed]
J25k has joined #openscad
TheAssassin has quit [Remote host closed the connection]
TheAssassin has joined #openscad
mmu_man has quit [Ping timeout: 245 seconds]
<guso78k> during compilation of openscad sources for python modules, g++ option "-pendantic" is used which issues way more warnings. Is there interest to backport this correction to openscad ?
L29Ah has joined #openscad
mmu_man has joined #openscad
pbsds35 has quit [Quit: Ping timeout (120 seconds)]
pbsds35 has joined #openscad
joso has quit [Ping timeout: 252 seconds]
<teepee> if there is an cmake way of enabling that
<teepee> manual option fiddeling is usually a bad idea as that causes unwanted effects across platforms
<guso78k> no, i dont want to share the option to enable pendantic checking, but the code corections to resolve the warnings.
<teepee> ah
<teepee> having fewer warnings is good (assuming it don't require ugly hacks)
noonien808310429 has joined #openscad
<guso78k> no ugly hacks, just more precise types and sometimes apparently outdated function headers masked in inactive ifdefs
<guso78k> unused variables and expressions ..
juri__ has quit [Ping timeout: 248 seconds]
misterfish has joined #openscad
J25k has quit [Quit: Client closed]
juri_ has joined #openscad
J25k has joined #openscad
Non-BEAST has quit [Quit: Screw you guys, im going home!]
<gbruno> [github] gsohler opened pull request #5679 (resovle some warnings) https://github.com/openscad/openscad/pull/5679
L29Ah has left #openscad [#openscad]
L29Ah has joined #openscad
<gbruno> [github] elbojvv opened issue #5680 (Free Form Transformation function-matrix) https://github.com/openscad/openscad/issues/5680
guso78k has quit [Quit: Client closed]
misterfish has quit [Ping timeout: 244 seconds]
guso78k has joined #openscad
teepee_ has joined #openscad
guso78k has quit [Quit: Client closed]
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
Murr- has joined #openscad
Murr has quit [Ping timeout: 268 seconds]
Murr has joined #openscad
Murr- is now known as Murr
Murr has quit [Changing host]
<gbruno> [github] kintel pushed 1 modifications (Upload clang-tidy results to artifacts) https://github.com/openscad/openscad/commit/078837619696a164ce28bb736fdf796346e9404a
<gbruno> [github] kintel opened pull request #5681 (Upload clang-tidy results to artifacts) https://github.com/openscad/openscad/pull/5681
<gbruno> [github] kintel pushed 1 modifications (Upload clang-tidy results to artifacts) https://github.com/openscad/openscad/commit/c79dffdf56956cfdd3f8a064494602cecdeab63a
<gbruno> [github] kintel synchronize pull request #5681 (Upload clang-tidy results to artifacts) https://github.com/openscad/openscad/pull/5681
J25k has quit [Quit: Client closed]
J25k has joined #openscad