Skip to content
Unstable

Changes

Summary

  1. [Helper] Add check in OptionGroup (#5602) (details)
  2. [tools] generate stubfiles during packaging (#5222) (details)
  3. [Visual] introduce component to visualize a vector field (#5590) (details)
Commit 32553d93faae0e289c5b31afc65d6d8feb436f8e by noreply
[Helper] Add check in OptionGroup (#5602)

The file was modified Sofa/framework/Helper/src/sofa/helper/OptionsGroup.cpp (diff)
The file was modified Sofa/framework/Helper/src/sofa/helper/OptionsGroup.h (diff)
Commit 47c2f88540cee37c2979b03dac46dce59dc32fbc by noreply
[tools] generate stubfiles during packaging (#5222)

* Add stubgen inside post-install-fixup

* Fix stubgen by passing through a CPACK mechanism of Pre build script

* Remove unnecessary changes

* Remote last artifacts

* Last cleaning

* Add cpack option into main CMAKE

* Add rpath for arm64 builder

* Fix usage for 25.06

* Fix for new clone in build

* Fix windows stubgen
The file was modified tools/postinstall-fixup/macos-postinstall-fixup.sh (diff)
The file was addedtools/postinstall-fixup/generate-stubfiles.sh
The file was addedtools/postinstall-fixup/generate-stubfiles.cmake
The file was modified CMakeLists.txt (diff)
The file was modified tools/postinstall-fixup/linux-postinstall-fixup.sh (diff)
Commit 4a1d4ef87ba3b125123ec3dc7ef67c2a27b72e1d by noreply
[Visual] introduce component to visualize a vector field (#5590)

* introduce component to visualize a vector field

* computeBBox

* draw mode

* add color

* second vector field for forces

* compare to zero

Co-authored-by: Frederick Roy <fredroy@users.noreply.github.com>

* fix computeBBox

* Simpler

Co-authored-by: Frederick Roy <fredroy@users.noreply.github.com>

* Fix suggestion

* Update Sofa/Component/Visual/src/sofa/component/visual/VisualVectorField.inl

---------

Co-authored-by: Frederick Roy <fredroy@users.noreply.github.com>
The file was modified Sofa/Component/Visual/CMakeLists.txt (diff)
The file was addedSofa/Component/Visual/src/sofa/component/visual/VisualVectorField.inl
The file was addedSofa/Component/Visual/src/sofa/component/visual/VisualVectorField.h
The file was modified Sofa/Component/Visual/src/sofa/component/visual/init.cpp (diff)
The file was addedexamples/Component/Visual/VisualVectorField.scn
The file was addedSofa/Component/Visual/src/sofa/component/visual/VisualVectorField.cpp