Skip to content

Commit

Permalink
Updated engon from monorepo commit 144d7eef06131161534221babd3706c979…
Browse files Browse the repository at this point in the history
…b56b2a
  • Loading branch information
mpreisler committed Feb 7, 2024
1 parent f0712cc commit 29a23ce
Show file tree
Hide file tree
Showing 27 changed files with 1,408 additions and 334 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

## About

> Engon is a small code-only addon that contains all asset addon functionality: spawning, variants,
> engon is a small code-only addon that contains all asset addon functionality: spawning, variants,
> find missing files, snap to > ground, animations, ... All the former addon functionality: botaniq
> scatter, ... in one big addon containing all the code. That way we can ship bug fixes and add
> even more functionality very quickly. And you can auto-update without downloading tens of GB of
Expand Down
6 changes: 3 additions & 3 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@


bl_info = {
"name": "engon by polygoniq",
"name": "engon",
"author": "polygoniq xyz s.r.o.",
"version": (1, 0, 0), # bump doc_url as well!
"version": (1, 0, 1), # bump doc_url as well!
"blender": (3, 3, 0),
"location": "polygoniq tab in the sidebar of the 3D View window",
"description": "",
"category": "Object",
"doc_url": "https://docs.polygoniq.com/engon/1.0.0/",
"doc_url": "https://docs.polygoniq.com/engon/1.0.1/",
"tracker_url": "https://polygoniq.com/discord/"
}

Expand Down
Loading

0 comments on commit 29a23ce

Please sign in to comment.