little_blossom has quit [Ping timeout: 245 seconds]
bozo16 has joined #openscad
little_blossom has joined #openscad
kintel has joined #openscad
<gbruno>
[github] kintel pushed 9 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/70eb08394e89cc71410a2cffed7fdb3d03348bf7
Lagopus has quit [Remote host closed the connection]
othx has quit [Read error: Connection reset by peer]
othx has joined #openscad
Lagopus has joined #openscad
bozo16 has quit [Remote host closed the connection]
mmu_man has quit [Ping timeout: 255 seconds]
J23k87 has quit [Quit: Client closed]
J23k87 has joined #openscad
<gbruno>
[github] kintel pushed 9 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/b5a45dd36d5d5e22780ee675bd17fb486d9addc3
<guso78k>
teepee I like replace the bold measurement buttons with nice icons and I have seen you were working on them in 2021. In order to have same look: Did you draw them or is there a place in the internet so source them from ?
<J23k38>
maybe add a "10" between .. also good as it is (small details may even be not a good idea)
<peeps[zen]>
lol, why is there an 18+ erotic imagery warning on that guso78k ?
<guso78k>
havee seen that too , haha,ijsut used the very defaults ... strange
<J23k38>
the warning will vanish after some minutes .. i assume to be automatic before some AI checks the image
<InPhase>
peeps[zen]: Probably because of the flesh colored color scheme...
J23k38 has quit [Quit: Client closed]
<Scopeuk>
peeps[zen] I think imgur defaults to everything is adult rated until such time as they confirm a suitable for everyone rating. fail safe default
J23k38 has joined #openscad
<peeps[zen]>
makes sense I guess, i just don't think I'd ever seen that before
mmu_man has quit [Ping timeout: 255 seconds]
<InPhase>
guso78k: Send me the scad code for that exact image you posted. For science. (I use a different default color scheme.)
<guso78k>
Inphase i it J23 who created the colorful thing
<guso78k>
do you still want the code of my new 2 symbols ?
<InPhase>
guso78k: The code for XcCJWzh so I can make the same in my custom color scheme and post it just to see what happens. :)
<guso78k>
do you like me to try if i can go back in history ?
<InPhase>
This is the set of all icons.
<InPhase>
I don't even see your image anywhere here.
<guso78k>
its on the upper right side
<guso78k>
it got an "10" added
<peeps[zen]>
guso78k: during vertex selection is it possible to highlight the current nearest before it is clicked?
mmu_man has quit [Ping timeout: 240 seconds]
<guso78k>
peeps[zen], this is actually a very good feature! however probably its very cpu intensive because i have to search all points again on each new mouse position.
<guso78k>
not sure if we want to spend that effort
<guso78k>
... and the data is still stored as plain coordinates, and not as index. every vertex is still present at least 3 times :( .. as there are minimally 3 triangles touching one corner
<guso78k>
(i got an hashmap with an 3d coordinate index algorithm available, which can find nearby points in o(log N) time, but I would have to recreate the hashmap on each new render ...)
<InPhase>
There. Someone clear their imgur cookies, or close their browser and open it again and try this in incognito, and then figure out of this makes you confirm over 18. https://imgur.com/a/8BKxiIZ
<guso78k>
no adult warning there :)
<InPhase>
Well, that's another point in favor of my ambition to change our default OpenSCAD color scheme to this one. ;)
* peeps[zen]
makes a note to color shift his porn before uploading
<guso78k>
yeahh, blue porn is not as offensive :')
Guest77 has joined #openscad
Guest77 has quit [Client Quit]
<guso78k>
i could not find a script in the repository to automatically redo all SVG's . suppose it was done manually before.
<teepee>
InPhase: I've seen twitter put up content warnings on the default openscad color scheme quite often
mmu_man has quit [Ping timeout: 258 seconds]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
HumanG33k has joined #openscad
teepee has quit [Quit: bye...]
teepee has joined #openscad
misterfish has quit [Ping timeout: 240 seconds]
guso78k has joined #openscad
<guso78k>
InPhase you suggest we shall use your color theme as default ?
<InPhase>
guso78k: Yeah. It's very pretty.
<InPhase>
guso78k: https://bpa.st/OYRA You can put it in ~/.config/OpenSCAD/color-schemes/render/nocturnal-gem.json
<InPhase>
guso78k: I also made a lighter background variant for the disturbed people who like this sort of thing: https://bpa.st/TAVQ
<InPhase>
That one should be called daylight-gem.json
<InPhase>
I was going to PR these last year, but then I guess kind of forgot to do it.
<InPhase>
There are actually two changes I really want us to have consensus for in a make-openscad-pretty initiative. I think nocturnal-gem.json should be our default color scheme, and I think $fa=1; $fs=0.4; should be our default $fa and $fs values.
<InPhase>
When new users open up the program and make a sphere, they should get something pretty...
<InPhase>
First impressions matter.
<InPhase>
I think our current defaults make the program look klunky, old, and low capability, and people have to have the grit to push past this first impression to see what it's really capable of.