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 edited issue #4825 (Move manifold out of experimental) https://github.com/openscad/openscad/issues/4825
<gbruno> [github] kintel edited issue #4825 (Move manifold out of experimental) https://github.com/openscad/openscad/issues/4825
linext has joined #openscad
LordOfBikes has quit [Ping timeout: 246 seconds]
LordOfBikes has joined #openscad
peeps[zen] has quit [Remote host closed the connection]
peeps[zen] has joined #openscad
mmu_man has quit [Ping timeout: 240 seconds]
arebil has quit [Quit: arebil]
pbsds has quit [Quit: The Lounge - https://thelounge.chat]
pbsds has joined #openscad
berndj has quit [Server closed connection]
berndj has joined #openscad
J23k72 has joined #openscad
J23k55 has quit [Ping timeout: 250 seconds]
rawgreaze has quit [Ping timeout: 260 seconds]
rawgreaze has joined #openscad
juri_ has quit [Server closed connection]
juri_ has joined #openscad
misterfish has joined #openscad
misterfish has quit [Ping timeout: 258 seconds]
<gbruno> [github] pca006132 opened pull request #4826 (bump manifold version to 7273c9b) https://github.com/openscad/openscad/pull/4826
arebil has joined #openscad
pie_ has quit [Server closed connection]
pie_ has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
mohnish has quit [Server closed connection]
mohnish has joined #openscad
misterfish has joined #openscad
petaflot has joined #openscad
hyperair has quit [Ping timeout: 264 seconds]
<petaflot> hello! how do you people build openscad with cmake and crypto++ ? cf https://github.com/weidai11/cryptopp/issues/249
hyperair has joined #openscad
<petaflot> also, why is a cryptogrpahic module needded anyway?
<Scopeuk> from where it is pulled in we use base64 and sha (hashing components). it appears to be part of the python integration. I've no more information on that
<petaflot> Scopeuk: the cmake file you mention was found, but the issue remains https://bpa.st/GOWQ
<petaflot> on my system, /usr/lib64/libcryptopp.so -> libcryptopp.so.8.9.0
misterfish has quit [Ping timeout: 260 seconds]
<Scopeuk> hmm that error looks a little bit more like a python package not found error to me rather than the c++ library
<Scopeuk> I've not tried building the python stuff yet
misterfish has joined #openscad
guso78k has joined #openscad
<guso78k> petaflot unfortunately, crypto++ has different package names in different distros. there are plans to migrate to nettle, but could not yet progress.
<guso78k> cryptopp++ makes sense once python gets merged, so you can "sign" to trusted code.
califax_ has joined #openscad
califax has quit [Ping timeout: 264 seconds]
califax_ is now known as califax
erectus has quit [Remote host closed the connection]
teepee has quit [Remote host closed the connection]
aiyion has quit [Remote host closed the connection]
erectus has joined #openscad
aiyion has joined #openscad
teepee has joined #openscad
califax has quit [Remote host closed the connection]
califax has joined #openscad
<petaflot> guso78k: thanks.. code I call "trusted" is code I have read and understood but ok why not. not gonna fight against the world for that.
guso78k has quit [Ping timeout: 250 seconds]
<petaflot> by "once python gets merged" you mean http://www.guenther-sohler.net/openscad/ ?
<petaflot> if so, then what are references to CryptoPP doing in OpenSCAD's upstream (main) repo then?
* petaflot is running Gentoo, FYI
cart_ has quit [Quit: Konversation terminated!]
teepee has quit [Remote host closed the connection]
teepee has joined #openscad
Guest60 has joined #openscad
Guest60 has quit [Client Quit]
guso78k has joined #openscad
<guso78k> petaflot, python code from the internet might be dangeraous when not analized before running. when you see the code and you are sure its not dangerous, you can trust the code, so openscad stores its hash and will never ask you again about that code snippet.
<guso78k> as its quite a big change, i split in several pr's
<guso78k> the environment/basics of the python pr are already merged,  final python availability appears delayed
misterfish has quit [Ping timeout: 255 seconds]
<gbruno> [github] igscomp opened issue #4827 (the text disappears) https://github.com/openscad/openscad/issues/4827
<gbruno> [github] t-paul closed issue #4827 (the text disappears) https://github.com/openscad/openscad/issues/4827
mmu_man has joined #openscad
Friithian has quit [Server closed connection]
Friithian has joined #openscad
guso78k has quit [Ping timeout: 250 seconds]
guso78k has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
mmu_man has quit [Ping timeout: 255 seconds]
<petaflot> guso78k: ok I get it (hash thing)
misterfish has joined #openscad
<petaflot> but how is going to work with an external editor (vim) and editing a file that is open?
mmu_man has joined #openscad
mmu_man has quit [Ping timeout: 255 seconds]
mmu_man has joined #openscad
<guso78> Petaflot will work same like with scad
<Scopeuk> guso78 I guess the query is how do we query the user for if we want to trust it if invoking on the comandline from an external editor
<guso78> External editor saves, openscad syncs, OpenSCAD Displays Dialog and eventually executes the code
<guso78> There is a command line option to globally trust without asking
Guest65 has joined #openscad
Guest65 has quit [Client Quit]
snaked has quit [Quit: Leaving]
peepsalot has joined #openscad
guso78k has quit [Quit: Client closed]
J23k72 has quit [Quit: Client closed]
J23k72 has joined #openscad
<gbruno> [github] t-paul edited issue #4827 (the text disappears) https://github.com/openscad/openscad/issues/4827
<petaflot> guso78: ok for command-line option, because getting prompted every time the file changes would definitely be a no-go
RichardP_ has quit [Server closed connection]
RichardPotthoff has joined #openscad
guso78k has joined #openscad
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #openscad
snaked has joined #openscad
arebil has quit [Quit: arebil]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
<t4nk_fn> anyone ever tried some kind of phone app to scan an object into cad?
<t4nk_fn> was just thinking of this because I got this storage box with a clip to keep it closed... I think one already broke off before I got home from the store with it
<t4nk_fn> so I was just thinking about trying to print a spare, for fun, but it would be kind of a challenge to recreate it
snaked has quit [Quit: Leaving]
<t4nk_fn> heh, that looks incredibly sophisticaded
<t4nk_fn> ted.
<Scopeuk> there used to be autodesk 123d but I think they withdrew it
<peepsalot> i remember trying that 123d before, required a large number of pictures from all different angles, and I never got a very good result from it
<t4nk_fn> it seems like an entire industry by the looks of it
<t4nk_fn> all paid this&that
<t4nk_fn> heh, and what do people do with it? ... make barbie dolls :))
<t4nk_fn> there's a big difference between a barbie doll and a bracket though
J23k72 has quit [Quit: Client closed]
J23k72 has joined #openscad
ccox_ has joined #openscad
ccox has quit [Ping timeout: 248 seconds]
<JordanBrown> https://structure.io/ is a 3D scanner. I have an earlier version of their software that works with a Microsoft Kinect, but unfortunately the Kinect is no longer available.
<JordanBrown> But for a bracket-y sort of thing I'd redesign it from zero rather than trying to scan it.
<JordanBrown> t4nk_fn^
rawgreaze has quit [Ping timeout: 260 seconds]
J23k72 has quit [Quit: Client closed]
J23k72 has joined #openscad
misterfish has quit [Ping timeout: 258 seconds]
rawgreaze has joined #openscad
<t4nk_fn> I just built openMVG ... not sure how it works though, probably won't get it to do anything ;)
<t4nk_fn> but uh, yeah, the clip doesn't need to be an exact replica, just needs to be functional, so the best thing would be to make something from scratch indeed