Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robrohan/blender_ie_quake_mdl2
Blender 2.8 Quake 2 mdl format import export
https://github.com/robrohan/blender_ie_quake_mdl2
blender blender-addon game-development quake2
Last synced: 19 days ago
JSON representation
Blender 2.8 Quake 2 mdl format import export
- Host: GitHub
- URL: https://github.com/robrohan/blender_ie_quake_mdl2
- Owner: robrohan
- License: gpl-3.0
- Created: 2021-07-06T09:02:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-06T09:11:13.000Z (over 3 years ago)
- Last Synced: 2024-11-12T11:42:07.611Z (3 months ago)
- Topics: blender, blender-addon, game-development, quake2
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blender Quake MDL2 Import / Export
(Works with blender 2.93)
This script is an importer and exporter for the Kingpin (and Quake) Model md2 and mdx.
The frames are named with :
- the frame number
- the name choosen at the last marker
(or 'frame' if the last marker has no name or if there is no last marker)Skins are set using image textures in materials, if it is longer than 63 characters it is truncated.
Thanks to:
- DarkRain
- Bob Holcomb. for MD2_NORMALS taken from his exporter.
- David Henry. for the documentation about the MD2 file format.
- Bob Holcomb
- Sebastian Lieberknecht
- Dao Nguyen
- Bernd Meyer
- Damien Thebault
- Erwan Mathieu
- Takehiko Nawata# hypov8 log
v1.1.1 (blender 2.79)
- fix teture bug
- added importing of GL commands. for enhanced uv pricision
- added skin search path for texcture not im nodel folder
- added multi part player model bbox fix. all parts must be visable in sceen
- fixed texture issue in glCommands. not checking for uv match, just vertex idv1.2.0 (blender 2.80) jan 2020
- updated to work with new blender
- merged md2/mdx into 1 script
- loading/saving allows selection of both file types
- option for imported models to set timeline range if animated
- multi model selection support for exports
- hitbox will be created for each selected objectv1.2.1 (blender 2.80) nov 2020
- fixed a texture missing bug
- fixed texture string formatting
- export no longer fails if a skin was not found
- fixed skin string issue being null
- added matrix for non shape key exportsnotes:
- setup model textures by adding using node and add an image for diffuse->color
todo:
- import. split model into mdx groups