Commit Graph

73 Commits

Author SHA1 Message Date
Fabien LOISON 01a713c32a
chore: Fixed coding style according to Black 24.x 2024-01-29 09:31:16 +01:00
Fabien LOISON 494a5fba72
Refacto: better type check, and removed Python 2.7 specific code 2023-08-28 10:12:46 +02:00
Kian-Meng Ang 1986a95063 Fix typos and add codespell to nox 2022-10-18 00:29:42 +08:00
Fabien LOISON aaa6e5f1a1
Color quantization: Python documentation 2022-05-12 17:02:07 +02:00
Fabien LOISON 52aad6e739
Add flag to CFFI builder to fix MacOS build 2021-10-15 09:57:52 +02:00
Fabien LOISON 75e93a09a9
Fix Python 2.7 2021-04-27 12:15:34 +02:00
Fabien LOISON 00023f5a48
Fix Windows build 2021-04-27 12:03:39 +02:00
Fabien LOISON 953791bf76
Fixes linux build 2021-04-27 11:05:45 +02:00
Fabien LOISON d232d168d2
Update documentation 2021-04-26 17:01:04 +02:00
Vincent Riche f46b637bd8 rename flag variables 2021-04-15 11:38:14 +02:00
Vincent Riche d27b0ce851 Rename options flag enum and adjust comments 2021-04-15 10:46:31 +02:00
Vincent Riche 352e86c23f fix lint 2021-04-14 16:43:23 +02:00
Vincent Riche 8e104158b6 Add option to disable fix-infacing-normals flag 2021-04-14 16:27:11 +02:00
Fabien LOISON 4b6b84b8a3
Adds black; reformat the yoga module 2021-03-29 13:46:56 +02:00
Fabien LOISON 6bd295ede2
Fixes lint issue 2021-01-21 21:08:03 +01:00
Fabien LOISON fb8ec88f19
YOGA Model Python API documentation 2021-01-21 17:40:19 +01:00
Fabien LOISON 6623fb0fc3
Fixes unix build 2020-04-20 14:53:52 +02:00
Fabien LOISON 77fcf6b94f
Initial Windows build support 2020-04-08 16:53:08 +02:00
Fabien LOISON 4416ceb051
update assimp 2020-03-25 11:26:54 +01:00
Fabien LOISON 3ee1be26bf
Merge pull request #18 from wanadev/17-bugfix-output-erased
Fixed yoga overwriting output file before needed
2018-06-13 14:21:29 +02:00
Alexis Breust 5b0dd01eac Using strings for the CLI 2018-05-29 16:24:41 +02:00
Alexis Breust a210f91b41 Fixed yoga overwriting output file before needed 2018-05-18 09:31:55 +02:00
Alexis Breust 4f45c866b4 Printing only ascii file paths 2018-05-16 09:28:56 +02:00
Alexis Breust 3f0dbf0a1a Fixed python2 unidecode issues 2018-05-15 17:27:58 +02:00
Alexis Breust 2a4b500132 Fixes #8 - Handling unicode paths 2018-05-15 11:05:06 +02:00
Alexis Breust 1cf85382ad Fixes not python3-friendly 2018-05-11 16:12:46 +02:00
Fabien LOISON c71d5d0587
Merge pull request #13 from wanadev/9-fallback-texture
Fallback textures
2018-05-11 15:02:27 +02:00
Fabien LOISON 727ef5f3a8
Merge pull request #14 from wanadev/travis-tests
Reenabled travis tests
2018-05-11 14:52:11 +02:00
Alexis Breust 8ac2660262 Fixed quiet not being fully quiet 2018-05-11 08:47:43 +02:00
Alexis Breust e2d42d848f Trying to compile zlib to prevent compress2 issues on Travis 2018-05-09 11:18:51 +02:00
Alexis Breust ad6379ae1e Fixed options default copy-paste 2018-05-09 10:12:18 +02:00
Alexis Breust 9296356f9d Merge remote-tracking branch 'origin/10-preloaded-images' into 9-fallback-texture 2018-05-09 10:04:25 +02:00
Alexis Breust 7e7b18fc6b Followed @flozz suggestions 2018-05-09 09:50:13 +02:00
Alexis Breust 9192177ac7 Merge remote-tracking branch 'origin/10-preloaded-images' into 9-fallback-texture 2018-05-07 17:04:42 +02:00
Alexis Breust b1d3a35dc1 Merge remote-tracking branch 'origin/master' into 10-preloaded-images 2018-05-07 11:59:19 +02:00
Alexis Breust 22089aa01f Prevented segmentation fault 2018-05-07 11:55:34 +02:00
Alexis Breust 2fb30576ba Normalization for paths and textures 2018-05-07 11:47:34 +02:00
Fabien LOISON 5768f0d022
Merge pull request #12 from wanadev/verbose-mode
Added verbose mode
2018-05-04 17:45:04 +02:00
Alexis Breust 3064d8d5bd Passing quiet and verbose directly 2018-05-04 17:18:44 +02:00
Alexis Breust 737cc1af4c Prevented segmentation fault when assimp fails to import a model 2018-05-04 14:49:15 +02:00
Alexis Breust 12ff4af263 Added verbose and quiet mode 2018-05-04 11:50:05 +02:00
Alexis Breust 9ae8052823 Implemented fallback textures 2018-05-04 11:03:47 +02:00
Alexis Breust 86c59690d6 Added fallback-texture option to cli and normalizing it 2018-05-03 17:59:10 +02:00
Alexis Breust c2945a0ae4 Added possibility to pass a textures dictionary 2018-04-23 17:42:32 +02:00
Alexis Breust 21a761f71e Fixed duplicated textures by yoga 2018-03-30 09:48:17 +02:00
Alexis Breust 8c5262b032 Better function to find textures files 2018-03-29 11:06:11 +02:00
Alexis Breust b59715c174 flake8 fixes 2018-01-26 16:00:24 +01:00
Alexis Breust af0e4f99a4 Added garbage collector for scene 2018-01-26 15:40:50 +01:00
Alexis Breust 7bf3c05a0b Fixed flake8 error 2018-01-23 16:22:29 +01:00
Alexis Breust 8d520e59d4 Fixed bytes/string incompatibility 2018-01-23 14:54:15 +01:00