Damien Marchal

Results 100 comments of Damien Marchal

Interesting. My first investigation trials would be to check the scene in debug vs release (be sure that --fastmath is not activated).

Hello @Kbs21, Thank you for reporting. Can you provide details which version of Sofa you are using, v21.06, v21.12 or none of these ones (as the binary version provided by...

I finally got time to try a version with sptr as suggested by @epernod but because there is cycling reference counting there is memory leaks. So I reverted back to...

Hello @Camille-K Thanks for the PR: several comments to be conformant with sofa coding standards: - use #pragma once everywhere - use c++11 compact namespaces eg ```cpp namespace sofa::core::objectmodel {}...

Hi @alxbilger, Thanks for the PR, especially because I have interest in having src (and few other) attribute handled as data or link (see: https://github.com/sofa-framework/sofa/pull/116 and https://github.com/sofa-framework/sofa/issues/41). What rise my...

I mean having the ability to links to objects that are not yet created.

I all, I have improved the whole mecanism so now it is off by default and we can activate it selectively (progressively) per component during their registration in the factory....

Hello @alxbilger, Thank for the careful review, I will integrate that if the feature is considered worth for inclusion. About the "addTargetName" question. The initial version proposed was using automatic...