lasa01 / Plumber

A Blender addon for importing Source 1 engine maps, models, materials and textures. This addon makes it possible to import full CS:GO, TF2, CS:S or other Source 1 game maps into Blender.
MIT License
386 stars 30 forks source link

Add support for external .ani animations | Plumber #124

Open JokanJan opened 2 years ago

JokanJan commented 2 years ago

When importing v models for csgo, the animations are blank and the number of animations imported in comparison to older versions of the plugin is incorrect. There is no error reported by the console, and there is no abnormality in the import of w models and character models.

Snipaste_2022-06-12_08-53-59

lasa01 commented 2 years ago

These are probably animations that are in external .ani/.mdl files instead of the main .mdl. Those are currently unsupported, I will add a warning about this to the console.

lasa01 commented 1 year ago

The warning is implemented in latest beta release.

lasa01 commented 1 year ago

These animations are probably stored externally in separate .ani files. Those are not currently supported but I'll probably add support for them later.