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
drkow has quit [Ping timeout: 240 seconds]
J23k54 has joined #openscad
J23k25 has quit [Ping timeout: 246 seconds]
splud has quit [Ping timeout: 245 seconds]
LordOfBikes has quit [Ping timeout: 260 seconds]
LordOfBikes has joined #openscad
splud has joined #openscad
paddymahoney has joined #openscad
h-erectus has quit [Remote host closed the connection]
h-erectus has joined #openscad
mmu_man has joined #openscad
foul_owl has quit [Ping timeout: 245 seconds]
foul_owl has joined #openscad
qeed has joined #openscad
qeed__ has quit [Ping timeout: 246 seconds]
mmu_man has quit [Ping timeout: 245 seconds]
mmu_man has joined #openscad
L29Ah has quit [Ping timeout: 264 seconds]
mmu_man has quit [Ping timeout: 240 seconds]
misterfish has joined #openscad
L29Ah has joined #openscad
snaked has quit [Quit: Leaving]
mmu_man has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 240 seconds]
teepee_ is now known as teepee
Guest79 has joined #openscad
Guest79 has quit [Client Quit]
misterfish has quit [Ping timeout: 246 seconds]
latex has quit [Ping timeout: 245 seconds]
latex has joined #openscad
mmu_man has quit [Ping timeout: 246 seconds]
misterfish has joined #openscad
mmu_man has joined #openscad
Ekho has quit [Ping timeout: 258 seconds]
mmu_man has quit [Ping timeout: 246 seconds]
guso78_ has joined #openscad
stefanct has quit [Ping timeout: 258 seconds]
stefanct has joined #openscad
mmu_man has joined #openscad
misterfish has quit [Ping timeout: 246 seconds]
pah has joined #openscad
pa has quit [Ping timeout: 240 seconds]
misterfish has joined #openscad
guso78_99 has joined #openscad
<guso78_99> I was quite successful to create a version, which stores the pts in PolySet.cc inย  indexed mode entirely. Most of the ctest are pass!
<guso78_99> but this error drives me crazy: https://bpa.st/UQSDG
<guso78_99> i am not able to save a stl in predictible output as its required to get ctets clean
<guso78_99> any clue on this ?
misterfish has quit [Ping timeout: 260 seconds]
<teepee> guso78_99: there is some sorting logic in one of the export meshes
guso78_68 has joined #openscad
guso78_68 has quit [Client Quit]
<guso78> Teepee thankyou for the Link. Actually IT Shows the Algorithm i expected to see. My Code shown uses Lambda functions and IT appears that ITS obfuscated by intent. I need to await a good time to solve the Puzzle ๐Ÿ˜‚
guso78_66 has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 240 seconds]
teepee_ is now known as teepee
guso78_66 has quit [Quit: Client closed]
guso78_19 has joined #openscad
<teepee> guso78_99: I'm not sure what you mean by obfuscaded. the lambda exists so the sorting algorithm can be used by different exports, e.g. 3MF uses the lambda to call the 3MF library functions https://github.com/openscad/openscad/blob/001c2d40b53101e38545f74896bf9c24a64a7f16/src/io/export_3mf.cc#L87-L95
<guso78_19> ahh, this makes sense. i was not able to solve the issue *yesterday* . let me see if i get it fixed today ....
<teepee> looks like that stl lambda pokes directly into the polyset data structures. so if you changed the internals, that might break this code path
<teepee> if polyset becomes indexed, it might be an option to just get rid of the ExportMesh class and support a sorting function directly in Indexed PolySet
<teepee> maybe not in the first run, but as second step after the indexed support works
SamantazFox has quit [Quit: Bye]
peepsalot has quit [Read error: Connection reset by peer]
SamantazFox has joined #openscad
snaked has joined #openscad
peepsalot has joined #openscad