WIP: Fix for Blender 4 armature commands in release documentation #22

Closed
Geoff Gerber wants to merge 1 commits from Geoffrey-Gerber/blender-developer-docs:geoffrey-gerber-patch-1 into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

1 Commits

Author SHA1 Message Date
df63bc64ce Fix for Blender 4 armature commands
All the armature commands are off of the `data` object in `bpy.data.armatures['Armature']` in Blender 4.0.  As a result, the original commands didn't work unless `arm` was set to `bpy.data.armatures['Armature'].data`, which is different that the behavior in earlier versions.  This change is to clarify how to access the collections.

- Add section on how to add/remove Bone Collection.
2024-02-14 14:53:52 +01:00