altaic

Results 50 comments of altaic

@thestr4ng3r Yes, I was using a raw binary (as I noted for a GD32F307 microcontroller).

Terminal output: ``` $ /Applications/meshlab.app/Contents/MacOS/meshlab The base dir is /Applications/meshlab.app/Contents The base dir is /Applications/meshlab.app/Contents The base dir is /Applications/meshlab.app/Contents Current Plugins Dir is: /Applications/meshlab.app/Contents/plugins Shader directory found '/Applications/meshlab.app/Contents/shaders', and...

I believe one just has to be judicious about the use of `sudo` in the install scripts; before executing `sudo`, always check that it's necessary. If you'd like, I can...

I placed the proper checks in the scripts and the popup remained. Then I did a little investigation into the `Distribution.xml` file (see [here](https://developer.apple.com/library/mac/documentation/DeveloperTools/Reference/DistributionDefinitionRef/Chapters/Introduction.html) for the reference doc). Initially, I...

Thanks, I'll check out `parametricCurve` and figure out what's sensible from white papers.

I got it working using `parametricCurve`, however I am looking for good alternatives. `parametricCurve` is extremely fragile and requires tweaking of `N` and `tol`, and even then it may not...

FYI, from the OCCT git repo commit where `BRepAdaptor_HCurve` is removed: > [0028966](https://git.dev.opencascade.org/gitweb/?p=occt.git;a=object;h=0028966): Coding Rules - remove Adaptor2d_HCurve2d, Adaptor3d_HCurve and Adaptor3d_HSurface classes > > Adaptor2d_Curve2d, Adaptor3d_Curve and Adaptor3d_Surface now inherit...

More info here: https://github.com/CadQuery/OCP/issues/68#issue-1065328768 Also, note that OCCT 7.6.1 is out with “critical” bug fixes. Edit: Just saw the cadquery branch for OCCT 7.6 that tackles this stuff. Anyway, I...

The installer really should be ditched in favor of a portable app bundle. One of the first things I did after installing was move the app to a better location,...

I'm not familiar with the portable application creators that you linked, though it sounds like they encapsulate the app in a virtual machine or docker container or the like. I...