| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixing exception in TkGroupImpl.cpp | bgaldrikian | 2021-04-05 | 1 | -3/+6 |
| | | |||||
| * | Merge pull request #19 from lgzy/fix-index-out-of-bounds | Bryan Galdrikian | 2021-03-16 | 1 | -1/+1 |
| |\ | | | | | Fix index out of bounds | ||||
| | * | Fix index being out of bounds | ANT\ulugbek | 2020-10-29 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #18 from lgzy/fix-asset-joint-serialization | Bryan Galdrikian | 2021-03-16 | 1 | -0/+1 |
| |\ \ | | | | | | | Fix asset joint serialization | ||||
| | * | | Fix asset joint serialization | ANT\ulugbek | 2020-10-28 | 1 | -0/+1 |
| | |/ | |||||
| * / | Merge request #17 PhysX4 compatibilityv1.1.7_rc1 | bgaldrikian | 2020-11-10 | 22 | -718/+822 |
| |/ | | | | Other changes for linux and UE4CrossCompileLinux, and all packaging to work | ||||
| * | * Updated license filev1.1.6_releasev1.1.6_rc1 | bgaldrikian | 2020-10-08 | 560 | -570/+593 |
| | | | | | | | | * Updated copyright dates * Removed ArtistTool * Pulled request #15 "Fix Blast bond generation" * Pulled request #16 "Fix invalid pointer access in authoring tools" | ||||
| * | * NvBlastAsset::testForValidChunkOrder (used when creating an NvBlastAsset) ↵v1.1.5_releasev1.1.5_rc1v1.1.5_pre5dev | Bryan Galdrikian | 2019-09-17 | 10 | -126/+307 |
| | | | | | | | | | | is now more strict, requiring parent chunk descriptors to come before their children. It is still less strict than the order created by NvBlastBuildAssetDescChunkReorderMap. * Added FractureTool::setApproximateBonding function. Signals the tool to create bonds by proximity instead of just using cut plane data. * Chunks which have been merged using the uniteChunks function may be merged again * Restored chunk volume calculation * NvBlastBuildAssetDescChunkReorderMap failure cases fixed. | ||||
| * | Fixing chunk hierarchy optimization/merge bugsv1.1.5_pre4 | Bryan Galdrikian | 2019-08-19 | 3 | -39/+26 |
| | | | | | Exposing ability to remove chunks to fracture tool API | ||||
| * | Padding bounds when determining chunks from islands, allows nearby chunks ↵v1.1.5_pre3 | Bryan Galdrikian | 2019-07-15 | 3 | -10/+38 |
| | | | | | | | generated this way to be merged with uniteChunks. Fixing bug when removing original chunks in uniteChunks function. | ||||
| * | Hierarchy optimization bugfixes and improvementsv1.1.5_pre2 | Bryan Galdrikian | 2019-06-10 | 3 | -46/+71 |
| | | | | | Takes a selection set and only merges those chunks | ||||
| * | Blast SDK 1.1.5 prerelease #1v1.1.5_pre1 | Bryan Galdrikian | 2019-05-03 | 76 | -4906/+5565 |
| | | |||||
| * | Fix for crash bug during ESS authoringv1.1.4_releasev1.1.4_rc2 | bgaldrikian | 2018-10-25 | 2 | -11/+90 |
| | | | | | | Doc updates for AuthoringTool and ApexImporter Updated release notes | ||||
| * | Fixed memory leak. | Neithy | 2018-10-11 | 1 | -0/+4 |
| | | |||||
| * | Blast 1.1.4. See docs/release_notes.txt.v1.1.4_rc1 | bgaldrikian | 2018-10-03 | 36 | -3428/+4390 |
| | | |||||
| * | Blast 1.1.3. See docs/release_notes.txt.v1.1.3_rc1 | Bryan Galdrikian | 2018-05-31 | 717 | -542141/+542381 |
| | | |||||
| * | Fixing a cutout bugv1.1.2_releasev1.1.2_rc3 | Bryan Galdrikian | 2018-01-30 | 7 | -64/+184 |
| | | | | | Replacing some copyright notices for consistency | ||||
| * | Operation Copyright 2018v1.1.2_rc2 | Bryan Galdrikian | 2018-01-29 | 214 | -214/+214 |
| | | |||||
| * | Apex dependency removed (used in ExtImport) | Bryan Galdrikian | 2018-01-26 | 424 | -723/+462996 |
| | | | | | | Mesh corruption and crash fit for UV fitting function Updated release_notes.txt | ||||
| * | Linux checked and profile builds | Bryan Galdrikian | 2018-01-23 | 7 | -59/+126 |
| | | | | | | New NvBlastExtAuthoringBuildCollisionMesh API buildtools/steps/build_all_linux.sh will be committed separately | ||||
| * | Changes for 1.1.2 release candidate | Bryan Galdrikian | 2018-01-22 | 33 | -323/+3936 |
| | | | | | See README.md, docs/release_notes.txt | ||||
| * | ExtendedSupport generation optimization | Bryan Galdrikian | 2017-11-04 | 1 | -16/+60 |
| | | |||||
| * | Add setChunkMesh method for FractureTool | Bryan Galdrikian | 2017-10-30 | 3 | -9/+69 |
| | | |||||
| * | Committing missed .inl files | Bryan Galdrikian | 2017-10-24 | 3 | -0/+5720 |
| | | |||||
| * | Changes for 1.1.1 | Bryan Galdrikian | 2017-10-24 | 80 | -645/+15491 |
| | | | | | See README.md | ||||
| * | Linux build fixes, corresponding doc changes | Bryan Galdrikian | 2017-08-30 | 2 | -2/+2 |
| | | |||||
| * | FractureTool: assetToFractureId fix | Bryan Galdrikian | 2017-08-29 | 1 | -1/+1 |
| | | |||||
| * | Candidate 1.1 release. | Bryan Galdrikian | 2017-08-28 | 26 | -227/+500 |
| | | | | | | | | | | | | | | | | | * SampleAssetViewer now unconditionally loads the commandline-defined asset. * Better error handling in AuthoringTool (stderr and user error handler). * More consistent commandline switches in AuthoringTool and ApexImporter (--ll, --tx, --px flags). * NvBlastExtAuthoring ** Mesh cleaner, tries to remove self intersections and open edges in the interior of a mesh. ** Ability to set interior material to existing (external) material, or a new material id. ** Material ID remapping API. ** Rotation of voronoi cells used for fracturing. * Fixed smoothing groups in FBX exporter code. * Impulse passing from parent to child chunks fixed. * Reading unskinned fbx meshes correctly. * Collision hull generation from fbx meshes fixed. * Win32/64 PerfTest crash fix. | ||||
| * | Updated to CL 22661993: | Anton Novoselov | 2017-08-14 | 15 | -73/+422 |
| | | | | | | | | * docs updates * authoring fixes * asset view in sample fix * latest blast_tools_and_samples-windows.zip | ||||
| * | Updated to CL 22627414: | Anton Novoselov | 2017-08-08 | 11 | -62/+111 |
| | | | | | | | * docs updates * authoring fixes * stress solver crash fixes | ||||
| * | * fix .gitignore | Anton Novoselov | 2017-08-01 | 17 | -0/+983 |
| | | | | | * added missing cmake files | ||||
| * | Blast 1.1 release (windows / linux) | Anton Novoselov | 2017-08-01 | 276 | -10591/+22436 |
| | | | | | see docs/release_notes.txt for details | ||||
| * | adding linux support | santoleri-nvidia | 2017-02-24 | 10 | -0/+227 |
| | | |||||
| * | Updating to [email protected] and ↵ | Bryan Galdrikian | 2017-02-24 | 213 | -0/+41705 |
| [email protected] with a new directory structure. NvBlast folder is gone, files have been moved to top level directory. README is changed to reflect this. | |||||