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

add missing define to glTF importer

github.com/assimp/assimp - 9053dfea05d149a54ae291327ebb12f2372ffc38 authored over 4 years ago
Merge pull request #3385 from jnhyatt/smart-ptr-fix

Fix Bad Ownership Acquisition

github.com/assimp/assimp - 3081e83f431e10554fad7cb3e9ea9ca1e784eb8b authored over 4 years ago
Merge branch 'master' into smart-ptr-fix

github.com/assimp/assimp - 4dad3eab3fd9075daf9b09b6aa674651c41517f5 authored over 4 years ago
Merge pull request #3386 from flowtsohg/master

Update Jassimp's AiTextureType.java

github.com/assimp/assimp - a7d3172dd850427baa7e215f35d349101bb67fe7 authored over 4 years ago
Update Jassimp's AiTextureType.java

The newer PBR enums are missing, making it impossible to import many models.

github.com/assimp/assimp - 542d784457e591014a3fe244b552c7885f958a33 authored over 4 years ago
Fix memory handling of xml-nodes in the parser.

github.com/assimp/assimp - 73fa2cbe88ae2707e8b3ddcd7e16c2019c1f25b7 authored over 4 years ago
Replace unique_ptr and add custom deleter

github.com/assimp/assimp - 638499a2783aa5a2fd494aebbb404147dcc964e4 authored over 4 years ago
fix node collection for collada xml parsing

github.com/assimp/assimp - 3c2133a3b99cc10dd1c40a52c060ac07cb99d4c0 authored over 4 years ago
next iteration.

github.com/assimp/assimp - e62b4e5cce79978a5feeb2c2cdc74499512dec7e authored over 4 years ago
Introduce node iterator.

github.com/assimp/assimp - 6d5c388780c88b0a85009aec4246fd23bb2653b3 authored over 4 years ago
Conform variable names to code standards

github.com/assimp/assimp - dcf9a7b2d8b2955f3594c43be9bd9a85c3f0db3d authored over 4 years ago
Close stream when finished

github.com/assimp/assimp - 953e976de6f7c771cef880c7537407a76fb64d64 authored over 4 years ago
Replace unique_ptr with raw pointer

github.com/assimp/assimp - cc2613f2644fd7ccb8730be871aba1de25128d49 authored over 4 years ago
Replace unique_ptr with raw pointer to avoid destructing stream

github.com/assimp/assimp - c769f8d4ad3b671f2e824fa3d9142e4f7e9a2ae4 authored over 4 years ago
simplify some ttributes access in loaded xml.

github.com/assimp/assimp - 30a4eae17fa0e2844ee858a10cb1e17b1dba2eb5 authored over 4 years ago
fix collada handling of xml nodes.

github.com/assimp/assimp - 0730eebe6fa3276fd217c40c57eb1a5a577209ca authored over 4 years ago
set aiAnimation->mTicksPerSecond to 1000.0. this is analog to the behaviour of gltf2-importer

github.com/assimp/assimp - 3c98197be069e74bea1081ada3fb4471e83fee4a authored over 4 years ago
fix loop of xml-files.

github.com/assimp/assimp - b7e9595e54128595f91df7ef16e8dd497eb6a017 authored over 4 years ago
Try disabling C4389 for GTest only for MSVC

github.com/assimp/assimp - 6b32f34fc22ce082a38678c2f35e82e20f536357 authored over 4 years ago
Try Hunter-based Github Actions

github.com/assimp/assimp - b15c111805526ce82f53f15571ef934326c964ff authored over 4 years ago
Update to the latest Hunter

github.com/assimp/assimp - 5f19c8890bcd2ae4e779ecfe8f69b17bb880c7a0 authored over 4 years ago
Move RapidJSON definitions to CMake

github.com/assimp/assimp - 59c8b4ed84d4d8bd4897e1c2c36556b7c7d68320 authored over 4 years ago
Fix xml-migration bild.

github.com/assimp/assimp - 582a8b18871e6d06114b5af9ae9281d67779f9c9 authored over 4 years ago
Prepare unittest for XmlParser.

github.com/assimp/assimp - 6f77d2e06daa6d4660d594eda2eefe05179ae3a3 authored over 4 years ago
finish migration of collada.

