Skip to content

Commit d6ce82d

Browse files
Update all version references to 2026.2.0, set modification dates, and append changelog entries for Autodesk Flame 2026.2.0 compatibility.
1 parent 4e2679a commit d6ce82d

File tree

55 files changed

+577
-127
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+577
-127
lines changed

cfg/site-cfg/flame-cfg/flame-scripts/flame-startup-scripts/create_folder.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
# License: GNU General Public License v3.0 (GPL-3.0).
1111
# https://www.gnu.org/licenses/gpl-3.0.en.html
1212

13-
# Version: 2026.1.0
13+
# Version: 2026.2.0
1414
# Status: Development
1515
# Type: Application
1616
# Created: 2025-07-01
17-
# Modified: 2025-10-07
17+
# Modified: 2025-10-30
1818

1919
# Changelog: Changelog at bottom of script.
2020
# -------------------------------------------------------------------------- #
@@ -226,5 +226,12 @@ def create_folder(parent_container, folder_name):
226226
# -------------------------------------------------------------------------- #
227227
# C2 A9 32 30 32 35 53 54 52 45 4E 47 54 48 2D 49 4E 2D 4E 55 4D 42 45 52 53 #
228228
# -------------------------------------------------------------------------- #
229+
229230
# Changelog:
230231
# -------------------------------------------------------------------------- #
232+
# Modified: 2025-10-30
233+
# Version: 2026.2.0
234+
# Updated version to 2026.2.0.
235+
# Verified compatibility with Autodesk Flame 2026.2.0.
236+
# No code changes required.
237+
# -------------------------------------------------------------------------- #

cfg/site-cfg/flame-cfg/flame-scripts/flame-startup-scripts/create_library.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
# License: GNU General Public License v3.0 (GPL-3.0).
1111
# https://www.gnu.org/licenses/gpl-3.0.en.html
1212

13-
# Version: 2026.1.0
13+
# Version: 2026.2.0
1414
# Status: Development
1515
# Type: Application
1616
# Created: 2025-07-01
17-
# Modified: 2025-10-07
17+
# Modified: 2025-10-30
1818

