Skip to content

Commit

Permalink
Bump version and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lasa01 committed Jul 7, 2024
1 parent 90a2c15 commit 16b90eb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plumber"
version = "1.0.2"
version = "1.1.0"
authors = ["Lassi Säike"]
edition = "2021"

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ Transforming the 3D sky
- The 3D sky is usually clearly outside the main map area and in much smaller scale.
- Ensure you have the 3D sky origin (sky_camera) selected as the active object, and press `Object -> Transform VMF 3D sky` to transform the objects into the correct position and scale.

Imported metadata for external scripts / addons
- Some extra metadata is imported as custom properties for Blender 3.0 and above.
- This can be used by external scripts and addons to further process the imported data.
- This includes full paths for props' models and materials as `path_id`, and Source engine-defined properties for entities as `props`.

### MDL
`File -> Import -> Plumber -> Source Model (.mdl)`

Expand Down
2 changes: 1 addition & 1 deletion plumber/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
bl_info = {
"name": "Plumber",
"author": "Lassi Säike",
"version": (1, 0, 2),
"version": (1, 1, 0),
"blender": (2, 90, 0),
"location": "File > Import -> Plumber",
"description": "Imports Source Engine assets.",
Expand Down

0 comments on commit 16b90eb

Please sign in to comment.