Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SofaPython3] Meshing and Caching #2

Merged
merged 16 commits into from
May 6, 2020

Conversation

sescaida
Copy link
Contributor

@sescaida sescaida commented May 4, 2020

Hey guys,

here's the PR, ported to this Repo! I included some fixes to match the arguments of CGAL in meshVolumetricFromSurface() and it now uses the module 'logging' to print the info messages. The user can set the visibility of the messages by adding a line 'logging.basicConfig(level=logging.INFO)' in his scene, as shown in the example.

Best

@jnbrunet
Copy link
Collaborator

jnbrunet commented May 5, 2020

Hi @sescaida ,

Thank you again for this PR, it looks good to me.

Small last thing before merging, could you squash your commits into only one with a commit message that indicate what the commit is about (for example, something like [SPLIB] Add meshing utilities with CGAL and GMSH)?

Edit: You can look at this link if you never squashed commits together

Stefan Escaida Navarro and others added 5 commits May 6, 2020 09:58
added meshing + caching

updating example

updated example

added functionality for cgal

fix for geometry path

fixes for verbose options, using logging module from P3

exposing missing paramters for cgal mesher

Fixing logging

Fix compilation with Windows (not/and are not supported)

Fix case where the plugin path contains a "src " string

Fix compilation with Windows (not/and are not supported)

Fix case where the plugin path contains a "src " string
@jnbrunet jnbrunet merged commit 2a0c6fa into sofa-framework:master May 6, 2020
@sescaida sescaida deleted the MeshingAndCaching branch May 8, 2020 10:10
@guparan guparan added this to the v20.12 milestone Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants