Skip to content

Commit

Permalink
updated version and to use Blender 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amatteo committed Jul 23, 2024
1 parent 37a1030 commit 0c9a2e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Blender JBeam Editor
This Blender plugin allows you to import existing JBeam parts or whole vehicles, modify them with Blender's advanced modelling tools, and export them!

**NOTE: This plugin is only compatible with Blender 4.1 (4.2 and above is NOT supported currently!), this plugin will not work on older versions! You can get the latest version of Blender [here](https://www.blender.org/download/). When installing this plugin, please remove the currently installed version (if installed), install the new version, and restart Blender! And make sure to run Blender as an administrator so that file importing/exporting can work!**
**NOTE: This plugin is only compatible with Blender 4.2+, this plugin will not work on older versions! You can get the latest version of Blender [here](https://www.blender.org/download/). When installing this plugin, please remove the currently installed version (if installed), install the new version, and restart Blender! And make sure to run Blender as an administrator so that file importing/exporting can work!**

![](blender.png)

Expand Down
4 changes: 2 additions & 2 deletions docs/user/user_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ This Blender plugin allows you to import existing JBeam parts or whole vehicles,
---

### Prerequisites
* Blender 4.0+
* Blender 4.2+
* Download and install from the official site https://www.blender.org/
* Blender JBeam Editor
* Download from the *GitHub Releases* page https://github.com/BeamNG/Blender-JBeam-Editor/releases or build the plugin yourself from the source code

---

### Plugin Installation
1. Open Blender 4.0+
1. Open Blender 4.2+
2. On the upper left hand corner, click on *Edit* > *Preferences...*

![](installation_1.png)
Expand Down
4 changes: 2 additions & 2 deletions jbeam_editor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"name": "Blender JBeam Editor",
"description": "Modify BeamNG JBeam files in a 3D editor!",
"author": "BeamNG",
"version": (0, 2, 4),
"blender": (4, 1, 1),
"version": (0, 2, 5),
"blender": (4, 2, 0),
"location": "File > Import > JBeam File / File > Export > JBeam File",
"warning": "",
"doc_url": "https://github.com/BeamNG/Blender-JBeam-Editor/blob/vehicle_importer/docs/user/user_docs.md",
Expand Down

0 comments on commit 0c9a2e1

Please sign in to comment.