2026-03-11_1
This commit is contained in:
@@ -3,7 +3,7 @@ schema_version = "1.0.0"
|
||||
id = "amzncharactertools"
|
||||
name = "AMZNCharacterTools"
|
||||
tagline = "AMZNCharacterTools"
|
||||
version = "0.10.1"
|
||||
version = "0.10.2"
|
||||
type = "add-on"
|
||||
|
||||
maintainer = "Nathan Lindsay"
|
||||
|
||||
@@ -89,7 +89,7 @@ def create_settings_bone():
|
||||
pose_bone.select = True
|
||||
elif hasattr(pose_bone.bone, 'select'):
|
||||
# Blender 4.2 LTS, 4.5 LTS
|
||||
pose_bone.bone.select = True
|
||||
pose_bone.bone.select = True
|
||||
|
||||
armature_obj.data.bones.active = pose_bone.bone
|
||||
|
||||
|
||||
Reference in New Issue
Block a user