xbodya13 / ragdoll_tools_doc

Documentation for Ragdoll tools
4 stars 1 forks source link

Bake Hitbox animation traceback - Blender 3.0.0 #15

Open davidvfx07 opened 2 years ago

davidvfx07 commented 2 years ago

I have a character jumping midair but I don't want it to land on it's feet, thus the ragdoll for the landing. So I followed the guide video which helps you get started and I followed the section where it details how to have an animation turn into a ragdoll at a certain frame, so I can transition from jumping to falling. Unfortunately. while following the tutorial, the guide bakes hitbox animation, which gives me a traceback about too many arguments given to keyframe_insert, or something like that.

Python: Traceback (most recent call last):
  File "C:\Users\moish\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\ragdoll_tools_1_4_3.py", line 618, in execute
    item.keyframe_insert("location", -1, f, item.name, options)
TypeError: bpy_struct.keyframe_insert()() takes at most 1 positional argument (5 given)

location: <unknown location>:-1

I'm stuck and need to get this done as soon as possible, which is why I came here to let the dev know about the issue. Hope it gets fixed soon!

xbodya13 commented 2 years ago

Hi. Try version 1.4.7

davidvfx07 commented 2 years ago

Yes, it works. Thank you so much!