Commit Graph

21 Commits (iamAdrianIusca-master)

Author SHA1 Message Date
kimkulling 81c15b38ae fix merge 2020-07-07 17:16:53 +02:00
Kota Iguchi 6acaaee80f Check invalid vertex id for bone weight 2020-06-20 15:27:28 +09:00
iamAdrianIusca f1817598b0 fix the whitespaces 2020-04-23 22:42:03 +03:00
iamAdrianIusca d777070eb1 fix the whitespaces 2020-04-23 22:41:22 +03:00
iamAdrianIusca d02be05862 fix the whitespaces 2020-04-23 22:40:14 +03:00
iamAdrianIusca a77a18693d fix the whitespaces 2020-04-23 22:37:41 +03:00
iamAdrianIusca 1450b5b29c fix the whitespaces 2020-04-23 22:35:55 +03:00
iamAdrianIusca f8024188f0 fix the whitespaces 2020-04-23 22:33:13 +03:00
iamAdrianIusca 798f6cf083 fix the whitespaces 2020-04-23 22:30:58 +03:00
iamAdrianIusca efa6ead1a5 fix the whitespaces 2020-04-23 22:27:55 +03:00
iamAdrianIusca 74931fe6d9 fix the whitespaces 2020-04-23 22:25:38 +03:00
iamAdrianIusca bcd86ccc76 fix 2020-04-23 22:23:55 +03:00
iamAdrianIusca e5f69d55bb fix 2020-04-23 22:20:28 +03:00
iamAdrianIusca 871f3fd337 fix 2020-04-23 22:18:59 +03:00
iamAdrianIusca 287030e720 fix 2020-04-23 22:17:48 +03:00
Kim Kulling c36b028412
fix type error for template deduction. 2020-04-21 16:39:18 +02:00
napina f0243cc7f3 Changed AI_LMW_MAX_WEIGHTS*2 to 8 which is same thing. 2020-03-22 15:58:12 +02:00
napina d5d30c898b Optimized LimitBoneWeightsProcess. Added SmallVector to reduce heap allocations. Simplified algorithm and removed unnecessary copying. 2020-03-22 12:47:42 +02:00
iamAdrianIusca aca6aaf35d small changes
- removed static definition
- use emplace_back instead of push_back
- changed the c++ deprecated headers
- removed some redundant std containers initialization in the destructor
- removed redundant .clear call for the std containers in the destructor
- added some const reference for some std container parameters
- other small changes in different places
2020-03-01 11:12:37 +02:00
Marc-Antoine Lortie 4e7e47bd43 Updated copyright dates.
Changed copyright end year to 2020 in every reference "Copyright (c) 2006-XXXX, assimp team".

Changed copyright end year to 2020 in every reference "Copyright (c) 2006-XXXX, ASSIMP Development Team".

Changed copyright end year to 2020 in LICENCE.rtf.

Changed copyright end year in CMakeFiles.txt files and any other places referencing Assimp with a copyright start and end year.
2020-01-20 08:53:12 -05:00
Kim Kulling 57c46db042 Reorg of code. 2019-06-06 14:45:43 +02:00