Skip to content

Commit

Permalink
plugin - bump minimal blender version
Browse files Browse the repository at this point in the history
  • Loading branch information
HENDRIX-ZT2 committed Jan 22, 2025
1 parent 860c749 commit b2eca30
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ If you would like to install the dependencies manually:
### Blender Plugin Installation
Currently the tools work in blender 3.6 to 4.0.
Currently the tools work in blender 4.1+.
- [Blender Plugin - How to Use](https://github.com/OpenNaja/cobra-tools/wiki/Blender-Plugin---How-to-Use)
Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
bl_info = {
"name": "Frontier's Cobra Engine Formats",
"author": "Harlequinz Ego, HENDRIX et al.",
"blender": (4, 0, 0),
"blender": (4, 1, 0),
"version": (2025, 1, 20),
"location": "File > Import-Export",
"description": "Import-Export models, skeletons and animations",
Expand Down
4 changes: 2 additions & 2 deletions __version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# this file is auto-generated by the pre-commit hook increment_version.py
VERSION = "2025.01.20"
COMMIT_HASH = "1a93c5935"
COMMIT_TIME = "Mon Jan 20 15:08:22 2025 +0100"
COMMIT_HASH = "860c7492c"
COMMIT_TIME = "Mon Jan 20 15:27:56 2025 +0100"

0 comments on commit b2eca30

Please sign in to comment.