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
390 stars 30 forks source link

Error importing animations for models #173

Closed NotUnknownDude closed 8 months ago

NotUnknownDude commented 8 months ago

Describe the bug Error importing animations

To Reproduce Steps to reproduce the behavior:

  1. Import a 'models/humans/male_07.mdl'
  2. Try to import 'models/humans/male_shared.mdl' - it's anim file
  3. Congratulations! You got an error.
  4. See error

Expected behavior Normal import of animations. Animations only have these files: .mdl, .ani

Logs

[Plumber] [INFO] importing mdl `models/humans/male_shared.mdl`...
[Plumber] [ERROR] model `models/humans/male_shared.mdl`: io error reading `models/humans/male_shared.vvd`: no such file
[Plumber] [INFO] opening file system of game `Garry's Mod`...
[Plumber] [INFO] file system opened in 0.04 s
[Plumber] [INFO] importing mdl `models/humans/male_shared.mdl`...
[Plumber] [ERROR] model `models/humans/male_shared.mdl`: io error reading `models/humans/male_shared.vvd`: no such file
[Plumber] [INFO] opening file system of game `Garry's Mod`...
[Plumber] [INFO] file system opened in 0.04 s
[Plumber] [INFO] importing mdl `models/humans/male_shared.mdl`...
[Plumber] [ERROR] model `models/humans/male_shared.mdl`: io error reading `models/humans/male_shared.vvd`: no such file
[Plumber] [INFO] opening file system of game `Garry's Mod`...
[Plumber] [INFO] file system opened in 0.04 s
[Plumber] [INFO] importing mdl `models/humans/male_shared.mdl`...
[Plumber] [ERROR] model `models/humans/male_shared.mdl`: io error reading `models/humans/male_shared.vvd`: no such file
[Plumber] [INFO] opening file system of game `Garry's Mod`...
[Plumber] [INFO] file system opened in 0.04 s
[Plumber] [INFO] extracting...
[Plumber] [INFO] extracted file `models/humans/male_shared.mdl` into `C:\Users\Dmitry\Documents\male_shared.mdl`
[Plumber] [INFO] extraction finished in 0.00 s
[Plumber] [INFO] opening file system of game `Garry's Mod`...
[Plumber] [INFO] file system opened in 0.04 s
[Plumber] [INFO] detected local asset searh path `E:\Dmitry\Documents\BlenderCache\hl2_misc_dir`
[Plumber] [INFO] importing mdl `E:\Dmitry\Documents\BlenderCache\hl2_misc_dir\models\humans\male_shared.mdl`...
[Plumber] [ERROR] model `E:\Dmitry\Documents\BlenderCache\hl2_misc_dir\models\humans\male_shared.mdl`: io error reading `E:\Dmitry\Documents\BlenderCache\hl2_misc_dir\models\humans\male_shared.vvd`: The system cannot find the file specified. (os error 2)

Details (please complete the following information):

lasa01 commented 8 months ago

This looks like the same issue as #147. I'll edit the title there since this is not a TF2-specific issue. Supporting these would be a good feature to have, but I don't currently have plans for working on this.