Changes

Summary

  1. [SofaSPHFluid] Add option in ParticleSource to add/remove random values in the particles generation. Remove noise for CI scenes (#4316) (details)
  2. [image] Fix compilation on Windows (#4484) (details)
  3. [Config] CMake: fix warning about upper/lowercase for Difflib (#4486) (details)
  4. [VolumetricRendering][SofaCUDA] Move CUDA files related to VolumetricRendering (#4487) (details)
  5. [README] Update badge with Discord (#4498) (details)
Commit 4aec13166bfa4a36bbde40b16cf7e2232db55738 by noreply
[SofaSPHFluid] Add option in ParticleSource to add/remove random values in the particles generation. Remove noise for CI scenes (#4316)

* [src] Add noise option in ParticleSource

* [SPH][scenes] Update scene under regression test not to use noise.
The file was modifiedapplications/plugins/SofaSphFluid/src/SofaSphFluid/ParticleSource.inl (diff)
The file was modifiedapplications/plugins/SofaSphFluid/examples/SPHParticleSource.scn (diff)
The file was modifiedapplications/plugins/SofaSphFluid/src/SofaSphFluid/ParticleSource.h (diff)
The file was modifiedapplications/plugins/SofaSphFluid/examples/SPHParticleSink.scn (diff)
The file was modifiedapplications/plugins/RegressionStateScenes.regression-tests (diff)
Commit 17150e473eb574e6f4c4a8d9ebfb3a54334c35de by noreply
[image] Fix compilation on Windows (#4484)

Co-authored-by: Paul Baksic <30337881+bakpaul@users.noreply.github.com>
The file was modifiedapplications/plugins/image/ImageFilter.h (diff)
Commit 86471da1fd19d4441e1533f91788233966c1c55c by noreply
[Config] CMake: fix warning about upper/lowercase for Difflib (#4486)

fix cmake warning about difflib case
The file was modifiedSofa/framework/Config/cmake/Modules/FindDiffLib.cmake (diff)
The file was modifiedSofa/framework/Helper/CMakeLists.txt (diff)
Commit 0fe228fb63aaceb5f531d197b8ac1a6e7fa686f3 by noreply
[VolumetricRendering][SofaCUDA] Move CUDA files related to VolumetricRendering (#4487)

* New plugin for VolumetricRendering.CUDA

* Move files from SofaCUDA to VolumetricRendering

---------

Co-authored-by: Paul Baksic <30337881+bakpaul@users.noreply.github.com>
The file was modifiedapplications/plugins/CMakeLists.txt (diff)
The file was addedapplications/plugins/VolumetricRendering/extensions/CUDA/src/VolumetricRendering/CUDA/CudaTetrahedralVisualModel.h
The file was addedapplications/plugins/VolumetricRendering/extensions/CUDA/VolumetricRendering.CUDAConfig.cmake.in
The file was addedapplications/plugins/VolumetricRendering/extensions/CUDA/src/VolumetricRendering/CUDA/config.h.in
The file was addedapplications/plugins/VolumetricRendering/extensions/CUDA/CMakeLists.txt
The file was addedapplications/plugins/VolumetricRendering/extensions/CUDA/src/VolumetricRendering/CUDA/CudaTetrahedralVisualModel.inl
The file was addedapplications/plugins/VolumetricRendering/extensions/CUDA/src/VolumetricRendering/CUDA/init.h
The file was removedapplications/plugins/SofaCUDA/sofa/gpu/cuda/CudaTetrahedralVisualModel.inl
The file was modifiedapplications/plugins/VolumetricRendering/CMakeLists.txt (diff)
The file was removedapplications/plugins/SofaCUDA/sofa/gpu/cuda/CudaTetrahedralVisualModel.cpp
The file was modifiedapplications/plugins/SofaCUDA/SofaCUDAConfig.cmake.in (diff)
The file was removedapplications/plugins/SofaCUDA/sofa/gpu/cuda/CudaTetrahedralVisualModel.h
The file was addedapplications/plugins/VolumetricRendering/extensions/CUDA/src/VolumetricRendering/CUDA/CudaTetrahedralVisualModel.cpp
The file was addedapplications/plugins/VolumetricRendering/extensions/CUDA/src/VolumetricRendering/CUDA/init.cpp
The file was modifiedapplications/plugins/SofaCUDA/CMakeLists.txt (diff)
Commit bacf20fb27866a7ee1f2037c37fa50706a0ecc77 by noreply
[README] Update badge with Discord (#4498)

Update badge README.md

Change Gitter to Discord
The file was modifiedREADME.md (diff)