Alan Morris
Alan Morris
I see. So you mean you want to monitor a folder for changes being made by another shapeworks process, potentially on a different machine.
Oh, I see, yes. Cool. I’ve been thinking about adding a history slider to let you go back and forth through the optimization.
This seems to be a connection error. Can you perhaps try again or from a different location? I've just tested it and did not encounter any problems.
So would this be part of the ParticleSystem API? It doesn't really support any sense of local/global at the moment. It's only meant to be used with global particles for...
@jadie1, what's the status on this issue?
Probably best to start from something existing, for example: https://google.github.io/styleguide/ For formatting, you can do "clang-format --style=google" This can even be built into actions for PRs
Possibly fixed by #2115
TriMeshWrapper can be removed at this point.
Yes, we can drop TriMeshWrapper. It was the first Mesh implementation for the Optimize by Oleks. It had a number of drawbacks and I re-implemented it using VTK as VTKMeshWrapper....
No, it's a long term goal. We're part way there. I wouldn't tie it to any release as it does not affect users or the computation. It will speed development...