ruevs
ruevs
What about the x86 "Release" target working? Probably compiler optimizes floating point math to SSE2 (64 bit floating point)... In fact there was a lengthy discussion on 80bit vs. 64...
@shingen75 how did you port it? I do not see a fork in your GitHub account? If you provide a link to your fork or create a pull request we...
> 2\. Why a new way to save the settings? I was wondering the same, but decided to take it a step at a time.
> I was not aware of the procedure to do the port on github. I use git internally at work but I have not used github for project development. No...
The [`QSettings`](https://doc.qt.io/qt-6/qsettings.html) based implementation to store the settings looks nicer than the `tinyxml2` one. And it is more appropriate for a QT port that would need all the QT DLLs...
This may not be a NURBS failure, but rather a failure in triangulating the "surfaces" (planes). It fails here: https://github.com/solvespace/solvespace/blob/master/src/srf/triangulate.cpp#L353 with > couldn't find an ear! fail Obviously the single...
@phkahler since you tinkered with the triangulation code recently maybe you can shed some light on what happens here? Attached is the simplest case (that I could come up with...
Between 1b8e1dec and b399d9a1 this model (https://github.com/solvespace/solvespace/issues/537#issuecomment-669068154) has improved slightly (also attached here https://github.com/solvespace/solvespace/pull/594#issuecomment-625587508) ## Before  ## After 
And the code specifically https://github.com/konstmish/opt_methods/blob/master/optmethods/second_order/reg_newton.py
To summarize: - Constraints created in the current group can "move"/modify only entities from the current group. - They can **_not_** "move"/modify entities from previous groups. - They **_can be_**...