Bake Action Visual Keying Not Working #56766

Closed
opened 2018-09-11 22:06:45 +02:00 by Phi · 3 comments

System Information
Operating system and graphics card
MacOS 10.14 Beta (18A384a) and Intel Iris 1536 MB

Blender Version
Broken: (example: 2.69.7 4b206af, see splash screen)
2.8 a0581daf753
Worked: (optional)

Short description of error
Bake Action not working with following options checked.
"Only Selected Bones"
"Visual Keying"
"Clear Constraints"
Bake Data Set to "Pose"

Error Message Received:
Traceback (most recent call last):

File "/Applications/blender28.app/Contents/Resources/2.80/scripts/startup/bl_operators/anim.py", line 279, in execute
  do_clean=True,
File "/Applications/blender28.app/Contents/Resources/2.80/scripts/modules/bpy_extras/anim_utils.py", line 79, in bake_action_objects
  iter.send(frame)
File "/Applications/blender28.app/Contents/Resources/2.80/scripts/modules/bpy_extras/anim_utils.py", line 109, in bake_action_objects_iter
  iter.send(frame)
File "/Applications/blender28.app/Contents/Resources/2.80/scripts/modules/bpy_extras/anim_utils.py", line 231, in bake_action_iter
  pose_info.append((frame, *pose_frame_info(obj)))
File "/Applications/blender28.app/Contents/Resources/2.80/scripts/modules/bpy_extras/anim_utils.py", line 171, in pose_frame_info
  matrix[name] = obj.convert_space(pbone, pbone.matrix, 'POSE', 'LOCAL')

TypeError: Object.convert_space(): required parameter "pose_bone" to be a keyword argument!

location: :-1

Exact steps for others to reproduce the error
Based on a (as simple as possible) attached .blend file with minimum amount of steps

  1. Select bones
  2. Open Bake Action Menu
  3. Set Start Frame to 1 and End Frame to 30
  4. Check options: "Only Selected Bones", "Visual Keying", "Clear Constraints".
  5. Set Bake Data to "Pose"
  6. Hit "OK"

Example File
BakeActionExample.blend

**System Information** Operating system and graphics card MacOS 10.14 Beta (18A384a) and Intel Iris 1536 MB **Blender Version** Broken: (example: 2.69.7 4b206af, see splash screen) 2.8 a0581daf753 Worked: (optional) **Short description of error** Bake Action not working with following options checked. "Only Selected Bones" "Visual Keying" "Clear Constraints" Bake Data Set to "Pose" Error Message Received: Traceback (most recent call last): ``` File "/Applications/blender28.app/Contents/Resources/2.80/scripts/startup/bl_operators/anim.py", line 279, in execute do_clean=True, File "/Applications/blender28.app/Contents/Resources/2.80/scripts/modules/bpy_extras/anim_utils.py", line 79, in bake_action_objects iter.send(frame) File "/Applications/blender28.app/Contents/Resources/2.80/scripts/modules/bpy_extras/anim_utils.py", line 109, in bake_action_objects_iter iter.send(frame) File "/Applications/blender28.app/Contents/Resources/2.80/scripts/modules/bpy_extras/anim_utils.py", line 231, in bake_action_iter pose_info.append((frame, *pose_frame_info(obj))) File "/Applications/blender28.app/Contents/Resources/2.80/scripts/modules/bpy_extras/anim_utils.py", line 171, in pose_frame_info matrix[name] = obj.convert_space(pbone, pbone.matrix, 'POSE', 'LOCAL') ``` TypeError: Object.convert_space(): required parameter "pose_bone" to be a keyword argument! location: <unknown location>:-1 **Exact steps for others to reproduce the error** Based on a (as simple as possible) attached .blend file with minimum amount of steps 1. Select bones 2. Open Bake Action Menu 3. Set Start Frame to 1 and End Frame to 30 4. Check options: "Only Selected Bones", "Visual Keying", "Clear Constraints". 5. Set Bake Data to "Pose" 6. Hit "OK" Example File [BakeActionExample.blend](https://archive.blender.org/developer/F4668332/BakeActionExample.blend)
Author

Added subscriber: @Phi

Added subscriber: @Phi
Bastien Montagne self-assigned this 2018-09-12 10:48:00 +02:00

This issue was referenced by blender/blender@e9ffe93350

This issue was referenced by blender/blender@e9ffe9335057a4429d909c32a2b0bf03f3a03b3d

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#56766
No description provided.