Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
SAM-tak committed Aug 1, 2022
1 parent 7d80540 commit c28217a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Blender addon to render 360° and 180° images and videos in eevee engine with s

You will need to get [**Blender 3.x**](https://www.blender.org), install it, download the zip file from this GitHub, load the addon into Blender by installing the zip file in Blender Preferences > Add-ons > Install, search for "eeVR" under the Community tab and click the checkbox to enable it. A tool panel will appear in the 3D Viewport's **Tool tab**, FOV value adjustment, and buttons for rendering stills and animations. **The rendered images/image sequences will be stored in the same directory as the .blend file**.

**NOTE** : The eeVR panel appears only when the render engine is EEVEE.

![Tool Panel](img/tools-01.jpg "Tool Panel") ![Tool Panel](img/tools-02.jpg "Tool Panel")

### Stitch Margin
Expand All @@ -20,6 +22,12 @@ Final Image

![Final Image](img/finalimage.jpg "Final Image")

### No Side Plane

Generates panorama image **without rendering side views**.

It is neccesary Horizontal FOV is under 160°.

## License

This project is licensed under the GNU General Public License v3.0 - see the [LICENSE.md](LICENSE.md) file for details.
Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"name": "eeVR",
"description": "Render in different projections using Eevee engine",
"author": "EternalTrail, SAMtak",
"version": (0, 4, 0),
"version": (0, 5, 0),
"blender": (3, 0, 0),
"location": "View3D > Tool Tab (Available when EEVEE or Workbench)",
"warning": "This addon is still in early alpha, may break your blend file!",
Expand Down
Binary file modified img/tools-01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/tools-02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c28217a

Please sign in to comment.