Skip to content

Releases: InfinyTech3D/Tearing

v24.12.00

19 Dec 16:24
Compare
Choose a tag to compare

What's Changed

  • [scenes] Fix warnings due to missing required plugin or old aliases by @epernod in #46
  • [src] Fix compilation on all OS by @epernod in #45
  • [Scenes] Fix warnings in scenes init
  • [src] Fix plugin name config for plugin registration

Full Changelog: v24.06.00...v24.12.00

v23.12

28 Mar 11:13
Compare
Choose a tag to compare

What's Changed

  • [Scenes] Update all scenes with correct CollisionResponse component by @hugtalbot in #19
  • Update Readme doc to add badges and gif by @epernod in #20
  • [scenes] Fixing and adding new scenes. Add New Screenshots by @rmolazem in #21
  • [src] Use average stress per vertex to compute tearing candidates by @rmolazem in #22
  • Sofa Tearing Plugin Documentation by @rmolazem in #23
  • [src] Clean code and remove snapping from algoFracturePath by @rmolazem in #24
  • [TearingEngine] Add new way to compute the fracture segment, which does not depend on the maximum fracture length by @rmolazem in #25
  • [TearingEngine] Move computation of the new fracture segment out from draw method by @rmolazem in #26
  • Fixing the fracture direction - Default method for the fracture segment by @rmolazem in #27
  • [TearingEngine] Fix handleEvent logic if other event happened and clean draw method by @epernod in #29
  • [TearingEngine] Clean and factorize some code in the computeVertex stress methods by @epernod in #30
  • [TearingEngine] Fix compilation and warnings with SOFA master by @hugtalbot in #31
  • [src] Fix scenario handling against normal algofracturepath by @epernod in #32
  • [src] Clean plugin config and tests execution by @epernod in #33

New Contributors

Full Changelog: release-v23.06...release-v23.12

v24.06

07 Jun 08:37
5b99ce4
Compare
Choose a tag to compare

What's Changed

  • [scenes] Fixing and adding new scenes. Add New Screenshots by @rmolazem in #21
  • [src] Use average stress per vertex to compute tearing candidates by @rmolazem in #22
  • Sofa Tearing Plugin Documentation by @rmolazem in #23
  • [src] Clean code and remove snapping from algoFracturePath by @rmolazem in #24
  • [TearingEngine] Add new way to compute the fracture segment, which does not depend on the maximum fracture length by @rmolazem in #25
  • [TearingEngine] Move computation of the new fracture segment out from draw method by @rmolazem in #26
  • Fixing the fracture direction - Default method for the fracture segment by @rmolazem in #27
  • [TearingEngine] Fix handleEvent logic if other event happened and clean draw method by @epernod in #29
  • [TearingEngine] Clean and factorize some code in the computeVertex stress methods by @epernod in #30
  • [TearingEngine] Fix compilation and warnings with SOFA master by @hugtalbot in #31
  • [src] Fix scenario handling against normal algofracturepath by @epernod in #32
  • [src] Clean plugin config and tests execution by @epernod in #33
  • [ci] Update scenes to fix physics parameters and add regression tests by @epernod in #41
  • [src] Split Tearing into TearingScenarioEngine and TearingEngine to move scenario options into another engine by @epernod in #38
  • [src] Add more safe guard on the index value before using them by @epernod in #39
  • [src] Clean code, remove some comment and replace indentation by @epernod in #43
  • [src] Add temporary hack to subdivide triangles that are on border of the incision if border elements are edges by @epernod in #40
  • [Doc] Add Tearing Documentation in md by @rmolazem in #44

New Contributors

Full Changelog: v23.12.00...v24.06.00

main

18 Jan 10:48
23502e3
Compare
Choose a tag to compare
Merge pull request #21 from InfinyTech3D/fix_scenes

Fixing Scenes / New Screenshots

v23.06

07 Jun 10:26
Compare
Choose a tag to compare

Full Changelog: v22.12.00...v23.06.00

v22.12.00

12 Jan 13:57
Compare
Choose a tag to compare

What's Changed

  • [Doc] Update doc and readme file by @epernod in #1
  • Clean and update TearingEngine code and scenes by @epernod in #2
  • Add github action by @epernod in #3
  • [src] Update source folder names and CMakeLists by @epernod in #5
  • Fix compilation on CI by @epernod in #6
  • [tests] Add test folder to CI by @epernod in #4
  • [Tests] Fix GitHub actions tests by @epernod in #8
  • [TearingEngine] Remove hard-coded scenario and use parameters as Data instead by @epernod in #12
  • Clean code by @epernod in #13
  • [TearingEngine] Add triangles around FixConstraint to the list of triangles to ignore by @epernod in #14
  • [Scenes] Clean, fix and rename all TearingEngine scenes by @epernod in #15
  • [src] Update all files copyright header by @epernod in #16

Full Changelog: SofaUnity_v21.12.00...v22.12.00