https://github.com/jonaswischeropp/blender_wireframe_renderer
Renderes the wireframe of the active scene.
https://github.com/jonaswischeropp/blender_wireframe_renderer
blender-addon wireframe
Last synced: 5 months ago
JSON representation
Renderes the wireframe of the active scene.
- Host: GitHub
- URL: https://github.com/jonaswischeropp/blender_wireframe_renderer
- Owner: JonasWischeropp
- License: gpl-3.0
- Created: 2023-05-21T11:58:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-09T12:05:19.000Z (over 1 year ago)
- Last Synced: 2025-10-31T04:41:23.981Z (8 months ago)
- Topics: blender-addon, wireframe
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Render Wireframe Blender Addon
This addon makes it easy to render the wireframe of a scene with the press of a button.
It's done by using and extending the technique described [here](https://www.artstation.com/blogs/daustindoodles/GKpw/quick-and-easy-wireframe-renders-in-blender) by D. Austin.
## Setup
1. Download [render_wireframe.py](render_wireframe.py)
- Click on [render_wireframe.py](render_wireframe.py)
- Click on the three dots above the document on the right side and choose *Download*
2. Install inside Blender
- Navigate to Edit > Preferences > Add-ons
- Press *Install* and select the downloaded file
- Tick the box next to `Render: Render Wireframe`, to activate the addon
## How to Use
The functionality and settings are exposed in the **Render Properties** panel under **Wireframe Renderer**.
Or for faster access the render can be triggered from the top bar under **Render**.
## Feedback or Issues
If you have feedback or run into issues please contact me.
For example by filing an issue [here](https://github.com/JonasWischeropp/blender_wireframe_renderer/issues).