Trevor Laughlin

Results 47 comments of Trevor Laughlin

I'm still getting the same error.

hi @ovo-Tim . although i wish i could, it's been difficult to find much time to work on this project, so i can't commit to continued maintenance or any levels...

> Hi. Recently, I have read a [post](https://stackoverflow.com/a/67895367/20847787), it said OCP is better than pyOCCT and pythonOCC. Have you ever heard of [OCP](https://github.com/CadQuery/OCP)? Is it more convenient to maintenance? I...

@frmdstryr i don't remember the details, but looks like I had to do some special tricks [here](https://github.com/trelau/pyOCCT/blob/master/inc/bind_Define_HArray1.hxx#L51) if that gives you any clues. Looks like I added methods to the...

There is currently no support for MED in this standalone version of SMESH since the MED library is not included. Can you use ExportUNV or any of the other export...

instead of including the submodules, would it be acceptable to package up the processed sources after running the `prepary.py` script and attaching in the release? So perhaps in the Github...

fyi seems like relevant convo happening here https://github.com/trelau/SMESH/pull/39

Following on from #39 , this (or something like it) may be relevant to create source artifacts and attach to a Github release, programmatically https://github.com/actions/upload-release-asset

Looking at the SMESH repo, it seems like the following files would be required to be in the source artifact to enable building locally: 1. CMakeLists.txt 2. LICENSE.txt 3. README.md...

@looooo no. what's the intent of this file/PR?