aboutsummaryrefslogtreecommitdiff
path: root/sdk
Commit message (Collapse)AuthorAgeFilesLines
* Fixing exception in TkGroupImpl.cppbgaldrikian2021-04-051-3/+6
|
* Merge pull request #19 from lgzy/fix-index-out-of-boundsBryan Galdrikian2021-03-161-1/+1
|\ | | | | Fix index out of bounds
| * Fix index being out of boundsANT\ulugbek2020-10-291-1/+1
| |
* | Merge pull request #18 from lgzy/fix-asset-joint-serializationBryan Galdrikian2021-03-161-0/+1
|\ \ | | | | | | Fix asset joint serialization
| * | Fix asset joint serializationANT\ulugbek2020-10-281-0/+1
| |/
* / Merge request #17 PhysX4 compatibilityv1.1.7_rc1bgaldrikian2020-11-1022-718/+822
|/ | | | Other changes for linux and UE4CrossCompileLinux, and all packaging to work
* * Updated license filev1.1.6_releasev1.1.6_rc1bgaldrikian2020-10-08560-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_pre5devBryan Galdrikian2019-09-1710-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_pre4Bryan Galdrikian2019-08-193-39/+26
| | | | Exposing ability to remove chunks to fracture tool API
* Padding bounds when determining chunks from islands, allows nearby chunks ↵v1.1.5_pre3Bryan Galdrikian2019-07-153-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_pre2Bryan Galdrikian2019-06-103-46/+71
| | | | Takes a selection set and only merges those chunks
* Blast SDK 1.1.5 prerelease #1v1.1.5_pre1Bryan Galdrikian2019-05-0376-4906/+5565
|
* Fix for crash bug during ESS authoringv1.1.4_releasev1.1.4_rc2bgaldrikian2018-10-252-11/+90
| | | | | Doc updates for AuthoringTool and ApexImporter Updated release notes
* Fixed memory leak.Neithy2018-10-111-0/+4
|
* Blast 1.1.4. See docs/release_notes.txt.v1.1.4_rc1bgaldrikian2018-10-0336-3428/+4390
|
* Blast 1.1.3. See docs/release_notes.txt.v1.1.3_rc1Bryan Galdrikian2018-05-31717-542141/+542381
|
* Fixing a cutout bugv1.1.2_releasev1.1.2_rc3Bryan Galdrikian2018-01-307-64/+184
| | | | Replacing some copyright notices for consistency
* Operation Copyright 2018v1.1.2_rc2Bryan Galdrikian2018-01-29214-214/+214
|
* Apex dependency removed (used in ExtImport)Bryan Galdrikian2018-01-26424-723/+462996
| | | | | Mesh corruption and crash fit for UV fitting function Updated release_notes.txt
* Linux checked and profile buildsBryan Galdrikian2018-01-237-59/+126
| | | | | New NvBlastExtAuthoringBuildCollisionMesh API buildtools/steps/build_all_linux.sh will be committed separately
* Changes for 1.1.2 release candidateBryan Galdrikian2018-01-2233-323/+3936
| | | | See README.md, docs/release_notes.txt
* ExtendedSupport generation optimizationBryan Galdrikian2017-11-041-16/+60
|
* Add setChunkMesh method for FractureToolBryan Galdrikian2017-10-303-9/+69
|
* Committing missed .inl filesBryan Galdrikian2017-10-243-0/+5720
|
* Changes for 1.1.1Bryan Galdrikian2017-10-2480-645/+15491
| | | | See README.md
* Linux build fixes, corresponding doc changesBryan Galdrikian2017-08-302-2/+2
|
* FractureTool: assetToFractureId fixBryan Galdrikian2017-08-291-1/+1
|
* Candidate 1.1 release.Bryan Galdrikian2017-08-2826-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 Novoselov2017-08-1415-73/+422
| | | | | | | * docs updates * authoring fixes * asset view in sample fix * latest blast_tools_and_samples-windows.zip
* Updated to CL 22627414:Anton Novoselov2017-08-0811-62/+111
| | | | | | * docs updates * authoring fixes * stress solver crash fixes
* * fix .gitignoreAnton Novoselov2017-08-0117-0/+983
| | | | * added missing cmake files
* Blast 1.1 release (windows / linux)Anton Novoselov2017-08-01276-10591/+22436
| | | | see docs/release_notes.txt for details
* adding linux supportsantoleri-nvidia2017-02-2410-0/+227
|
* Updating to [email protected] and ↵Bryan Galdrikian2017-02-24213-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.