You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Player animations (both *_animations.mdl and *_user_animations.mdl) are not imported with the selected model .mdl, even when "Import Animations" is enabled
To Reproduce
Steps to reproduce the behavior:
Import a TF2 player .mdl (e.g models/player/heavy.mdl)
Set option Import Animations to true
Only the /@ragdoll and /@ref animations are imported, but nothing from *_animations.mdl or*_user_animations.mdl.
Expected behavior
Player animations are imported when I import a player model with "Import Animations" enabled
Details (please complete the following information):
OS: Windows 10
Blender Version: 3.4.1
Addon Version: Plumber 1.0.0-beta3
Did you download a release or build the addon yourself: Downloaded
Related Game: Team Fortress 2
Additional context
When trying to import *_animations.mdl or*_user_animations.mdl, I get errors depending on if done via file game files import, or importing an exported file. (Oddly, these errors only show up in the Info editor type, and not the console)
Error when importing via bpy.ops.import_scene.plumber_file_browser() (i.e the sidebar): could not import mdl: io error reading models/player/heavy_animations.vvd: no such file
Error when importing a previously exported file via bpy.ops.import_scene.plumber_mdl(from_game_fs=False): could not import mdl: io error reading ./heavy_animations.vvd: The system cannot find the file specified. (os error 2)
The text was updated successfully, but these errors were encountered:
These are indeed currently not supported, but I'm looking to add support for these when I have time. I don't think there are any workarounds in the meanwhile.
Describe the bug
Player animations (both
*_animations.mdl
and*_user_animations.mdl
) are not imported with the selected model .mdl, even when "Import Animations" is enabledTo Reproduce
Steps to reproduce the behavior:
models/player/heavy.mdl
)Import Animations
totrue
/@ragdoll
and/@ref
animations are imported, but nothing from*_animations.mdl
or*_user_animations.mdl
.Expected behavior
Player animations are imported when I import a player model with "Import Animations" enabled
Related files
Heavy.zip
Screenshots
Details (please complete the following information):
Additional context
When trying to import
*_animations.mdl
or*_user_animations.mdl
, I get errors depending on if done via file game files import, or importing an exported file. (Oddly, these errors only show up in the Info editor type, and not the console)Error when importing via
bpy.ops.import_scene.plumber_file_browser()
(i.e the sidebar):could not import mdl: io error reading models/player/heavy_animations.vvd: no such file
Error when importing a previously exported file via
bpy.ops.import_scene.plumber_mdl(from_game_fs=False)
:could not import mdl: io error reading ./heavy_animations.vvd: The system cannot find the file specified. (os error 2)
The text was updated successfully, but these errors were encountered: