WIP: Fix for Blender 4 armature commands in release documentation #22
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Geoffrey-Gerber/blender-developer-docs:geoffrey-gerber-patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
All the armature commands are off of the
data
object inbpy.data.armatures['Armature']
in Blender 4.0. As a result, the original commands didn't work unlessarm
was set tobpy.data.armatures['Armature'].data
, which is different that the behavior in earlier versions. This change is to clarify how to access the collections.WIP: Fix for Blender 4 armature commands in release documentationto Fix for Blender 4 armature commands in release documentationFix for Blender 4 armature commands in release documentationto WIP: Fix for Blender 4 armature commands in release documentationSetting this back to WIP. In the same Blender 4 session, the updated commands are no longer working, and the original documentation is correct. I need to figure out why
armature = bpy.data.armatures['Armature']
is working differently between yesterday and today.Closing PR. Not sure why Blender was acting strangely, but I can't reproduce.
Pull request closed