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
mtm has quit [Ping timeout: 248 seconds]
mtm has joined #openscad
J25k35 has joined #openscad
TheAssass1n has joined #openscad
J25k12 has quit [Ping timeout: 240 seconds]
TheAssassin has quit [Ping timeout: 264 seconds]
stealth_ has joined #openscad
mmu_man has quit [Ping timeout: 244 seconds]
stealth_ has quit [Quit: Leaving]
<gbruno> [github] kintel synchronize pull request #5725 (Provide GLSL vertex shader to OpenCSG to fix z-artifacts (#4595)) https://github.com/openscad/openscad/pull/5725
<gbruno> [github] kintel pushed 1 modifications (Merge branch 'master' into kintel-tidy2) https://github.com/openscad/openscad/commit/cde4a24edc94e7791c2cffffc7a4244b7691bedb
<gbruno> [github] kintel synchronize pull request #5728 (clang-tidy fixes: src/geometry) https://github.com/openscad/openscad/pull/5728
<gbruno> [github] wolfwood synchronize pull request #5671 (support centering when importing) https://github.com/openscad/openscad/pull/5671
<gbruno> [github] wolfwood synchronize pull request #5671 (support centering when importing) https://github.com/openscad/openscad/pull/5671
ahmedhamed has quit [Quit: Connection closed for inactivity]
<gbruno> [github] wolfwood synchronize pull request #5671 (support centering when importing) https://github.com/openscad/openscad/pull/5671
guso78k has quit [Ping timeout: 240 seconds]
J25k13 has joined #openscad
J25k35 has quit [Ping timeout: 240 seconds]
<gbruno> [github] kintel synchronize pull request #5725 (Provide GLSL vertex shader to OpenCSG to fix z-artifacts (#4595)) https://github.com/openscad/openscad/pull/5725
kintel has joined #openscad
kintel has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
hyperair has quit [Ping timeout: 252 seconds]
hyperair has joined #openscad
hyperair has quit [Ping timeout: 244 seconds]
ali1234 has quit [Quit: Leaving]
bozo16 has quit [Quit: Leaving]
ccox has quit [Ping timeout: 248 seconds]
hyperair has joined #openscad
ccox has joined #openscad
mmu_man has joined #openscad
hyperair has quit [Ping timeout: 260 seconds]
califax_ has joined #openscad
califax has quit [Ping timeout: 264 seconds]
califax_ is now known as califax
mtm has quit [Ping timeout: 268 seconds]
mtm has joined #openscad
J25k13 has quit [Quit: Client closed]
J25k13 has joined #openscad
Guest50 has joined #openscad
SamantazFox has quit [Killed (NickServ (GHOST command used by SamantazFox_))]
Guest50 has quit [Client Quit]
SamantazFox_ has joined #openscad
snaked has quit [Quit: Leaving]
J25k13 has quit [Quit: Client closed]
J25k13 has joined #openscad
fling_ has joined #openscad
fling has quit [Ping timeout: 264 seconds]
fling_ is now known as fling
rawgreaze has quit [Quit: ZNC 1.8.2 - https://znc.in]
fling_ has joined #openscad
fling has quit [Ping timeout: 264 seconds]
J25k13 has quit [Quit: Client closed]
J25k13 has joined #openscad
fling_ is now known as fling
rawgreaze has joined #openscad
guso78k has joined #openscad
rawgreaze has quit [Quit: ZNC 1.8.2 - https://znc.in]
stealth_ has joined #openscad
rawgreaze has joined #openscad
hyperair has joined #openscad
mtm_ has joined #openscad
mtm has quit [Ping timeout: 244 seconds]
guso78k has quit [Quit: Client closed]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
bozo16 has joined #openscad
rawgreaze has quit [Quit: ZNC 1.8.2 - https://znc.in]
rawgreaze has joined #openscad
rawgreaze has quit [Quit: ZNC 1.8.2 - https://znc.in]
<gbruno> [github] wolfwood synchronize pull request #5671 (support centering when importing) https://github.com/openscad/openscad/pull/5671
rawgreaze has joined #openscad
rawgreaze has quit [Client Quit]
Guest86 has joined #openscad
rawgreaze has joined #openscad
Guest86 has quit [Quit: Client closed]
Guest6 has joined #openscad
Guest6 has quit [Client Quit]
bertronika has joined #openscad
matsaman has joined #openscad
matsaman has quit [Quit: Client closed]
<stealth_> Any timeline when all the python feature be implemented in OpenScad?
<teepee> nope
<stealth_> I want to use openscad for a project soon, i would like to use python feature for it, not sure what to do now.
linext has joined #openscad
bertronika has quit [Quit: Konversation terminated!]
linext has quit [Quit: Client closed]
killjoy has quit [Read error: Connection reset by peer]
killjoy has joined #openscad
killjoy has quit [Changing host]
killjoy has joined #openscad
<InPhase> stealth_: Python that outputs code for OpenSCAD to import as a file.
<stealth_> InPhase, I am talking about the new feature that was added to OpenScad https://pythonscad.org/ some of the features hasn't been implemented yet.
tcurdt has quit [Quit: fBNC - https://bnc4free.com]
<InPhase> Yes, I was suggesting an alternative that works well to achieve interoperability.
<InPhase> i.e., how to solve the problem today.
teepee_ has joined #openscad
<stealth_> so what are you recommending?
<InPhase> The details depend on why you need Python. But Python can be used to do value-added things like parts tracking or generating geometries with math libraries or whatever one needs, and then output code to be input into OpenSCAD with import. It's pretty trivial to output some text in the scad language with python.
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
<stealth_> well i was using the openscad language to code, now that python was added, i figured i would try that.
<stealth_> i can think faster in python since i am used to coding with it.
<stealth_> maybe create class to manage lots of objects would be nice, i am dreading that part of openscad language.
<stealth_> you know the best tool is the one you know how to use very well.
<InPhase> I am very comfortable with screwdrivers. That's why I always hit my nails with them. ;)
<stealth_> if it works, it works...
J25k13 has quit [Quit: Client closed]
J25k13 has joined #openscad
tcurdt has joined #openscad
arebil has quit [Read error: Connection reset by peer]
arebil has joined #openscad