51 Commits

Author SHA1 Message Date
Ondrej Stava
8786740086
Draco 1.5.7 release. (#1034)
* Draco 1.5.7 release.
2024-01-17 12:42:36 -08:00
Ondrej Stava
9f856abaaf
Draco v1.5.6 release. (#972)
* Draco v1.5.6 release.
2023-02-07 09:30:00 -08:00
Ondrej Stava
2225d05ba6 Revert "Draco v1.5.6 release.". Build was broken.
This reverts commit 295ea7ccb74f7a20cd2ab933795fc4934e4ddf9a.
2023-02-06 08:59:00 -08:00
Ondrej Stava
295ea7ccb7 Draco v1.5.6 release. 2023-02-06 08:27:59 -08:00
Tom Finegan
a5b31570c3 Draco v1.5.5 release. 2022-10-28 17:55:03 -07:00
Tom Finegan
e4e34b0c63
Draco v1.5.4 release. (#934) 2022-10-27 11:41:29 -07:00
Tom Finegan
1af95a20b8
Draco v1.5.3 release. 2022-07-06 19:40:17 -07:00
Tom Finegan
bd1e8de7dd
Draco v1.5.2 release. (#818) 2022-02-17 14:06:05 -08:00
Tom Finegan
9522c22a74
Draco v1.5.1 release. (#812) 2022-02-15 17:13:23 -08:00
Tom Finegan
65715581da
Draco v1.5.0 release. (#779) 2021-12-09 11:26:09 -08:00
Tom Finegan
9f0e5c5f15 Draco v1.4.3 2021-10-12 12:55:36 -07:00
Tom Finegan
2e67b39c31 Draco v1.4.1 2020-12-08 11:55:42 -08:00
Tom Finegan
8a979f79a5 Draco v1.4.0 2020-12-01 13:01:33 -08:00
Frank Galligan
83b0922745 Add back removed files from 1.3.6 push 2020-03-03 10:46:47 -08:00
Frank Galligan
571d547d36 Update to version 1.3.6 2020-03-03 10:35:26 -08:00
Francesco Leacche
4b94014cf8
integrate library loading on linux 2019-06-18 10:33:21 -04:00
Tom Finegan
326f0f7196 Update draco_maya_wrapper.dll (windows x64 maya) 2018-06-01 11:20:05 -07:00
Tom Finegan
0abf0cf586 Add libdraco_maya_wrapper.so (linux x64 maya) 2018-06-01 11:20:01 -07:00
Tom Finegan
b19b1ecae1 Add draco_maya_wrapper.bundle (macos x64 maya) 2018-06-01 11:18:33 -07:00
Tom Finegan
67e080d1a1 Remove draco_encoder and draco_decoder windows binaries. 2018-06-01 11:05:23 -07:00
Tom Finegan
85d2654fc9 Add linux instructions for the Maya plugin 2018-05-24 10:53:41 -07:00
Tom Finegan
4677d014e4 Add macos make build instructions to maya/README.md. 2018-05-24 10:27:52 -07:00
Federico De Felici
ade1bc6793 Reviewed README, added RELEASE, and refactored project structure 2018-05-19 10:52:04 +02:00
Duccio
c46c5c9a5d Updated readme (features, installation and usage) 2018-05-18 20:13:44 +02:00
Duccio
56599d1306 Added export functionalities for uvs and normals for maya plugin 2018-05-18 19:50:47 +02:00
Duccio
8522e990b9 Fixed uv in maya importer, code refactoring 2018-05-18 19:15:47 +02:00
Duccio
3597709dc8 Removed unnecessary indices array duplication from maya importer 2018-05-18 18:15:40 +02:00
Duccio
7843dedfc3 added working exporter for maya, only vertices and indices for now 2018-05-18 17:54:34 +02:00
MattiaPezzanoAiv
f16ab8b767 refactored variables initialization 2018-05-17 11:30:39 +02:00
MattiaPezzanoAiv
8c88b5b2c8 fixed new api 2018-05-15 17:08:28 +02:00
MattiaPezzanoAiv
fae76dd191 added draco mesh 2018-05-15 14:51:13 +02:00
MattiaPezzanoAiv
9c48f45d28 Merge branch 'maya_plugin' of github.com:fdefelici/draco into maya_plugin 2018-05-15 14:10:10 +02:00
Duccio
b22b405dc3 refactoring and some code optimization 2018-05-15 15:57:46 +02:00
MattiaPezzanoAiv
b958fac85c added preliminar implementation of write method 2018-05-15 14:09:59 +02:00
Federico De Felici
42e1a46f04 Merge branch 'maya_plugin' of https://github.com/fdefelici/draco into maya_plugin 2018-05-15 13:30:24 +02:00
Federico De Felici
d20efa41df Removed types from arguments to be compliant with python 2.7 2018-05-15 13:29:32 +02:00
Duccio
94dfec818d added cube mesh 2018-05-14 23:10:30 +02:00
Duccio
5e849456a5 renamed file, added plugin reader implementation 2018-05-14 23:09:42 +02:00
Federico De Felici
96a1a3c276 Added a encode feature on the c++ wrapper. Added more tests and some refactoring 2018-05-13 09:52:45 +02:00
Federico De Felici
676b05bd22 Fixed normal and uvs cc adapter. Now stoormtrup test are fine 2018-05-11 21:59:02 +02:00
Duccio
382c462876 added various meshes for tests 2018-05-11 19:58:16 +02:00
Duccio
0efb8fe21f added a test for a mesh containing uvs and normal 2018-05-11 19:55:10 +02:00
Federico De Felici
9641f81930 Added draco exe for test purpose 2018-05-11 16:37:13 +02:00
Federico De Felici
49bf56a030 Updated example with uvs 2018-05-11 16:18:39 +02:00
Federico De Felici
64dbf0f3ef Added uvs mapping 2018-05-11 16:16:38 +02:00
Federico De Felici
9d02e1cd75 Updated example script 2018-05-11 15:39:58 +02:00
Federico De Felici
7a68d823f9 Added memory free management; decoupled mesh result from ctypes; added tests 2018-05-11 15:37:39 +02:00
Federico De Felici
48a662f733 added readme file 2018-05-11 11:46:34 +02:00
Federico De Felici
07fbd55e44 File renaming and added maya plugin 2018-05-11 11:45:02 +02:00
Federico De Felici
9afc0d3177 First version of draco wrapper for python 2018-05-11 11:25:56 +02:00