github.com/assimp/assimp - c359b973bbf244b97ea1c996687460ac305ce47e authored over 4 years ago
Build tests and tools with Hunter

github.com/assimp/assimp - 5087348a372d1e2abc4c7266ddbef5018d558c5c authored over 4 years ago
next collada-iteration

github.com/assimp/assimp - 904f17f29fc01cb0ec6c977db43919c629d1890b authored over 4 years ago
Xml: introduce helper for attribute parsing.

github.com/assimp/assimp - 7adfe1f2d85b358831d4fe75947f0a71b4595884 authored over 4 years ago
Oops. Fix string to match restored error text.

github.com/assimp/assimp - 962fe7cd4df0bf256c5930e00bb8d1a06e65eeb2 authored over 4 years ago
Do need to export base class.

github.com/assimp/assimp - fa93ba76febf8cafe415003ba5ab3f1985943cc6 authored over 4 years ago
Undo one other small change.

github.com/assimp/assimp - 16c227e27c9f66b01c24dbf122a397f3df35c586 authored over 4 years ago
Actually, just keep the old behaviour for now.

github.com/assimp/assimp - 8f893e36530d4868e2ff28b93381e54e535806d5 authored over 4 years ago
next iteration.

github.com/assimp/assimp - cb631517a7c5794d503b7123d0e197f63b4b7c59 authored over 4 years ago
Even simpler DeadlyErrorBase

github.com/assimp/assimp - 9b5e758bddcecab119a89344e65448cd8673636e authored over 4 years ago
Use case which matches surrounding code.

github.com/assimp/assimp - 6f9c61e157f9bc17ec2e191e5625f0c1799b8c82 authored over 4 years ago
Simplify some FBX error code.

github.com/assimp/assimp - 6c2ceb55f844ab355db48c1220368b8d05018d70 authored over 4 years ago
Collada: next methods migrated.

github.com/assimp/assimp - d393f677ce8af2343260fed3231222170b511300 authored over 4 years ago
Add unit test for formatting.

github.com/assimp/assimp - d7c65c36cde0df3e0e26ec4ab74ab177e8fb923a authored over 4 years ago
Forward template arguments.

github.com/assimp/assimp - 3ccf503d3eef19dbe47e235e619c43a9d35d4d11 authored over 4 years ago
move hasAttribute to XmlParser scope.

github.com/assimp/assimp - 56381241c519ba3aa220f339b6077db18c45bea5 authored over 4 years ago
next step.s

github.com/assimp/assimp - 554ed1bf91d15b4ef2a47c31fb045c221a69bea1 authored over 4 years ago
No need to build strings.

github.com/assimp/assimp - 0f6127e90ec0a3ea5e76f8eeed7d8635686cb58f authored over 4 years ago
Make all exceptions available.

github.com/assimp/assimp - e1a0163e7e54f9d139d3af1831977cf1bd15710d authored over 4 years ago
Stop concatenating std::strings. Use formatter.

github.com/assimp/assimp - b7c789da676dda20a097b60c2f31b6de61fc01b9 authored over 4 years ago
fix merge issues

github.com/assimp/assimp - 6a8edb21f891c2107a597b673feeb0c28f81f02d authored over 4 years ago
Build formatting into DeadlyImportError

github.com/assimp/assimp - 0ffcdf160e429c5b16966ff880b526ebc8868a29 authored over 4 years ago
3MF: Migration.

github.com/assimp/assimp - 7e93ae4428c522dabc0778f68fd7705e034344b8 authored over 4 years ago
Fix two warnings that annoy clang.

github.com/assimp/assimp - 974252bd8fd6ac24c3c4523398c9e10c6f2b0e0e authored over 4 years ago
Maybe this will help.

github.com/assimp/assimp - 829ff1adf0b1a15eb707b065a809d9400ce8061a authored over 4 years ago
Unit test for internal failures.

github.com/assimp/assimp - 19cdfd12dfdf279e51fb248e013df2d3f09bef31 authored over 4 years ago
Use runtime error.

github.com/assimp/assimp - a4110a59c5ec9a016f26061b217cd7bc15bd40dc authored over 4 years ago
Provide an API for accessing internal errors.

github.com/assimp/assimp - b1ed751b836a1613f532953e7de9c7bff9a4cc86 authored over 4 years ago
Merge pull request #3374 from fuj1n/update_utf8cpp

Update utf8cpp to fix use of C++17 deprecated feature

github.com/assimp/assimp - 48ec3ef458011dc21fa8bb2f5cf351490febf5f2 authored over 4 years ago
Update utf8cpp to fix use of C++17 deprecated feature

github.com/assimp/assimp - 995ab805ff31681c2dfbc2c02d0e142560ee77d2 authored over 4 years ago
Merge pull request #3372 from lsliegeo/nff_ai_real

NFF importer double precision support

github.com/assimp/assimp - 51a417ce6f87a7832b849b5a20fea0f97620760e authored over 4 years ago
use ai_real instead of float

github.com/assimp/assimp - 0d00ff704341da5c65b6010b6af66a41e607dab0 authored over 4 years ago
Merge pull request #3369 from assimp/issue_3364

Fix incorrect index

github.com/assimp/assimp - 9fc00cbf74abcdae4fb5fdd8b64b5c58f8fce368 authored over 4 years ago
Update utStandardShapes.cpp

github.com/assimp/assimp - b1b9fa94cfcca5706bcde81a2410c81809d70e7e authored over 4 years ago
Add test to CMakeLists

github.com/assimp/assimp - 9bad20e99e27bafd3574ebf998d21be40214d717 authored over 4 years ago
Add test to CMakeLists

github.com/assimp/assimp - 45f76f36f3ad1f093ce048cff0bbd135f0e35387 authored over 4 years ago
Fix incorrect index

closes https://github.com/assimp/assimp/issues/3364

github.com/assimp/assimp - 729882debba7c01ac0c7992eb9c84a178d01511c authored over 4 years ago
x3d: migration of goups.

github.com/assimp/assimp - 394651e640699e09470ab7664576bfc3a543edf9 authored over 4 years ago
Merge pull request #3363 from malortie/fix-cmake-override-output-path3

Fixed runtime output directory overridden.

github.com/assimp/assimp - f90bb2ca2666463a0a7a428ac995dc7dac207256 authored over 4 years ago
Merge branch 'master' into fix-cmake-override-output-path3

github.com/assimp/assimp - b3f85613fce2de42f3875773ab754e32c87dcf26 authored over 4 years ago
Merge pull request #3362 from assimp/issue_3004

Fix nncorrectly named Assimp .dll

github.com/assimp/assimp - 65265594ba8f9463de986582faf6e82126ecf4d3 authored over 4 years ago
fix clang detection

github.com/assimp/assimp - fbd9c9651dd04d4a6140402b004e6dde1c82b7e3 authored over 4 years ago
Fixed overwriting of CMake global output directory variables.

github.com/assimp/assimp - 11daed69d32ba58a820d9029abd0fe12b346ffc0 authored over 4 years ago
fix brackets for template in template

github.com/assimp/assimp - 30d83d40c168d7ee7d08f3a3f66f623be6b9e0a2 authored over 4 years ago
fix cmake warning

github.com/assimp/assimp - 29b72fe6d47daac902d084c9b7d3be4e75295de0 authored over 4 years ago
closes https://github.com/assimp/assimp/issues/3004 : use prefix when ms_tools were found.

github.com/assimp/assimp - aaea564cbe37b47059272a103d8581b7a71b455e authored over 4 years ago
Merge pull request #3360 from assimp/issue_2992

closes https://github.com/assimp/assimp/issues/2992: detect double support

github.com/assimp/assimp - 4c8b9fb96db88fb95cfa9d3337af67c13f0ac1ab authored over 4 years ago
closes https://github.com/assimp/assimp/issues/2992: add single or double precision + missing compilers.

github.com/assimp/assimp - 13d7fad7f7a701752ceca25d52894712216e1d8c authored over 4 years ago
Merge pull request #3356 from qarmin/more_ubsan_flags

Added more undefined sanitizer flags

github.com/assimp/assimp - 8504c191db9ebf174e18a1cf1004d3b25c3f612c authored over 4 years ago
Merge branch 'master' into more_ubsan_flags

github.com/assimp/assimp - 919f730844ab87d45b4b3e9bcfa4794ca7a09497 authored over 4 years ago
Merge pull request #3355 from assimp/issue_3353

Fix wrong function defines

github.com/assimp/assimp - 89eb7f889aa4ef2e66b5537003a71125073013aa authored over 4 years ago
Merge branch 'master' into issue_3353

github.com/assimp/assimp - 58bf23be550aa4b2e0c3b0b18042de17428f1996 authored over 4 years ago
Fix possible overflow in new.

github.com/assimp/assimp - b94183376ced40aecab78b5b5893dca8277542b9 authored over 4 years ago
Merge pull request #3357 from assimp/issue_3291

Export opacity is 3DS

github.com/assimp/assimp - c23850870676f2fe09e395420281cbb547ee8ab4 authored over 4 years ago
Remove redundant float f

github.com/assimp/assimp - 1f348c5fc067bebed79fa7a8f2246984a709a1f6 authored over 4 years ago
Export opacity is 3DS

closes https://github.com/assimp/assimp/issues/3291

github.com/assimp/assimp - 855b47452e8ff1096f8bc093e2bd702cbb963c5a authored over 4 years ago
Merge branch 'master' into more_ubsan_flags

github.com/assimp/assimp - c60373c0baa0c2ebc0c72098fefd013ee7b12f46 authored over 4 years ago
Added more undefined sanitizer flags

github.com/assimp/assimp - 447805f01a846807991f4877ddd8cb66d22fe729 authored over 4 years ago
Merge pull request #3350 from MalcolmTyrrell/fbxVersionCheck

FBX Version/Size Check

github.com/assimp/assimp - aa6c35f6831010c537aeef92678d815764e4fadc authored over 4 years ago
undo change

github.com/assimp/assimp - e7ae576614cf7ced16c8d3cd33e893a6ea49636a authored over 4 years ago
Move functions into the correct preprocessor branch

github.com/assimp/assimp - 435bba30ddf0d99b65904659c3e5d1ec76f70894 authored over 4 years ago
Merge branch 'master' into fbxVersionCheck

github.com/assimp/assimp - 008e551f8e11c8367dedded383742e341d9b8080 authored over 4 years ago
Merge pull request #3349 from rmstyrczula/fixFbxExportNullptr

FBXExport: Fix crash if scene->mMetaData is null

github.com/assimp/assimp - ac8a8a5ad433afd2a10124774685f9db1edbe701 authored over 4 years ago
Remove unneeded check.

github.com/assimp/assimp - 0282f358a4d26adc897288f1a9ee9359c8bb0ac0 authored over 4 years ago
Improve message

github.com/assimp/assimp - 301bae3967046ba74b1fd2d2ba8b62f7cb39efac authored over 4 years ago
FBX Version/Size Check

github.com/assimp/assimp - eaf0587dd8b8bb2e66a7c83ef142eb5990f3839b authored over 4 years ago
FBXExport: Fix crash if scene->mMetaData is null

github.com/assimp/assimp - 3170c3d15cbbf00b830988d97a79ec6a7b40743e authored over 4 years ago
start migrating X3D.

github.com/assimp/assimp - 58b81a2590e1e8f12feb34428ad411ab4c9142ef authored over 4 years ago
Merge pull request #3347 from rbsheth/rbsheth_fix_warn

Fixing more build warnings

github.com/assimp/assimp - 575ce6136d4941a45c6ba894947d0e79fe032aff authored over 4 years ago
Fixing more warnings

github.com/assimp/assimp - ad18e365e5290217fe79a95a261d8886e668223b authored over 4 years ago
Merge pull request #3328 from awr1/fix-mingw-priumax

Fix MinGW builds (issues related to pragmas and format strings)

github.com/assimp/assimp - 6828cf2f031744e02db2426b692e7dde8193dfd2 authored over 4 years ago
Merge branch 'master' into fix-mingw-priumax

github.com/assimp/assimp - c7a9ef30cc633317c2ba9e4ab71906c40660a569 authored over 4 years ago