145 lines
3.3 KiB
Markdown
145 lines
3.3 KiB
Markdown
<!-- Generated by SpecStory, Markdown v2.1.0 -->
|
|
|
|
<!-- cursor Session dd526f99-b20d-401d-abac-ea6770d3a424 (2026-03-10 17:25Z) -->
|
|
|
|
# Dynamic-Link-Manager version and changelog update (2026-03-10 17:25Z)
|
|
|
|
_**User**_
|
|
|
|
Update the version and changelog for the Dynamic-Link-Manager addon:
|
|
|
|
1. **Update blender_manifest.toml**: Change version from "0.1.2" to "0.2.0"
|
|
|
|
2. **Update CHANGELOG.md**: Add a new entry at the top for version 0.2.0 with today's date (2026-03-10) and a concise summary of the changes from the last 11 commits:
|
|
|
|
The commits were:
|
|
- Purge orig actions and cleanup rep actions
|
|
- make rm original work as intended
|
|
- rm run migration
|
|
- add remove original button
|
|
- make tweak tools collapsible
|
|
- separate functions into situational fixes
|
|
- FKrot bake finally working
|
|
- tweak FKRot baking and removal
|
|
- fix error print on migfkrot
|
|
- add FKRotBake, armature parent functionality in RetargRelatives
|
|
- migfkrot working for 1 frame
|
|
|
|
Summarize these concisely into a few bullet points covering:
|
|
- New "Remove Original" operator with collection deletion and action management
|
|
- UI improvements (collapsible Tweak Tools, Situational section)
|
|
- FK rotation migration improvements (baking, single-frame copy, error fixes)
|
|
- Removal of "Run Migration" button
|
|
- Armature parent replication in RetargRelatives
|
|
|
|
Add the new entry at the TOP of the changelog table (before 0.1.2).
|
|
|
|
Use Python to make both edits.
|
|
|
|
---
|
|
|
|
_**Agent (model accounts/fireworks/models/kimi-k2p5, mode Agent)**_
|
|
|
|
|
|
|
|
---
|
|
|
|
<think><details><summary>Thought Process</summary>
|
|
The user wants me to update version and changelog for a Blender addon. Let me first read the existing files to understand their structure, then use Python to make the edits.
|
|
|
|
Let me start by reading the files.</details></think>
|
|
|
|
---
|
|
|
|
I'll first read the existing files to understand their structure, then use Python to make the edits.
|
|
|
|
---
|
|
|
|
<tool-use data-tool-type="shell" data-tool-name="run_terminal_command_v2">
|
|
<details><summary>Tool use: **run_terminal_command_v2** • Run command: cat "t:\Dynamic-Link-Manager\blender_manifest.toml"</summary>
|
|
|
|
```bash
|
|
cat "t:\Dynamic-Link-Manager\blender_manifest.toml"
|
|
```
|
|
|
|
```
|
|
schema_version = "1.0.0"
|
|
|
|
id = "dynamiclinkmanager"
|
|
name = "Dynamic Link Manager"
|
|
tagline = "Character migrator and linked library tools"
|
|
version = "0.1.2"
|
|
type = "add-on"
|
|
|
|
# Optional: Semantic Versioning
|
|
maintainer = "Nathan Lindsay <nathanlindsay9@gmail.com>"
|
|
license = ["GPL-3.0-or-later"]
|
|
blender_version_min = "4.5.0"
|
|
|
|
website = "http://10.1.10.3:30008/Nathan/Dynamic-Link-Manager"
|
|
|
|
tags = ["3D View"]
|
|
|
|
```
|
|
</details>
|
|
</tool-use>
|
|
|
|
---
|
|
|
|
<tool-use data-tool-type="shell" data-tool-name="run_terminal_command_v2">
|
|
<details><summary>Tool use: **run_terminal_command_v2**</summary>
|
|
|
|
</details>
|
|
</tool-use>
|
|
|
|
---
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
---
|
|
|
|
<tool-use data-tool-type="shell" data-tool-name="run_terminal_command_v2">
|
|
<details><summary>Tool use: **run_terminal_command_v2**</summary>
|
|
|
|
</details>
|
|
</tool-use>
|
|
|
|
---
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
---
|
|
|
|
<tool-use data-tool-type="shell" data-tool-name="run_terminal_command_v2">
|
|
<details><summary>Tool use: **run_terminal_command_v2**</summary>
|
|
|
|
</details>
|
|
</tool-use>
|
|
|
|
---
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
---
|
|
|
|
<tool-use data-tool-type="shell" data-tool-name="run_terminal_command_v2">
|
|
<details><summary>Tool use: **run_terminal_command_v2**</summary>
|
|
|
|
</details>
|
|
</tool-use>
|
|
|
|
---
|
|
|