Commit Graph

  • a73a114b89 Merge duplicate vertices master pgsocks 2024-08-22 04:00:49 +0000
  • e4556e5f0e Flip normals on import instead of export pgsocks 2024-08-04 22:03:00 +0000
  • 1cae33d1b5 Use `flip_normals` since `calc_normals` is deprecated pgsocks 2024-07-10 02:23:51 +0000
  • 64a56b07cf Do not reverse unwind pgsocks 2024-07-10 02:10:36 +0000
  • 92fabc4d03 Add Thunderspy bones pgsocks 2024-07-09 20:37:12 +0000
  • 8603399f19 bugfix: Wasn't creating materials for a mesh, and the material indexes it was already generating were wrong. TigerKat 2021-04-13 00:59:46 +0930
  • 03f9bf8a14 Added support for writing .anim files, along with exporting both animation and skeletons. TigerKat 2021-04-09 00:48:45 +0930
  • cffe622ef2 Fixed bugs in compression logic. TigerKat 2021-04-06 22:25:14 +0930
  • 749bc7577b Skeleton import now imports the skeleton's animation. Cleaned up some comments. Fixed a bug causing any characters in 'skel_' being dropped from the start of an animation's import name. TigerKat 2021-04-05 12:56:32 +0930
  • 43bf1a79f8 Added animation importing. TigerKat 2021-04-04 22:52:12 +0930
  • f0388ac65d Fixed noticable formatting error. TigerKat 2021-04-03 00:42:06 +0930
  • 4f69ebdf1d Updated README to reflect new features in the Blender add-on. TigerKat 2021-04-03 00:39:23 +0930
  • 4f8e162b91 Added support for importing skeletons from skel_*.anim files. TigerKat 2021-04-02 18:39:30 +0930
  • ada937ce82 Now gets the bone to position the model to from the model's name. Now also adds the armature's position to final model's position, making it line up better. TigerKat 2021-03-30 23:58:11 +0930
  • 545f6f203d Now able to parse bone track data and skeleton hierarchies from .anim files. TigerKat 2021-03-30 23:56:31 +0930
  • 3c469c0276 Now tries and attach imported models to an armature, and place it at the bone. TigerKat 2021-03-29 00:21:55 +0930
  • c00220a410 bugfix: Importing of .geos would fail if there are duplicate vertices. TigerKat 2021-03-28 16:53:21 +0930
  • bdfc38e82e Early work for perfroming animation importing and exporting. TigerKat 2021-03-28 16:51:11 +0930
  • a54abe668d Updated version number in README.md . TigerKat 2021-03-27 14:52:22 +0930
  • bf0e940a57 Added .geo import support for blender 2.80 . TigerKat 2021-03-27 14:47:24 +0930
  • 5b7c1abed4 Fix for normals being effectively reversed. TigerKat 2021-01-27 11:24:11 +0930
  • 9c6134d911 Fix for triangles being effectively reversed now. TigerKat 2021-01-27 11:14:37 +0930
  • 7d64e65e7c Fixed Y and Z being flipped also. TigerKat 2021-01-27 10:58:33 +0930
  • 899fe33e91 A proper fix for the X-axis flipping. TigerKat 2021-01-26 23:41:09 +0930
  • d42efc7452 A qucik fix to try and solve the left-right flipping issue. TigerKat 2021-01-26 22:58:00 +0930
  • 1c4c2241dc Should identify left and right wing bones as left side and right side bones respectively. TigerKat 2021-01-26 22:57:31 +0930
  • 79a9fffceb Modified axis conversion to prevent it flipping the X axis. TigerKat 2020-07-07 10:26:27 +0930
  • cce9cbefcc Added 'swap_left_right' to 'geo_edit.py' to swap left and right bones in a .geo's model. TigerKat 2020-07-06 12:08:18 +0930
  • 176fe43faf bugfix: Overlapping names caused it to always export from meters. TigerKat 2020-07-06 12:06:48 +0930
  • 0adfd9cc30 Added support for Blender 2.80 TigerKat 2019-09-12 14:42:12 +0930
  • 4eb13819c4 Added texture handling tools. Updated README.md to document geo_list.py options '-s' (show scales) and '-t' (show triangle count). TigerKat 2019-07-29 00:54:30 +0930
  • 7b316f2386 The Blender add-on export/import menus now have an option for feet and meters. TigerKat 2019-07-25 00:52:26 +0930
  • 369c9ae4a7 bugfix: Wasn't parsing AltPivotInfo correctly. TigerKat 2019-07-24 11:30:03 +0930
  • cbefa340bf Added a -t option to geo_list.py for displaying the triangle count of a model. TigerKat 2019-07-24 10:38:07 +0930
  • aae2cbc339 bugfix: geo.py would crash when writing models with no triangles. bugfix: geo.py would erase the input file if the output file was the same. Made geo.py print usage if too many command line arguments were given. TigerKat 2019-07-24 10:08:14 +0930
  • f59690ea32 Added 'geo_list.py' a tool for listing models in a .geo . TigerKat 2019-07-23 11:37:25 +0930
  • b0b09d897e Added 'rename_texture' and 'rescale_all' operations to 'geo_edit.py' . TigerKat 2019-07-23 10:41:44 +0930
  • d4194576b7 Now applies the object's world scale to the exported mesh. TigerKat 2019-07-22 12:29:46 +0930
  • f1f5148584 bugfix: Wasn't exporting weight bones correctly. TigerKat 2019-07-22 10:27:56 +0930
  • 8d3a030b8b Added instructions for the Blender add-on. TigerKat 2019-07-19 10:09:59 +0930
  • af369f9b31 Added Blender export support. bugfix: geo.py no longer crashes when writing models with no triangles. TigerKat 2019-07-18 23:56:06 +0930
  • be2d6f5eed bugfix: Will no longer overwrite the output when export crashes. TigerKat 2019-07-16 19:55:41 +0930
  • 97492819de Fixed typo. TigerKat 2019-07-15 19:55:21 +0930
  • 3421cb211b Added 'rename_model' to geo_edit.py, allows renaming of models. TigerKat 2019-07-15 19:53:18 +0930
  • 2d27426cb2 Updated README.md . TigerKat 2019-07-13 18:08:51 +0930
  • 3b0a161bd3 Added geo_edit.py as a simple command line tool for modifying .geo files. TigerKat 2019-07-13 15:03:00 +0930
  • d56d1cc21c Now rebuilds the PolyGrid data when writing a .geo file. Added simple 3D vector math classes. TigerKat 2019-07-13 01:45:43 +0930
  • 7a7dce51ed Implemented reading and writing of tex_idx and AltPivotInfo. Fixed ModelHeader output to match GetVrml's output. bugfix: Would include BoneInfo even if the model has no bones. TigerKat 2019-07-11 01:09:33 +0930
  • ca990f4bd3 bugfix: BoneInfo structure needs two ptr at the end for use in the game. TigerKat 2019-07-10 19:11:27 +0930
  • 5ce02d497a Output is padded with an extra two bytes, to Possibly work better with other tools. TigerKat 2019-07-10 16:50:47 +0930
  • a2515dc7f3 bugfix: Wasn't skipping over a defunct field in version 7 and under files. TigerKat 2019-07-10 15:04:00 +0930
  • 8075c65c21 Made the input/output file type for geo.py more clearer. TigerKat 2019-07-10 13:40:29 +0930
  • 080189d138 Fixed markdown formatting. TigerKat 2019-07-10 13:27:34 +0930
  • 5c33ac8b38 Initial import. TigerKat 2019-07-10 13:22:55 +0930
  • a9cb4fa622 Initial commit tigerkat 2019-07-10 03:29:17 +0000