Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Assimp
Help to improve the lib and to make the world a better place.
Collective -
Host: opensource -
https://opencollective.com/assimp
- Website: https://www.assimp.org
- Code: https://github.com/assimp/assimp
github.com/assimp/assimp - 01231d0e6001f555c81dcfcc6c581fa5797ccac9 authored 10 months ago by Kim Kulling <[email protected]>
- closes https://github.com/assimp/assimp/issues/5430
github.com/assimp/assimp - 06648827635cbf52fe93eb153975913cd568e746 authored 10 months ago by Kim Kulling <[email protected]>* Add correct double zero check
* Use std::fpclassify
github.com/assimp/assimp - 4d6dd80257037921ba9dfe2b01c0fa0dadb98806 authored 10 months ago by Kim Kulling <[email protected]>- closes https://github.com/assimp/assimp/issues/5428
github.com/assimp/assimp - 94bc568d139880ba110ca8d438767ed0357d5491 authored 10 months ago by Kim Kulling <[email protected]>* ColladaParser: check values length
fixes: #4286
* Refactor calculation of size for data
...
github.com/assimp/assimp - a3708e3464a156b188cbd4ee1e38a7a21d5acd7c authored 10 months ago by Séverin Lemaignan <[email protected]>
* Fix PyAssimp under Python >= 3.12
* Make PyAssimp search DYLD_LIBRARY_PATH under macOS
-...
github.com/assimp/assimp - ff5b0ae575082fcd10b9c887390c321a110d2051 authored 11 months ago by Emily Banerjee <[email protected]>* Fix identity matrix check
Adds an extra epsilon value to check the matrix4x4 identity. The ...
github.com/assimp/assimp - 2d98f6a880a6d10b7bab9874feb60e9834cf4b86 authored 11 months ago by fvbj <[email protected]>
When loading a mesh exported from assimp into Blender, it warns that it has an incorrect class.
...
* Update CMakeLists.txt
Silence warnings when building with CMake 3.27 by @hjmallon in #717
...
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://...
Co-authored-by: Kim Kulling <[email protected]>
github.com/assimp/assimp - f59a5fab1aac3adbefe001317b9e4a3bae6cae32 authored 11 months ago by Florian Born <[email protected]>* feat:1.add 3mf vertex color read 2.fix 3mf read texture bug
* fix checks failed
* Trigge...
github.com/assimp/assimp - b7b6601a759fe724219d8eda93e5ed158adc045c authored 11 months ago by Galen Xiao <[email protected]>Co-authored-by: Kim Kulling <[email protected]>
github.com/assimp/assimp - bc6673b4b2884903139b78639ce81762ca710bc8 authored 11 months ago by Stephen Gold <[email protected]>* Update XFileImporter.cpp
Comment out boneIdx conditional which caused massive breakage
*...
github.com/assimp/assimp - 005399a67189df2d7666fedff5db3a6da028c051 authored 11 months ago by Steve M <[email protected]>* Fix crash in viewer
* Fix bevavior when material was not referenced
github.com/assimp/assimp - 3990ec80a1ba00e27e2ac825192dba4d3b07bb82 authored 11 months ago by Kim Kulling <[email protected]>* Static code analysis fixes
- Fix warning in LOW
* Fix possible out of bound access.
*...
github.com/assimp/assimp - 3476c798016d6db6dce6682ea05f87f4683651aa authored 11 months ago by Kim Kulling <[email protected]>github.com/assimp/assimp - f9563519428797a3a34b4a84cd8305cf479d7dda authored 11 months ago by Kim Kulling <[email protected]>
* Add bounds checks to the parsing utilities.
* Fix merge conflicts in ACLoader.
* Fix loa...
github.com/assimp/assimp - c08e3b4abbc2707bd22096fffeec35325e33aafa authored 11 months ago by Kim Kulling <[email protected]>We have a lot of parsing tools which are not doing any kind of bound checking. This is the first...
github.com/assimp/assimp - d5f35582d4044362be507b83b76ed0b7822c071a authored 11 months ago by Kim Kulling <[email protected]>This enables C++ API users to statically link Assimp into their projects along with stb_image.
github.com/assimp/assimp - a02085ea9836c2ac151c44675c4c96646a35802c authored 11 months ago by tigertang <[email protected]>revert it
github.com/assimp/assimp - a8d30f7e91503fe4d230446c48f75c3636011a42 authored 11 months ago by Kim Kulling <[email protected]>Changed order of operations for insert positioning and scaling. Need to position the inserts bef...
github.com/assimp/assimp - 240fa97fed0247cd778dcbf0ad161cc16f1728f9 authored 11 months ago by seanth <[email protected]>The previous table was in an incorrect order, leading to index references in DXF producing the w...
github.com/assimp/assimp - 8cde65bfe8934240ed398be03c23d82222c6b3f5 authored 11 months ago by seanth <[email protected]>- Use constexpr instead of const.
github.com/assimp/assimp - c6fe03f7a5ff53ac050ba1fd979bc106b6eb54bb authored 11 months ago by Kim Kulling <[email protected]>Edited out line suspected to be causing changes in position when changes in scale are made to in...
github.com/assimp/assimp - 727001b0cab8b2d06ed6b6bfa99a3a19a450d0c8 authored 11 months ago by seanth <[email protected]>github.com/assimp/assimp - bdc08dd4a9031f75034f2c7db225b8ea34d90b43 authored 11 months ago by julianknodt <[email protected]>
github.com/assimp/assimp - ac29847d5679c243d7649fe8a5d5e48f0f57c297 authored 12 months ago by Stephen Gold <[email protected]>
Add warning and support for tolerating a common problem where objects have wrong kid count.
Add s...
Unit test for issue #3101
Thanks to @mvidiassov for the X3D test file!
github.com/assimp/assimp - 74af43f6559af645c9f79c7e6e9cc149bdbb57cc authored 12 months ago by Andre Schulz <[email protected]>
Currently, when the coordIndex attribute of an IndexedLineSet contains a
polyline with > 2 indic...
- closes https://github.com/assimp/assimp/issues/5403
github.com/assimp/assimp - c8ca1a48ecd673c3cc8b6132354251ceb0855ca8 authored 12 months ago by Kim Kulling <[email protected]>github.com/assimp/assimp - cb8150b3e87165bad1ca0914bde306e366b11036 authored 12 months ago by Steve M <[email protected]>
github.com/assimp/assimp - ea9aa863ffe4002c97b0267b7a4a98d2ff8a0f88 authored 12 months ago by Steve M <[email protected]>
Cause a TypeError when arg is UNSET
github.com/assimp/assimp - b571501559fc3b4d5af174349a9654a48fb41cd2 authored 12 months ago by copycd <[email protected]>github.com/assimp/assimp - 6a0e1d5467af409cf40deb31046d27942d7ff7f0 authored 12 months ago by Hamza <[email protected]>
github.com/assimp/assimp - 9776d47ccad48cbd4ea7869e93df9e8e8244615c authored 12 months ago by tangxin <[email protected]>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Rele...
github.com/assimp/assimp - 6bcdf989fb7331aab8fa3b1afe6a0740b1a4ec9b authored 12 months ago by copycd <[email protected]>
- closes https://github.com/assimp/assimp/issues/5340
github.com/assimp/assimp - 5cbdb6c63b8229d1a41a99857112cc3811d82076 authored 12 months ago by Kim Kulling <[email protected]>github.com/assimp/assimp - 636fbd65b3ff1e4f4ae11cec6380b86d07efc682 authored 12 months ago by Kim Kulling <[email protected]>
github.com/assimp/assimp - 263bebb5baace5d7869aa348015257279ebfc5e9 authored 12 months ago by Kim Kulling <[email protected]>
- closes https://github.com/assimp/assimp/issues/4930
github.com/assimp/assimp - 69dae9599a4bf7c7ce50a6ed672ef3d017cb1f90 authored almost 1 year ago by Kim Kulling <[email protected]>github.com/assimp/assimp - 5d5496f1ad895297cede723b3c96b513263f82ed authored almost 1 year ago by Kim Kulling <[email protected]>
- closes https://github.com/assimp/assimp/issues/5392
github.com/assimp/assimp - 274f64cbf1942328b74d22dcc246d568670a8b68 authored about 1 year ago by Kim Kulling <[email protected]>github.com/assimp/assimp - b9576e6992ba2ec7b3468d6f51a53d2258ccdc0f authored about 1 year ago by Kim Kulling <[email protected]>
github.com/assimp/assimp - 9dddef9b9dff03f341a7a22b0e8d5178f8b1f2d3 authored about 1 year ago by Kim Kulling <[email protected]>
- closes https://github.com/assimp/assimp/issues/5390
github.com/assimp/assimp - 7b54b0f40623b7c5e3a657f03dfe1fa06926ed79 authored about 1 year ago by Kim Kulling <[email protected]>Added missing whitespace
github.com/assimp/assimp - 3ce8a58d41ceb5c71628c7ccd2907c09b7a09b33 authored about 1 year ago by Marka Ragnos <[email protected]>github.com/assimp/assimp - e86f1acb9b11e317fe81124cbd38972da04f98d7 authored about 1 year ago by Alexander Wagner <[email protected]>
github.com/assimp/assimp - d03ab3ef276e4ee8fe4705100c3d1516eea338fc authored about 1 year ago by Alexander Wagner <[email protected]>
github.com/assimp/assimp - 4034df8b6e7e08efa70d3e645f161b4e2a303bf4 authored about 1 year ago by Alexander Wagner <[email protected]>
github.com/assimp/assimp - df33d33e8f9004adcaa6f3c1ad8e03800dca0c9a authored about 1 year ago by Alexander Wagner <[email protected]>
github.com/assimp/assimp - 88084a67fcb50eafd564096997cde25f4513abb0 authored about 1 year ago by Kim Kulling <[email protected]>
github.com/assimp/assimp - dc399f73432e0a5849ae12f0ef0fba74ba465c5d authored about 1 year ago by Alexey Medvedev <[email protected]>
github.com/assimp/assimp - a72289b327ec1e1db02e14eb89ef1254e5435a76 authored about 1 year ago by Alexey Medvedev <[email protected]>
github.com/assimp/assimp - 762ad8e9b7d8749c17dedd3e0b9a32b933949e8f authored about 1 year ago by Alexey Medvedev <[email protected]>
github.com/assimp/assimp - 213d73ebc6a0ab64b880bf144aefa2c2f6092cb6 authored about 1 year ago by Stephen Gold <[email protected]>
github.com/assimp/assimp - a0b3df6dbd0ca6b8a8fd20e7919e9b4e84f21c2d authored about 1 year ago by Futuremappermydud <[email protected]>
github.com/assimp/assimp - 769e82ce5e9ad064e6792e84a0178d032b7039cc authored about 1 year ago by Stephen Gold <[email protected]>
github.com/assimp/assimp - d311fa95c61fe8177b14c9b04453190efd9d83cf authored about 1 year ago by Maksim Kostin <[email protected]>
github.com/assimp/assimp - e765862d2493b4ed6408cea8c4e50b5df56f8fb6 authored about 1 year ago by Stephen Gold <[email protected]>
github.com/assimp/assimp - f701d702e4363a48688412c1e376437497f06111 authored about 1 year ago by Maksim Kostin <[email protected]>
Add more details about the default build.
github.com/assimp/assimp - a63a6011c5db6e55ab60eb8554b505b437ba2594 authored about 1 year ago by ccn <[email protected]>
The path to the vendored zlib is set by the build-system,
so there's no need to add additional p...
github.com/assimp/assimp - 6f70e220e4f8f975ee931ebb0884da49c33159f5 authored about 1 year ago by IOhannes m zmölnig <[email protected]>
github.com/assimp/assimp - 6f715edfa091c4bcd6fc5e468d446a5b71139b73 authored about 1 year ago by IOhannes m zmölnig <[email protected]>
github.com/assimp/assimp - 85f64c913145f63a394d0907ab65a45511e19bcc authored about 1 year ago by Kim Kulling <[email protected]>
- Temporary fix bind pose storage in offset matrix
- Will close https://github.com/assimp/assim...
github.com/assimp/assimp - 01f2549abe70fe390f6c169b7f3de5ba4ab48e9f authored about 1 year ago by Kim Kulling <[email protected]>
github.com/assimp/assimp - 77a8f019e353a6dd2bcabb262c2383d3c67137d3 authored about 1 year ago by Kim Kulling <[email protected]>
improve link formatting
github.com/assimp/assimp - 254619901b12ef9b129c495de0a7eb154405fd32 authored about 1 year ago by ccn <[email protected]>fix link in readme
github.com/assimp/assimp - 56e0ba58e1dd5c0a2092afc928e481b7b5b354ef authored about 1 year ago by ccn <[email protected]>github.com/assimp/assimp - e4e2c63e0c2c449cd69fb9a3269e865eb83c241d authored about 1 year ago by Alexandre Avenel <[email protected]>
==23896==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x12f9daec1827 at pc 0x7ffcad8...
github.com/assimp/assimp - bfe8745b9032ca0fc0d23101f1951288265398cc authored about 1 year ago by Alexandre Avenel <[email protected]>Using reserve, buffer size is not updated. Since data is directly inserted and not using push_pa...
github.com/assimp/assimp - aae93691b9923e13af089a2a092fdd75bbfab489 authored about 1 year ago by Alexandre Avenel <[email protected]>github.com/assimp/assimp - 6004290dde2995a19ec5005baaaba07cfebfeb3a authored about 1 year ago by Florian Born <[email protected]>
The regression was introduced in 21678df.
github.com/assimp/assimp - 069e19487c0fd9bd1311c69577307af0694ca02c authored about 1 year ago by Wojciech Matyjewicz <[email protected]>The regression was introduced in 904f17f.
Since all the cases are now fully handled at the chil...
github.com/assimp/assimp - 2235518b3cbd42531581edc7646c61dbe1fef31e authored about 1 year ago by Wojciech Matyjewicz <[email protected]>github.com/assimp/assimp - 8648c2af45444348cd6a680baff0f19f7b839c81 authored about 1 year ago by copycd <[email protected]>
github.com/assimp/assimp - f0e7448fdc99c35655de6ea4a534718dbed90a2d authored about 1 year ago by Kim Kulling <[email protected]>
Previously was reading a uint, which always failed. Since the output was never checked, this
see...
github.com/assimp/assimp - 4535e37fc65d57f7848d6b1bce08f400e52fa7c5 authored about 1 year ago by Kim Kulling <[email protected]>
github.com/assimp/assimp - 8cf2d6e588aa1ebadcad75b28dcb1568c6627a91 authored about 1 year ago by Kim Kulling <[email protected]>
github.com/assimp/assimp - aa3abb3c06493e10ed46a0f800ed44cce7b05b3b authored about 1 year ago by Kim Kulling <[email protected]>
github.com/assimp/assimp - 0b0ec713f67d75bfd26317cc3e064acc518fe209 authored about 1 year ago by Kim Kulling <[email protected]>
It seems that rotation matrices later expect radians.
This conversion breaks it, and was validat...
github.com/assimp/assimp - 46b19cc6a4cc4129d996614591e91c2cf165d5f5 authored about 1 year ago by Tárcio Vinícius <[email protected]>
This let's cmake create config files that allow linking to minizip even when
in an unrelated pre...
- closes https://github.com/assimp/assimp/issues/5072
github.com/assimp/assimp - 108e3192a201635e49e99a91ff2044e1851a2953 authored about 1 year ago by Kim Kulling <[email protected]>github.com/assimp/assimp - f844c3397d7726477ab0fdca8efd3df56c18366b authored about 1 year ago by Kim Kulling <[email protected]>
github.com/assimp/assimp - a7cfa3264a9ab2b6694fc79f09b14494921b2e04 authored about 1 year ago by Pavel Lukandiy <[email protected]>
github.com/assimp/assimp - c1deb808faadd85a7a007447b62ae238a4be2337 authored about 1 year ago by Kim Kulling <[email protected]>
github.com/assimp/assimp - 25aee03f6626c93a0b188a6291c4bf7ff88b2cb7 authored about 1 year ago by Kim Kulling <[email protected]>
github.com/assimp/assimp - c44e3427aa58fd77cefd3b2b847b279085dc9fd7 authored about 1 year ago by Sébastien Loriot <[email protected]>
github.com/assimp/assimp - 1169d3bc8cdd3a8c1abfce90491c57e0186ed4cc authored about 1 year ago by julianknodt <[email protected]>
github.com/assimp/assimp - 945c77d699c0911fabff1e1264e86010b91d0707 authored about 1 year ago by David Marčinković <[email protected]>
- Fix typos
- Remove deprecated badges
- Add the new experimental viewer
github.com/assimp/assimp - 2a347014f3ce8d597ecb0208213c8028229987e1 authored about 1 year ago by Kim Kulling <[email protected]>
- closes https://github.com/assimp/assimp/issues/5262
github.com/assimp/assimp - a531c72f7f713c73ca373d7e55d29fb017b9e69d authored about 1 year ago by Kim Kulling <[email protected]>