-
Notifications
You must be signed in to change notification settings - Fork 52
v21.06 changes #151
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
Closed
v21.06 changes #151
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Clean-ups before release * Swap the cmake dependent option SP3_LINK_TO_USER_SITE to a regular cmake option. * Missing SofaBaseLinearSolver in RestShapeForcefied test
* Build SofaPython3 alongside SofaPython because it's possible. * Keep only one ON-OFF option: PLUGIN_SOFAPYTHON3 * Use new macros from SofaMacros * Improve install tree * [cmake] Fix rpaths for both in-tree and out-of-tree * [cmake] Use a global cmake variable to set the RPath to all targets under the bindings directory Co-authored-by: Jean-Nicolas Brunet <jnbrunet2000@gmail.com>
(cherry picked from commit 475250a)
(cherry picked from commit 1b675c8)
* Add example to load XML file from python environment * Update scenes with pluginization * Missing plugin SofaOpenglVisual in scenes (cherry picked from commit e496cb1)
(cherry picked from commit e75afab)
* CLEAN SofaPython3Config.cmake.in * [cmake] Wider RPATH support for python modules
* [CMake] Simplify RPATH management * [CMake] Simplify RPATH management (2) * [CMake] Simplify RPATH management (3) * [CMake] Handle dep. to other python modules in RPATH * [CMake] CLEAN SofaPython3Tools.cmake
Signed-off-by: Jean-Nicolas Brunet <jnbrunet2000@gmail.com>
…ngs (#97) The pygame example is broken and would necessitate to bring back a hard dependency on glew. Signed-off-by: Jean-Nicolas Brunet <jnbrunet2000@gmail.com>
Signed-off-by: Jean-Nicolas Brunet <jnbrunet2000@gmail.com>
Signed-off-by: Jean-Nicolas Brunet <jnbrunet2000@gmail.com>
Signed-off-by: Jean-Nicolas Brunet <jnbrunet2000@gmail.com>
* [cmake] Fix missing module path for external projects Signed-off-by: Jean-Nicolas Brunet <jnbrunet2000@gmail.com> * [cmake] Version add a tailing zero to 20.12.0(0) Signed-off-by: Jean-Nicolas Brunet <jnbrunet2000@gmail.com> (cherry picked from commit c89affa)
Signed-off-by: Jean-Nicolas Brunet <jnbrunet2000@gmail.com>
v20.12 changes
If attribute is not a data or a link, calls the default implementation for setattr. This allows to have properties for custom types defined by a user.
# Conflicts: # .github/workflows/macos.yml # .github/workflows/ubuntu.yml # CMakeLists.txt # Plugin/CMakeLists.txt # Plugin/PluginConfig.cmake.in # Plugin/src/SofaPython3/Prefab.cpp # bindings/CMakeLists.txt # bindings/Sofa/src/SofaPython3/Sofa/Core/Binding_BaseCamera.cpp # bindings/Sofa/tests/Core/PythonRestShapeForceField.py # examples/advanced_timer.py # examples/example-forcefield.py
# Conflicts: # bindings/Sofa/src/SofaPython3/Sofa/Core/Binding_BaseLink.cpp
(will be set to v21.06 after PR is merged)
Contributor
Author
|
To be redone from another branch. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Includes the old #131 that was never merged in master.