whitequark changed the topic of #solvespace to: SolveSpace--parametric 2d/3d CAD · latest version 2.3 · http://solvespace.com · code at https://github.com/solvespace/solvespace · logs at https://irclog.whitequark.org/solvespace
<GitHub> [solvespace] wpwrak commented on issue #179: Yes, the line pales with fear as the mouse pointer approaches. Alas, it turns regular red again when right-clicking, so one can't see that in the screenshot.... https://github.com/solvespace/solvespace/issues/179#issuecomment-276835050
<GitHub> [solvespace] whitequark commented on issue #179: > By the way, for this type of debugging, it may be useful to have an option somewhere (could be on the command line), to make SolveSpace draw a cursor (maybe X-shaped), so that it is included in the screenshot.... https://github.com/solvespace/solvespace/issues/179#issuecomment-276836090
<wpwrak> hmm, xwd here :)
<whitequark> something newer than 30 years old might help ;p
<wpwrak> grr. all those forced migrations ...
<whitequark> or just patch xwd to add the cursor.
<whitequark> it's really not my responsibility to work around lack of basic features in tools that about 10 people use worldwode
<wpwrak> sigh. life would be so much easier if everyone could just accept my lead.
<GitHub> [solvespace] wpwrak commented on issue #179: Sigh, all that modernism (using xwd here) ... here we have one with cursor, courtesy of "screengrab":... https://github.com/solvespace/solvespace/issues/179#issuecomment-276839249
<GitHub> [solvespace] whitequark reopened issue #179: "Unselect hovered" is broken https://github.com/solvespace/solvespace/issues/179
<whitequark> wpwrak: ok, confirmed that it should work
<whitequark> unfortunately I cannot reproduce it
<whitequark> can you break on mouse.cpp:658 and figure out why the condition doesn't hold?
<GitHub> [solvespace] Evil-Spirit commented on issue #176: @whitequark, update here https://github.com/solvespace/solvespace/issues/176#issuecomment-276861061
<wpwrak> hover.IsEmpty() -> true
<wpwrak> p hover -> {tag = 0, entity = {v = 0}, constraint = {v = 0}, emphasized = false}
<whitequark> mh ok
<wpwrak> one thing that is a little unusual on my system is that i have the right mouse button remapped. so if you somehow access the "real button" information (it's possible - there's one game (widelands) that does this), then you could get confusing information
<wpwrak> btw, clicking the "real" right button does nothing (as expected, since it's remapped)
<whitequark> I don't think I do anything like that
<whitequark> if the menu pops it should be fine
<wpwrak> could it have anything to do with the line getting red (instead of "pale red" (or maybe red + yellow ?)) when i right-click on it, already before releasing the button ?
<whitequark> red+yellow
<whitequark> let's see
<whitequark> ah yes.
<whitequark> the line stays hovered throughout on my machine.
<whitequark> so that's what happens.
<whitequark> you can break on GraphicsWidget::on_button_{press,release}_event
<whitequark> or trace them w/e
<wpwrak> GDK_DEBUG=ALL: https://0bin.net/paste/XxcPHJXqwN8iiiDf#hfHM+qH3YwKr6S49yEdbgs7QazMgXyfpjf2OOtYD4pk
<whitequark> well it just crashes no?
<wpwrak> that may be the usual crash i get ftieh GDK_DEBUG=ALL
<whitequark> also crashes on my machine
<wpwrak> but it happens after i release the right button
<wpwrak> heh :)
<whitequark> dunno
<whitequark> probably a gtk bug
wpwrak has quit [Ping timeout: 264 seconds]
wpwrak has joined #solvespace
<GitHub> [solvespace] kellpossible commented on issue #178: @Evil-Spirit and yet we would say that NURBS itself is analytic? And the curves themselves are analytic. Perhaps there would be a way to define the intersection path as a function of the two, and evaluate it numerically to get an adaptive analytic approximation of the result? https://github.com/solvespace/solvespace/issues/178#issuecomment-276945489
<GitHub> [solvespace] kellpossible commented on issue #178: @Evil-Spirit and yet we would say that NURBS itself is analytic? And the curves themselves are analytic. Perhaps there would be a way to define the intersection path as a function of the two, and evaluate it numerically to get an adaptive analytic approximation of the result? https://github.com/solvespace/solvespace/issues/178#issuecomment-276945489
<GitHub> [solvespace] kellpossible commented on issue #178: @whitequark it seems so, I'll have a google around to see if there's any good papers on the subject. perhaps room for new research? wish I was better at maths https://github.com/solvespace/solvespace/issues/178#issuecomment-276945860
<GitHub> [solvespace] virtualritz opened issue #181: Linking latest master fails on macOS https://github.com/solvespace/solvespace/issues/181
<GitHub> [solvespace] wpwrak commented on issue #165: Thanks ! Here's a fix for a little typo:... https://github.com/solvespace/solvespace/issues/165#issuecomment-276977036
<GitHub> [solvespace] Evil-Spirit commented on issue #165: @wpwrak, thank you :) We've found this semicolon a long time ago, but I forgot to fix it. https://github.com/solvespace/solvespace/issues/165#issuecomment-276979369
<GitHub> [solvespace] Evil-Spirit commented on issue #178: @kellpossible, It is common to use rational cubic bezier for both surface and cure representation, and yes, for this case all is analytical and exact. But when we are projecting cubic curve onto cubic surface, we can't get cubic curves anymore. This is the first. The second... We can't even found this intersection in analytical form. But if you doesn't mean cubic on cubic but just project anything o
<GitHub> [solvespace] wpwrak opened issue #182: undo deletion leads to alarming complaints https://github.com/solvespace/solvespace/issues/182
<GitHub> [solvespace] Evil-Spirit commented on issue #177: @wpwrak, I have cloned your repo and switched out this revision. But I can't reproduce this. I have no problem for export chord tolerances: 0.1, 0.05, 0.01. Can you switch and check again? Also, what SolveSpace revision do you have? https://github.com/solvespace/solvespace/issues/177#issuecomment-276999373
<GitHub> [solvespace] Evil-Spirit commented on issue #177: @wpwrak, I have cloned your repo and switched out this revision. But I can't reproduce this. I have no problem for export chord tolerances: 0.1, 0.05, 0.01. Can you switch and check again? Also, what SolveSpace revision do you have? https://github.com/solvespace/solvespace/issues/177#issuecomment-276999373
<GitHub> [solvespace] wpwrak commented on issue #177: I'm running a mix of master plus some cherry-picked changes, but I can also make it happen with solvespace/solvespace master (279424)... https://github.com/solvespace/solvespace/issues/177#issuecomment-277013743
<GitHub> [solvespace] whitequark commented on issue #181: please `make clean` then build again https://github.com/solvespace/solvespace/issues/181#issuecomment-277029595
<GitHub> [solvespace] whitequark commented on issue #181: please `make clean` then build again https://github.com/solvespace/solvespace/issues/181#issuecomment-277029595
<GitHub> [solvespace] whitequark closed issue #183: "make clean" removes res/locales/* https://github.com/solvespace/solvespace/issues/183
<GitHub> [solvespace] whitequark pushed 2 new commits to master: https://github.com/solvespace/solvespace/compare/279424290b92...4465bc0270ee
<GitHub> solvespace/master 4465bc0 whitequark: CMake: do not remove translations on `make clean`.
<GitHub> solvespace/master 51b8828 whitequark: README: suggest release builds, as these are much faster....
<travis-ci> solvespace/solvespace#346 (master - 4465bc0 : whitequark): The build passed.
<GitHub> [solvespace] wpwrak commented on issue #165: By the way, along the lines of explorability, how about something like this ? https://github.com/wpwrak/solvespace/commit/41e55b3d79f7d2df61fb9db0b494ff09a37d6add... https://github.com/solvespace/solvespace/issues/165#issuecomment-277056439
cr1901_modern has quit [Ping timeout: 255 seconds]
cr1901_modern has joined #solvespace
<wpwrak> hmm ... Generate::DIRTY took 2080 ms Generate::DIRTY took 25996 ms Generate::DIRTY took 290062 ms
<wpwrak> i guess at some point it should switch SI prefixes
<GitHub> [solvespace] GerhardPaulus opened issue #184: problem with text input field on Arch Linux https://github.com/solvespace/solvespace/issues/184
<GitHub> [solvespace] kellpossible commented on issue #178: @Evil-Spirit ... https://github.com/solvespace/solvespace/issues/178#issuecomment-277122196