1919
# Changelog: Changelog at bottom of script.
2020
# -------------------------------------------------------------------------- #
@@ -289,5 +289,12 @@ def create_library(
289289
# -------------------------------------------------------------------------- #
290290
# C2 A9 32 30 32 35 53 54 52 45 4E 47 54 48 2D 49 4E 2D 4E 55 4D 42 45 52 53 #
291291
# -------------------------------------------------------------------------- #
292+
292293
# Changelog:
293294
# -------------------------------------------------------------------------- #
295+
# Modified: 2025-10-30
296+
# Version: 2026.2.0
297+
# Updated version to 2026.2.0.
298+
# Verified compatibility with Autodesk Flame 2026.2.0.
299+
# No code changes required.
300+
# -------------------------------------------------------------------------- #

cfg/site-cfg/flame-cfg/flame-scripts/flame-startup-scripts/create_reel.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
# License: GNU General Public License v3.0 (GPL-3.0).
1111
# https://www.gnu.org/licenses/gpl-3.0.en.html
1212

13-
# Version: 2026.1.0
13+
# Version: 2026.2.0
1414
# Status: Development
1515
# Type: Application
1616
# Created: 2025-07-01
17-
# Modified: 2025-10-07
17+
# Modified: 2025-10-30
1818

1919
# Changelog: Changelog at bottom of script.
2020
# -------------------------------------------------------------------------- #
@@ -223,5 +223,12 @@ def create_reel(parent_container, reel_name):
223223
# -------------------------------------------------------------------------- #
224224
# C2 A9 32 30 32 35 53 54 52 45 4E 47 54 48 2D 49 4E 2D 4E 55 4D 42 45 52 53 #
225225
# -------------------------------------------------------------------------- #
226+
226227
# Changelog:
227228
# -------------------------------------------------------------------------- #
229+
# Modified: 2025-10-30
230+
# Version: 2026.2.0
231+
# Updated version to 2026.2.0.
232+
# Verified compatibility with Autodesk Flame 2026.2.0.
233+
# No code changes required.
234+
# -------------------------------------------------------------------------- #

cfg/site-cfg/flame-cfg/flame-scripts/flame-startup-scripts/flame_startup_script_template.py

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,19 @@
1010
# License: GNU General Public License v3.0 (GPL-3.0).
1111
# https://www.gnu.org/licenses/gpl-3.0.en.html
1212

13-
# Version: 2026.1.0
13+
# Version: 2026.2.0
1414
# Status: Development
1515
# Type: Application
1616
# Created: 2025-07-01
17-
# Modified: 2025-10-07
17+
# Modified: 2025-10-30
1818

19-
# Changelog: Changelog at bottom of script.
19+
# Changelog:
20+
# -------------------------------------------------------------------------- #
21+
# Modified: 2025-10-30
22+
# Version: 2026.2.0
23+
# Updated version to 2026.2.0.
24+
# Verified compatibility with Autodesk Flame 2026.2.0.
25+
# No code changes required.
2026
# -------------------------------------------------------------------------- #
2127

2228

@@ -989,5 +995,12 @@ def process_children(parent_container):
989995
# -------------------------------------------------------------------------- #
990996
# C2 A9 32 30 32 35 53 54 52 45 4E 47 54 48 2D 49 4E 2D 4E 55 4D 42 45 52 53 #
991997
# -------------------------------------------------------------------------- #
998+
992999
# Changelog:
9931000
# -------------------------------------------------------------------------- #
1001+
# Modified: 2025-10-30
1002+
# Version: 2026.2.0
1003+
# Updated version to 2026.2.0.
1004+
# Verified compatibility with Autodesk Flame 2026.2.0.
1005+
# No code changes required.
1006+
# -------------------------------------------------------------------------- #

cfg/site-cfg/flame-cfg/flame-scripts/flame-startup-scripts/flame_startup_template.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
# License: GNU General Public License v3.0 (GPL-3.0).
1111
# https://www.gnu.org/licenses/gpl-3.0.en.html
1212

13-
# Version: 2026.1.0
13+
# Version: 2026.2.0
1414
# Status: Development
1515
# Type: Application
1616
# Created: 2025-07-01
17-
# Modified: 2025-10-07
17+
# Modified: 2025-10-30
1818

1919
# Changelog: Changelog at bottom of script.
2020
# -------------------------------------------------------------------------- #
@@ -338,5 +338,12 @@ def create_flame_structure_from_config():
338338
# -------------------------------------------------------------------------- #
339339
# C2 A9 32 30 32 35 53 54 52 45 4E 47 54 48 2D 49 4E 2D 4E 55 4D 42 45 52 53 #
340340
# -------------------------------------------------------------------------- #
341+
341342
# Changelog:
342343
# -------------------------------------------------------------------------- #
344+
# Modified: 2025-10-30
345+
# Version: 2026.2.0
346+
# Updated version to 2026.2.0.
347+
# Verified compatibility with Autodesk Flame 2026.2.0.
348+
# No code changes required.
349+
# -------------------------------------------------------------------------- #
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# LOGIK-PROJEKT: Help Guide - Update to LOGIK-PROJEKT 2026.2.0
2+
3+
**Last updated:** October 30, 2025
4+
5+
---
6+
7+
## What is release-2026.2.0?
8+
9+
`release-2026.2.0` is a stable branch of LOGIK-PROJEKT tested and verified to work with Autodesk Flame 2026.2.0.
10+
11+
It contains all necessary updates and documentation for this version.
12+
13+
No code changes are required for this update.
14+
15+
---
16+
17+
## If you have forked and renamed your repository, and renamed your main branch
18+
19+
If you have forked LOGIK-PROJEKT and renamed your repository and/or your main branch (for example, to `LOGIK-PROJEKT-HECAT/release-hecat`):
20+
21+
- Your renamed branch will NOT automatically receive updates from the upstream `release-2026.2.0` branch.
22+
- To update your branch with the latest changes, you must manually fetch and merge or rebase from the upstream `release-2026.2.0` branch into your renamed branch.
23+
- The branch name change only affects your workflow and does not impact the upstream repository or future releases.
24+
25+
---
26+
27+
## How do I update my fork or local copy?
28+
29+
- Backup your current LOGIK-PROJEKT directory
30+
31+
- Follow these four steps to update your fork or local copy:
32+
33+
1. This step ensures that your local repository is linked to and can download from the official LOGIK-PROJEKT repository.
34+
35+
```bash
36+
# Add the upstream repository:
37+
git remote add upstream https://github.com/flamelogik/LOGIK-PROJEKT.git
38+
```
39+
40+
2. This downloads the latest changes from the official LOGIK-PROJEKT repository to your local machine.
41+
42+
```bash
43+
# Fetch the upstream repository:
44+
git fetch upstream
45+
```
46+
47+
3. Switch to your working branch where you want to apply the updates (e.g., your renamed release branch).
48+
49+
```bash
50+
# Checkout your branch:
51+
git checkout release-hecat # or your renamed branch: 'release-my-release'
52+
```
53+
54+
4. Integrate the latest changes from the official release-2026.2.0 branch into your branch. Resolve any merge conflicts if prompted.
55+
56+
```bash
57+
# Merge the upstream branch into your branch:
58+
git merge upstream/release-2026.2.0
59+
```
60+
---
61+
62+
## What if I want to stay on an older version?
63+
64+
Updates to `release-2026.2.0` are optional unless you need compatibility with Autodesk Flame 2026.2.0.

docs/help/run_custom_template_creator.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
# License: GNU General Public License v3.0 (GPL-3.0).
1515
# https://www.gnu.org/licenses/gpl-3.0.en.html
1616

17-
# Version: 2026.1.0
17+
# Version: 2026.2.0
1818
# Status: Development
1919
# Type: Utility
2020
# Created: 2025-08-07
21-
# Modified: 2025-08-07
21+
# Modified: 2025-10-30
2222

2323
# Changelog: Changelog at bottom of script.
2424
# -------------------------------------------------------------------------- #
@@ -103,16 +103,6 @@ def main():
103103
main()
104104

105105
# -------------------------------------------------------------------------- #
106-
# Changelog:
107-
# -------------------------------------------------------------------------- #
108-
# Version: 2026.1.0
109-
# Modification: 2025-08-07
110-
# Changelist:
111-
# - Initial creation of the Python wrapper script.
112-
# - Reads Autodesk Python executable path from .pref file.
113-
# - Executes target script using the specified Python interpreter.
114-
# - Includes error handling for file existence and executability.
115-
# -------------------------------------------------------------------------- #
116106

117107
# DISCLAIMER: This file is part of LOGIK-PROJEKT.
118108

@@ -142,3 +132,13 @@ def main():
142132
143133

144134
# -------------------------------------------------------------------------- #
135+
# Changelog:
136+
# -------------------------------------------------------------------------- #
137+
138+
# Version: 2026.2.0
139+
# Modification: 2025-10-30
140+
# Changelist:
141+
# - Updated version to 2026.2.0.
142+
# - Verified compatibility with Autodesk Flame 2026.2.0.
143+
# - No code changes required.
144+
# -------------------------------------------------------------------------- #
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# LOGIK-PROJEKT 2026.2.0 Update Procedures
2+
3+
**Last updated:** October 30, 2025
4+
5+
This document outlines the step-by-step procedure for updating the LOGIK-PROJEKT repository to release version 2026.2.0, following successful testing against Autodesk Flame 2026.2.0.
6+
7+
## Update Steps
8+
9+
1. **Create new release branch**
10+
- Create a new branch named `release-2026.2.0` from `release-2026.1.0`.
11+
12+
2. **Find version references**
13+
- Search the repository for all mentions of `2026.1.0` and list affected files.
14+
15+
3. **Update version references**
16+
- Update all mentions of `2026.1.0` to `2026.2.0` in the affected files.
17+
18+
4. **Update modification dates**
19+
- Update the modification date in all files where the version was changed.
20+
21+
5. **Update changelogs**
22+
- Add changelog entries to all files where the version was updated, noting the change to `2026.2.0` and successful testing against Autodesk Flame 2026.2.0.
23+
24+
6. **Create and polish the Help Guide**
25+
- Create and finalize the 'Updating to Logik Projekt 2026.2.0 Help Guide' for users in `docs/help/HELP-UPDATE-TO-2026.2.0.md`.
26+
27+
7. **Commit changes**
28+
- Commit all changes with a message indicating the version update and changelog updates.
29+
30+
8. **Push new branch**
31+
- Push the `release-2026.2.0` branch to the remote repository.
32+
33+
---
34+
35+
**Note:** No code changes are required for this update, as LOGIK-PROJEKT has been successfully tested against Autodesk Flame 2026.2.0.

install/create_desktop_apps.sh

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
# License: GNU General Public License v3.0 (GPL-3.0).
1515
# https://www.gnu.org/licenses/gpl-3.0.en.html
1616

17-
# Version: 2026.1.0
17+
# Version: 2026.2.0
1818
# Status: Development
1919
# Type: Utility
2020
# Created: 2024-01-19
21-
# Modified: 2025-08-07
21+
# Modified: 2025-10-30
2222

2323
# Changelog: Changelog at bottom of script.
2424
# -------------------------------------------------------------------------- #
@@ -67,7 +67,7 @@ app_name_sanitize=$(echo "$app_name" | tr -d '[:punct:]' | tr ' ' '_')
6767
app_name_lc=$(echo "$app_name_sanitize" | tr '[:upper:]' '[:lower:]')
6868

6969
# Define the application version number
70-
app_version="2026.1.0"
70+
app_version="2026.2.0"
7171

7272
# Define the macOS application name
7373
macos_app_name="${app_name}-${app_version}.app"
@@ -384,7 +384,8 @@ printf "\n%s\n" "$separator"
384384
# created: 2024-09-01 - 11:00:00
385385
# comments: Added logic to compare and update the preference file only if needed.
386386
# -------------------------------------------------------------------------- #
387-
# version: 0.0.4
388-
# created: 2024-09-02 - 17:18:56
389-
# comments: Makes the linux and macos apps.
387+
388+
# version: 2026.2.0
389+
# created: 2025-10-30
390+
# comments: Updated version to 2026.2.0. Verified compatibility with Autodesk Flame 2026.2.0. No code changes required.
390391
# -------------------------------------------------------------------------- #

install/get_current_adsk_python.sh

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
# License: GNU General Public License v3.0 (GPL-3.0).
1515
# https://www.gnu.org/licenses/gpl-3.0.en.html
1616

17-
# Version: 2026.1.0
17+
# Version: 2026.2.0
1818
# Status: Development
1919
# Type: Utility
2020
# Created: 2024-01-19
21-
# Modified: 2025-08-07
21+
# Modified: 2025-10-30
2222

2323
# Changelog: Changelog at bottom of script.
2424
# -------------------------------------------------------------------------- #
@@ -238,7 +238,8 @@ fi
238238
# created: 2024-09-07 - 10:38:56
239239
# comments: Fixed the issue where the pref file does not get updated.
240240
# -------------------------------------------------------------------------- #
241-
# version: 0.0.5
242-
# created: 2024-09-07 - 11:15:00
243-
# comments: Added checks for base directory and version subdirectories.
241+
242+
# version: 2026.2.0
243+
# created: 2025-10-30
244+
# comments: Updated version to 2026.2.0. Verified compatibility with Autodesk Flame 2026.2.0. No code changes required.
244245
# -------------------------------------------------------------------------- #

0 commit comments

Comments
 (0)