bump v0.1.1

This commit is contained in:
Nathan
2026-02-19 14:23:24 -07:00
parent 38355fcfc1
commit 32a292477a
3 changed files with 332 additions and 1 deletions
+9
View File
@@ -1,5 +1,14 @@
# Changelog
## [0.1.1] - 2026-02-19
### Fixed
- MigBBody shapekeys: action slot not applying; now copy action and slot props (last_slot_identifier, action_slot, blend/extrapolation/influence) from original base body.
- RetargRelations: skip objects in Original Characters hierarchy (linked collection); only retarget relations outside origs hierarchy.
- MigBoneConst: copy all constraint properties and targets (RNA POINTER/COLLECTION with orig→rep retarget), not just type/name/mute/influence.
- AnimLayers: detect/mirror via RNA (obj.als.turn_on) so “Animation Layer attributes migrated” reports correctly.
- MigCustProps: recursive id-property copy for nested groups; debug logging for armature/bone keys.
## [0.1.0] - 2026-02-19
### Added