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

[All] Changed message for scene check #4324

Conversation

bakpaul
Copy link
Contributor

@bakpaul bakpaul commented Nov 29, 2023

Based on

The map uncreatableComponents is used both by the factory when the object could not be created and by the alias check. So, cometimes, mif you used an alias of a component that has also been moved, a non sens was displayed.

This pr divide this map in two : uncreatableComponents and movedComponents and only use the uncreatableComponents in scene check and also display the original message.

bakpaul and others added 23 commits November 17, 2023 11:35
* [LinearSolver.Direct] Remove CSparse based solvers

* Remove csparse extlib

* Fetchable CSparseSolvers plugin

* Remove references of SparseLUSolver

* Remove references to SparseCholeskySolver

* Remove csparse

* Try to fix on Linux

* Update the compat

* [LinearSolver.Direct] Remove CSparse based solvers

* Fix direct solver
Co-authored-by: erik pernod <erik.pernod@gmail.com>
* Add cmake module for QGLViewer

* Support library name for apt packages

* Fix qglviewer cmake finder module to first seach for a config cmake file.

* Update cmake/Modules/FindQGLViewer.cmake

Co-authored-by: Hugo <hugo.talbot@sofa-framework.org>

---------

Co-authored-by: Frederick Roy <fredroy@users.noreply.github.com>
Co-authored-by: Hugo <hugo.talbot@sofa-framework.org>
* Remove unlogical use of visitor

* Delete unused methods
…rk#4317)

* [LinearSystem] Speedup computation of Jacobian matrices in case both mstates are the same

* minor reformat to align calls to computeJacobiansFrom
…sofa-framework#4319)

* FIX compilation SofaCUDA along with SparseGrid with Cuda12

* Use a multiplication instead
…amework#4310)

* Add message to make it more clear

* slight modifications to be even more clear and add an error the dependency cannot be met
…ramework#4320)

remove ref to non-existent sofasimu

Co-authored-by: Paul Baksic <30337881+bakpaul@users.noreply.github.com>
@fredroy fredroy added enhancement About a possible enhancement pr: status to review To notify reviewers to review this pull-request labels Nov 30, 2023
@bakpaul
Copy link
Contributor Author

bakpaul commented Nov 30, 2023

I might have emmêlé mes pinceaux with the "based on". It is based on because I've added the class Renamed in the other PR, but in the end, it would have been more logical to do it separately. What you really have to look at are the commits 1384deb and 7bf84de. The rest are on the other PR

@bakpaul
Copy link
Contributor Author

bakpaul commented Nov 30, 2023

[ci-build][with-all-tests]

@hugtalbot
Copy link
Contributor

Is this the only commit to focus on ? 7bf84de

@bakpaul
Copy link
Contributor Author

bakpaul commented Dec 1, 2023

No there are two, I've modified my first message, this one and the next one, but the real improvement is in the one you pointed exactly !

@bakpaul bakpaul closed this Dec 18, 2023
@hugtalbot hugtalbot removed the pr: status to review To notify reviewers to review this pull-request label Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement About a possible enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants