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

Fixed clang's problem with register keyword

github.com/assimp/assimp - 37cc29c020c9ddad25bdee11e2fcb2734da2aa38 authored about 5 years ago by bzt <[email protected]>
Fixed clang's casting issue and MSVC's buffer allocation problem

github.com/assimp/assimp - 0ff3e4015728b3d208c6c2199b11e1425a8434d4 authored about 5 years ago by bzt <[email protected]>
Fixed AI_MATKEY list string constant issue. My gcc didn't comply about this

github.com/assimp/assimp - 60e9157699fcc3c0c00a3fcd024ae455eee05f05 authored about 5 years ago by bzt <[email protected]>
More reduced scope fix, what's wrong with reusing i as a loop variable?

github.com/assimp/assimp - 5a7928704141e4f2c39a4a108b410b0051a2a298 authored about 5 years ago by bzt <[email protected]>
More reduced scope fix by wasting more memory...

github.com/assimp/assimp - 7ed621b53f08fb9e4b3c0ff76c615ef44a70d58c authored about 5 years ago by bzt <[email protected]>
More reduced scope fix by wasting more memory...

github.com/assimp/assimp - 1c23d2e8de13738d06ee84de5861a0cbc4300ff4 authored about 5 years ago by bzt <[email protected]>
Fixed issues with MSVC

github.com/assimp/assimp - 5b18baf88351f2e1a8f9ee88088fac7d2298d73b authored about 5 years ago by bzt <[email protected]>
Fixed template being used in file

github.com/assimp/assimp - 02a63f8b1070e71bc9ee67d611d18078966451aa authored about 5 years ago by RevoluPowered <[email protected]>
Merge branch 'master' into feature/easy-armature-lookup

github.com/assimp/assimp - be09110aa8cb4e81f25248c2568661b868805b9c authored about 5 years ago by Kim Kulling <[email protected]>
Merge pull request #2726 from quanterion/fix-3ds-material-names

Fix lower casing material names in 3DS importer

github.com/assimp/assimp - 6432fc81689c29e555e2a6f201812578960aed13 authored about 5 years ago by Kim Kulling <[email protected]>
Fixed PR Quality Review Issues

github.com/assimp/assimp - a622e109a0739435e3e2f05bfbedba0e8385282d authored about 5 years ago by bzt <[email protected]>
Added M3D format support

github.com/assimp/assimp - 0baec5f0bd726dc2cd40317abc1015bd6add6c93 authored about 5 years ago by bzt <[email protected]>
Merge branch 'master' into fix-3ds-material-names

github.com/assimp/assimp - 459d8105a7f7e7e9734aac87c18628db0521b1db authored about 5 years ago by Kim Kulling <[email protected]>
Merge pull request #2725 from migenius/migenius-fix-pbrsg

glTF2 fix glossinessFactor being put into the wrong object on export

github.com/assimp/assimp - 15dcd5c09617b0976b45cdf0ed272084f6459549 authored about 5 years ago by Kim Kulling <[email protected]>
Merge branch 'master' into migenius-fix-pbrsg

github.com/assimp/assimp - 18555abed05268a59bfa5eb022eba2fa2b2e3585 authored about 5 years ago by Kim Kulling <[email protected]>
Merge pull request #2717 from migenius/migenius-fix-doublefree

Fix multiple deallocation of memory for texture data.

github.com/assimp/assimp - 2ed0d905abe326807d04d5049b03358e7fc450c1 authored about 5 years ago by Kim Kulling <[email protected]>
Merge branch 'master' into migenius-fix-doublefree

github.com/assimp/assimp - 571d64e3c1121d1ac06a00bbd91e9b8551c957dc authored about 5 years ago by Kim Kulling <[email protected]>
Merge pull request #2711 from RichardTea/collada_zae_textures_2710

Collada ZAE texture loading

github.com/assimp/assimp - 562ad9dc9941287bdeb342a98817332c8b8bdb2f authored about 5 years ago by Kim Kulling <[email protected]>
Merge branch 'master' into collada_zae_textures_2710

github.com/assimp/assimp - 61ea5a4ac6e46f24edfb6bf342eaa453cf5d6821 authored about 5 years ago by Kim Kulling <[email protected]>
Merge pull request #2709 from RichardTea/assimp_version_2693

Update assimp legal and version

github.com/assimp/assimp - 3255f1ad177beb7849c26c54661aa9e12ea068d4 authored about 5 years ago by Kim Kulling <[email protected]>
Tests should always debug log

github.com/assimp/assimp - d7d79db0ac2a55f3138bcc1bc1799f00646f0b61 authored about 5 years ago by RevoluPowered <[email protected]>
Explicitly set the size of the parent node if we have no children

github.com/assimp/assimp - 5d0c63391b729cd7c839a9d8088625d1716c5fa5 authored about 5 years ago by RevoluPowered <[email protected]>
Added unit tests for ArmaturePopulate when used (added huestos model to tests)

Added clear documentation for this too to explain, you need to enable it to make it available

S...

github.com/assimp/assimp - 514257f58700385c15d23b27c11a7240cd433550 authored about 5 years ago by RevoluPowered <[email protected]>
Explicitly use nullptr

github.com/assimp/assimp - 9c8d8357046e4d422b1ba20ffcf3b2da072c7774 authored about 5 years ago by RevoluPowered <[email protected]>
Implemented easy armature lookup

This lets you directly retrieve the node a bone links to and informs you of the armature directl...

github.com/assimp/assimp - 168ae22ad4dc3f079b4efff7d77be02b1f1b99c5 authored about 5 years ago by RevoluPowered <[email protected]>
Updated test cases to test import of names

This now doesn't overwrite names anymore as this would cause nasty bugs application side.

We ca...

github.com/assimp/assimp - 6ea97a1282835ef43e25044a5053882bbf285d7a authored about 5 years ago by RevoluPowered <[email protected]>
Added ArmaturePopulate scale process for all formats

github.com/assimp/assimp - 46cdd81d754bb602dabd3a3a026607bc2759e37e authored about 5 years ago by RevoluPowered <[email protected]>
Test disable cache

github.com/assimp/assimp - 212bcfe75c15bc21a14a715fa4e06886a41d944a authored about 5 years ago by RevoluPowered <[email protected]>
Removed redundant rest matrix and fixed assert compile error

github.com/assimp/assimp - 93efe4197aff5f46358545dd6b890ca454e8bfcd authored about 5 years ago by RevoluPowered <[email protected]>
Tidying order of function calls and fixed debug statements

github.com/assimp/assimp - a9a0d4d29b8875f37da55b8e8d621732be24e471 authored about 5 years ago by RevoluPowered <[email protected]>
Fixed bitmask issue

We are approaching the limit for the number of post processes

github.com/assimp/assimp - 5155efe888530daaee69ec098f9627f7a14a9e68 authored about 5 years ago by RevoluPowered <[email protected]>
Best to check the number of children before checking the actual array

github.com/assimp/assimp - a30936954ef49236397938305e9c05e57670203c authored about 5 years ago by RevoluPowered <[email protected]>
Merge branch 'master' into assimp_version_2693

github.com/assimp/assimp - 120e97e55b38d2b5907ad935892b7291cecfe3e9 authored about 5 years ago by Kim Kulling <[email protected]>
Merge pull request #2698 from Zalewa/mingw-fix-2685

Fix #2685 - library compiled by MinGW is unusable in MinGW.

github.com/assimp/assimp - 29f7ea0235962e2feebd85cb7beda49cb9c3dd5d authored about 5 years ago by Kim Kulling <[email protected]>
Merge branch 'master' into mingw-fix-2685

github.com/assimp/assimp - b8321925c3a02f4785f6bd7806736dfe54fa997a authored about 5 years ago by Kim Kulling <[email protected]>
Merge pull request #2697 from ffontaine/master

Fix FBXConverter: use proper 64-bit constant

github.com/assimp/assimp - e63123de751d088daa2fd52ee0cedad9dde39ece authored about 5 years ago by Kim Kulling <[email protected]>
Merge branch 'master' into master

github.com/assimp/assimp - 93d87c775d742d580fc51be086b490a52e49a05c authored about 5 years ago by Kim Kulling <[email protected]>
Merge pull request #2723 from assimp/kimkulling-patch-1

Update appveyor.yml

github.com/assimp/assimp - 3bfd06483e53df4656607c726db271f5191e4a25 authored about 5 years ago by Kim Kulling <[email protected]>
Added clang format

github.com/assimp/assimp - b5f659c98d86c82ff29ff4c4a8faf92271ff9618 authored about 5 years ago by RevoluPowered <[email protected]>
Git ignore

github.com/assimp/assimp - 5baff40edc754efbf0c98120aa08cf1d67b771a6 authored about 5 years ago by RevoluPowered <[email protected]>
ColladaParser: fix handling of empty XML-elements

github.com/assimp/assimp - 2d086fd23627289fc5fecf87ffd0ecb22640be86 authored about 5 years ago by Raphael Dümig <[email protected]>
prevent accidental lower casing material names in ReplaceDefaultMaterial

github.com/assimp/assimp - 5f58ef82b93c7f6fd9c0c08c3f8d739db0a29047 authored about 5 years ago by Rem <[email protected]>
Fix inconsistent indentation in previous commit.

github.com/assimp/assimp - cbd4e8bc220b1c79bed6aa788c758a69853b0376 authored about 5 years ago by Paul Arden <[email protected]>
Move pbrSG glossinessFactor into the correct material extension object. Fixes issue #2724.

github.com/assimp/assimp - 822be33408533b4f861d69dbc9aa9abd6c237f45 authored about 5 years ago by Paul Arden <[email protected]>
Merge pull request #9 from assimp/master

Update master from assimp

github.com/assimp/assimp - fa8ab3b1e780f8ac8bfc3e68823780a60bdbd963 authored about 5 years ago by ardenpm <[email protected]>
Merge branch 'master' into kimkulling-patch-1

github.com/assimp/assimp - 7abc551b4704a2daf09d2fc6e4d09c59c98dc604 authored about 5 years ago by Kim Kulling <[email protected]>
Update appveyor.yml

Add missing cmake build target.

github.com/assimp/assimp - 41ab019cbf14137f2105c46c47adf49011f9bb2b authored about 5 years ago by Kim Kulling <[email protected]>
Merge pull request #2704 from MalcolmTyrrell/fix-gltf-importer-crash

Fix gltf importer crash

github.com/assimp/assimp - bd25cc7c8f4024e039acbb97d34a7a4bd1e4e121 authored about 5 years ago by Kim Kulling <[email protected]>
Merge branch 'master' into fix-gltf-importer-crash

github.com/assimp/assimp - 932acf4350da1fcd72cb4fdd88df7e03246cfb5c authored about 5 years ago by Kim Kulling <[email protected]>
Update appveyor.yml

Reenable VS2013

github.com/assimp/assimp - 31e885a47ae59c161e2d8faebb3568d9b4b98f79 authored about 5 years ago by Kim Kulling <[email protected]>
Merge pull request #2715 from migenius/migenius-fix-vs2013-build

fix vs2013 build

github.com/assimp/assimp - 85bde1122d8ec8adf44b2787778f9c7e2861f3f1 authored about 5 years ago by Kim Kulling <[email protected]>
Merge branch 'master' into migenius-fix-vs2013-build

github.com/assimp/assimp - df3e22d9ba67ace9c5e09b5e35ae7a3881c67a8e authored about 5 years ago by Kim Kulling <[email protected]>
Merge branch 'master' into fix-gltf-importer-crash

github.com/assimp/assimp - 9bc26486155fe93cf204a52c506787d335c2b517 authored about 5 years ago by Malcolm Tyrrell <[email protected]>
Merge pull request #2722 from jherico/patch-1

Fix CMake import

github.com/assimp/assimp - 3a484d879fc67e3265c31afed6108cc3bdf4e888 authored about 5 years ago by Kim Kulling <[email protected]>
Merge branch 'master' into patch-1

github.com/assimp/assimp - effdb74a8717e90b0ba1db4c5539daf0450f74a3 authored about 5 years ago by Kim Kulling <[email protected]>
Merge pull request #2690 from TGEnigma/fix_dae_export

ColladaExporter: improve name/id handling

github.com/assimp/assimp - 1dd532d61b5084fb21b69e0a4f3456fb303305df authored about 5 years ago by Kim Kulling <[email protected]>
Update ColladaExporter.cpp

Small review findings.

github.com/assimp/assimp - c350d4f487308ba02ccf559bfab4521b9ff690b0 authored about 5 years ago by Kim Kulling <[email protected]>
Fix CMake import

Using CMake 3.15 & Visual Studio 2019 to build on windows produced a cmake configuration which w...

github.com/assimp/assimp - fa1dc3b8f1603622d33ba3010b9ed5962e8f39c4 authored about 5 years ago by Bradley Austin Davis <[email protected]>
Merge pull request #2 from assimp/master

Updating to latest version from origin

github.com/assimp/assimp - d8979cbc1f7315627e863f89677d0515300cc122 authored about 5 years ago by Tomas Mariancik <[email protected]>
Copy texture data before handing on to asset which then handles freeing of the memory. This prevents the memory being released twice which was throwing an error. Fixes issue #2714.

github.com/assimp/assimp - 9aa9238e7e97e702c7dd152598449e1518692d5b authored about 5 years ago by Paul Arden <[email protected]>
Merge branch 'master' into fix_dae_export

github.com/assimp/assimp - 075d05e6041d5dc45349f67140641922f5dd89c0 authored about 5 years ago by TGE <[email protected]>
Merge branch 'master' into assimp_version_2693

github.com/assimp/assimp - 51fc0f4ec434e41f64623997057b5dcae4ab3deb authored about 5 years ago by RichardTea <[email protected]>
Fix compilation on VS2013 due to compiler bug with brace initialisers. This fixes issue #2678.

github.com/assimp/assimp - e6a051d953351927d29cec580badbb96ce7d15f2 authored about 5 years ago by Paul Arden <[email protected]>
Merge pull request #8 from assimp/master

Update from upstream master

github.com/assimp/assimp - 8a4c35598e29f810b1cfbd6c9fc29ff1001d8859 authored about 5 years ago by ardenpm <[email protected]>
Tests: Fix signed/unsigned warnings

github.com/assimp/assimp - 17eb292d73e817d49a51b3e98a5cedbfdd923fdc authored about 5 years ago by RichardTea <[email protected]>
Update Collada ZAE tests to include encoded URIs

github.com/assimp/assimp - f4bd11279fbae18b1151dfc4b4c25c9cca9ddb04 authored about 5 years ago by RichardTea <[email protected]>
Fix some warnings in Collada import

github.com/assimp/assimp - 198bc428fafff40cf3814d1a771173f8f19bcf91 authored about 5 years ago by RichardTea <[email protected]>
/DEBUG:FULL is not a compiler flag

github.com/assimp/assimp - d371a113fa4d9bb7815db347fcb4bfa70b019352 authored about 5 years ago by RichardTea <[email protected]>
Rename ConvertPath() to UriDecodePath()

github.com/assimp/assimp - 6a6ccc0fb0d537f9bbafd841428afe908773767d authored about 5 years ago by RichardTea <[email protected]>
Merge branch 'master' into collada_zae_textures_2710

github.com/assimp/assimp - 5e8488972489cc99bd027ce45572cbb21ef1a910 authored about 5 years ago by RichardTea <[email protected]>
Merge branch 'master' into mingw-fix-2685

github.com/assimp/assimp - d3ddf8de6034700e6b09a5c272548789c5626de3 authored about 5 years ago by Kim Kulling <[email protected]>
Merge pull request #2708 from assimp/cleanup_headers

Cleanup headers

github.com/assimp/assimp - 799fd74714f9ffac29004c6b5a674b3402524094 authored about 5 years ago by Kim Kulling <[email protected]>
Collada ZAE import must convert manifest and image paths

Moved ConvertPath into ColladaParser and use it when reading all filenames from the XML

Added m...

github.com/assimp/assimp - ce5c71d2e7d993823c674aa71f05b33d281a4e00 authored about 5 years ago by RichardTea <[email protected]>
Update assimp legal and version

Will now report the major and minor versions specified in cmakelists

github.com/assimp/assimp - 059ee0e091f1c658c20202a9123bdf90fc7fa307 authored about 5 years ago by RichardTea <[email protected]>
Merge branch 'master' into cleanup_headers

github.com/assimp/assimp - 3c3549a07ac3072cd800a7d1ba25913a35c36afb authored about 5 years ago by Kim Kulling <[email protected]>
Merge pull request #2677 from mdinim/master

Support Apple naming conventions - shared library

github.com/assimp/assimp - 14f8877a2c3f1b927ed4d6db657b51efc9aa4a52 authored about 5 years ago by Kim Kulling <[email protected]>
Fix filter for vs for public headers.

github.com/assimp/assimp - 3f38011e86c5eb2d0bcfe6b215646e81be15c383 authored about 5 years ago by kimkulling <[email protected]>
Cleanup the public headers.

github.com/assimp/assimp - 33af183bb8ad9d4fe36add08ddcda171ba3a2d16 authored about 5 years ago by kimkulling <[email protected]>
Move stuff into def.h

github.com/assimp/assimp - 789a2bdd3602839235163189595c1b1263ae8a31 authored about 5 years ago by kkulling <[email protected]>
Merge branch 'master' into master

github.com/assimp/assimp - f03f744dfc2b6ccddf381b5c64af3a9bf23442ce authored about 5 years ago by Kim Kulling <[email protected]>
Merge pull request #2699 from feniksa/master

Findassimp.cmake: add hint for lib search path for Linux

github.com/assimp/assimp - 3a6648734c78f4504f6ab90926f3ecc04d2cc40f authored about 5 years ago by Kim Kulling <[email protected]>
Merge branch 'master' into master

github.com/assimp/assimp - 2102f7e79c1cc7763457e65e710eb747d872b82b authored about 5 years ago by Kim Kulling <[email protected]>
Merge pull request #2706 from assimp/enginmanap-issue_2693

Enginmanap issue 2693

github.com/assimp/assimp - 927276f1e8d4d37f0685324fb5ffb8943eef0d0e authored about 5 years ago by Kim Kulling <[email protected]>
Merge branch 'master' into issue_2693

github.com/assimp/assimp - 1c3f734cd63bae28c4f7cc9662f49d9af1ea08dc authored about 5 years ago by Kim Kulling <[email protected]>
Fix one byte memory leak.

github.com/assimp/assimp - 3b3e34c36a49ddd94b50c5635b7892d004198f59 authored about 5 years ago by Malcolm Tyrrell <[email protected]>
Remove unneeded file

github.com/assimp/assimp - f8bdb77de1e3d260b037c9bcda3cd7095ec9be81 authored about 5 years ago by Malcolm Tyrrell <[email protected]>
Add unit tests.

github.com/assimp/assimp - 4cde72b4e6038f3198fca1ed28e7a89d463f391d authored about 5 years ago by Malcolm Tyrrell <[email protected]>
Organize test models better.

github.com/assimp/assimp - 5f8f5c32923ec8a5acfa8f6d3d8325b77c66f6ad authored about 5 years ago by Malcolm Tyrrell <[email protected]>
Add bound checks.

github.com/assimp/assimp - 5a1276032ed26eff18a7b26ad2c049652285a3fd authored about 5 years ago by Malcolm Tyrrell <[email protected]>
Make example minimal.

github.com/assimp/assimp - ce4cb393028b40f712074d7c53930f477782bf96 authored about 5 years ago by Malcolm Tyrrell <[email protected]>
A gltf v2 which exercises all the options.

github.com/assimp/assimp - 8498310fa0014ff8bc9d54e366ceffa293917b8a authored about 5 years ago by Malcolm Tyrrell <[email protected]>
Offset nodes.

github.com/assimp/assimp - 77ebc53f1fd245efcd5b8198c7efc48943904da8 authored about 5 years ago by Malcolm Tyrrell <[email protected]>
Add non-indexed unit test.

github.com/assimp/assimp - 1e7d1ffbc2e74c529fdfcde0f9311d62af48dc7e authored about 5 years ago by Malcolm Tyrrell <[email protected]>
Findassimp.cmake: add hint for include path's for Linux

By default, Linux distro installs assimp into /usr/include/assimp

In case of this commit, fix h...

github.com/assimp/assimp - 63a047119fb9bced398ebc7db240bfced60bb0be authored about 5 years ago by Maksym Sditanov <[email protected]>
Merge branch 'master' into master

github.com/assimp/assimp - ed5d38b97559151fa20669e8aa4e654797eebc9a authored about 5 years ago by Kim Kulling <[email protected]>
Findassimp.cmake: add hint for lib search path for Linux

Add /usr/lib64 and /usr/lib directory hints to cmake module

libassimp.so library installs in /u...

github.com/assimp/assimp - b8006cb4c9d016de0b20fd13851f40a646e9ea40 authored about 5 years ago by Maksym Sditanov <[email protected]>
Merge pull request #2692 from escherstair/add_VS2013_VS2019

Add AppVeyor build VS2019

github.com/assimp/assimp - 165b36c1fcf039bbaa76655c223bdeff31ac2016 authored about 5 years ago by Kim Kulling <[email protected]>
removed unused lines

github.com/assimp/assimp - c63f5b2f9e6a0d4c38fa16003fb986cf2da49423 authored about 5 years ago by escherstair <[email protected]>
fixed fatal error

github.com/assimp/assimp - 128602f29b733dd0e2aabd5a81b7af31386c31b3 authored about 5 years ago by escherstair <[email protected]>
added CMAKE_GENERATOR_PLATFORM

github.com/assimp/assimp - 97e060c4285e842a7d74cffa8ee9aa4164d00ee8 authored about 5 years ago by escherstair <[email protected]>