kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
guso78k has joined #openscad
guso78k has quit [Client Quit]
guso78k has joined #openscad
<guso78k>
kintel yes, my texturing stuff is in danger. lets see, how well it merges once your PR gets merged
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #openscad
ferdna_ has quit [Quit: Leaving]
yunfan1987 has quit [Ping timeout: 252 seconds]
yunfan1987 has joined #openscad
mmu_man has joined #openscad
yunfan1987 has quit [Ping timeout: 258 seconds]
yunfan1987 has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 256 seconds]
teepee_ is now known as teepee
cart_ has joined #openscad
J23k14 has quit [Quit: Client closed]
J23k14 has joined #openscad
mmu_man has quit [Ping timeout: 258 seconds]
mmu_man has joined #openscad
L29Ah has quit [Ping timeout: 260 seconds]
mmu_man has quit [Ping timeout: 245 seconds]
mmu_man has joined #openscad
guso78k has quit [Quit: Client closed]
J23k14 has quit [Quit: Client closed]
J23k14 has joined #openscad
mmu_man has quit [Ping timeout: 258 seconds]
teepee has quit [Remote host closed the connection]
teepee has joined #openscad
guso78k has joined #openscad
J23k14 has quit [Quit: Client closed]
J23k14 has joined #openscad
J23k14 has quit [Quit: Client closed]
J23k14 has joined #openscad
ali12341 has quit [Remote host closed the connection]
ali12341 has joined #openscad
mmu_man has joined #openscad
hyperair has quit [Remote host closed the connection]
hyperair has joined #openscad
ferdna_ has joined #openscad
L29Ah has joined #openscad
J23k14 has quit [Quit: Client closed]
J23k14 has joined #openscad
mmu_man has quit [Ping timeout: 245 seconds]
guso78k has quit [Quit: Client closed]
mmu_man has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 256 seconds]
teepee_ is now known as teepee
J23k14 has quit [Quit: Client closed]
J23k14 has joined #openscad
guso78k has joined #openscad
mmu_man has quit [Ping timeout: 255 seconds]
ferdna_ has quit [Quit: Leaving]
guso78k has quit [Ping timeout: 248 seconds]
mmu_man has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
TheAssassin has quit [Ping timeout: 256 seconds]
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #openscad
TheAssassin has joined #openscad
FractOrr has joined #openscad
J23k14 has quit [Quit: Client closed]
J23k14 has joined #openscad
<gbruno>
[github] kintel pushed 10 modifications (Remove -direct and -prealloc features. These are now always enabled. The main reason for enabling them is that glBufferSubData() is quite slow on macOS, so we'll standardize on one common, fast, code path.) https://github.com/openscad/openscad/commit/01026ff7f454fa965f85f51d11757dab9902d898
<Scopeuk>
It's an interesting though, not really what release notes are for but a small (no maintanence note) pointing at nightly/Dev snapshots with a brief verbage of what those are might be of some value. Fully agreed though keeping 5rack of features in/out in that build is basically a job in it's own right
arebil has quit [Quit: arebil]
arebil has joined #openscad
kintel has joined #openscad
<teepee>
Scopeuk: agreed, but that would go to the website I suppose, not the RELEASE_NOTES
J23k14 has quit [Quit: Client closed]
J23k14 has joined #openscad
<FractOrr>
Shouldn't -DCMAKE_BUILD_TYPE=RELEASE turn off debugging in compile?
<Scopeuk>
teepee I had pondered if the readme (github landing page) would be a suitable place to ad a link for visibility. "binary releases" or similar.
cart_ has quit [Ping timeout: 252 seconds]
<peeps>
FractOrr: depends what you mean by debug. it should turn off debug *symbols*, but there are other things like our debug command line option that still sort of work i think
peeps is now known as peeps[work]
<peeps[work]>
also, not sure if it is case sensitive but I always use write is as "Release" "Debug" etc.
<peeps[work]>
s/use write is/write it/
<peeps[work]>
and you may need to do a clean compile if you are switching between types. i often remove my whole build dir and start from scratch when changing build configs like that
<peeps[work]>
then there's the question of NDEBUG for CGAL, which we have to disable so that it can do assertions that throw rather than crash everything
<peeps[work]>
lots of nuances to what "debug" means
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #openscad
J23k14 has quit [Quit: Client closed]
J23k14 has joined #openscad
snaked has quit [Quit: Leaving]
<joseph_>
kintel: I saw your mention in 4786. Also I noticed 4787. I will have to take some time at some point to investigate all the effects of all the vertex-object-* features. Last year when I was just focused on adding shaders, I mostly either tested with them all enabled or all disabled.
ferdna_ has joined #openscad
J23k14 has quit [Quit: Client closed]
J23k14 has joined #openscad
fling has quit [Remote host closed the connection]
<FractOrr>
how do I specify page size for pdf export on the command line?
J23k14 has quit [Quit: Client closed]
J23k14 has joined #openscad
J23k14 has quit [Client Quit]
J23k14 has joined #openscad
<teepee>
FractOrr: right now, you can't I believe
<teepee>
we probably want something like --export-option pdf.page-size=A5
<FractOrr>
oh, I thought someone mentioned that could be done, no wonder I could not get that work
<teepee>
well, the code speaks the truth ;-) but as far as I remember, the command line code path always selects the default options
kintel has joined #openscad
<kintel>
joseph_ Yeah, it's a bit convoluted, but I'm hoping to get the flags sorted our very soon, as it's hard to maintain code with so many possible code paths