Hugo

Results 110 issues of Hugo

For compilation without compat ______________________________________________________ By submitting this pull request, I acknowledge that **I have read, understand, and agree [SOFA Developer Certificate of Origin (DCO)](https://github.com/sofa-framework/sofa/blob/master/CONTRIBUTING.md#sofa-developer-certificate-of-origin-dco)**. ______________________________________________________ **Reviewers will merge this...

pr: fast merge
pr: status ready
pr: clean

The data strings are replaced with Links! Finally! Let's take time to discuss it with others! @ziqiu-zeng ______________________________________________________ By submitting this pull request, I acknowledge that **I have read, understand,...

pr: breaking
pr: status ready

The data strings are replaced with Links! Finally! It's obviously breaking but there is one important point: both ConstraintCorrection had a vector of LinearSolver\* while in fact only one was...

pr: breaking
pr: status ready

This code is weird: `k` is never used. I am not sure this loop is useful, or it is buggy. _Originally posted by @alxbilger in https://github.com/sofa-framework/sofa/pull/3141#discussion_r924552485_

STC#14

This pull request aims at making the gravity clearly appearing in object nodes as a GravityForceField. Old way to define gravity still works and is not deprecated. Main changes: -...

pr: breaking
pr: status to review
refactoring
pr: clean
pr: highlighted in next release
pr: dev meeting topic
STC#14

The PR #2988 opens this discussion. ## Today - gravity is defined though a data in the Nodes (by default `gravity="0 9.81 0"`) - this gravity is propagated down from...

issue: discussion

Today, SOFA proposes two ConstraintSolvers: - LCPConstraintSolver - GenericConstraintSolvers Both solve a constraint problem (LCP or NCLP). Therefore, here are some todo suggestions: - implementations should be merged, triggering the...

enhancement
issue: discussion
STC#14

SOFA has two different ways to load plugins: - via runSofa - via the PluginManager through the GUI Using different GUI, the list of loaded plugins may differ! Topic brought...

issue: discussion
STC#14

This was not tested on CI anymore for a long time, it should be fixed and then reactivated on CI

issue: bug (major)
STC#13

This PR proposes to remove DiagonalMass and replace with MeshMatrixMass (with lumping) Fix #2452 One case remains to be covered: RigidTypes with non uniform vertex mass. A new PR is...

pr: breaking
pr: status wip
refactoring
pr: highlighted in next release