Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeinselen/vf-blenderrenderproxyanimation
Adds a proxy render menu item to temporarily reduce output quality for super fast animation previews.
https://github.com/jeinselen/vf-blenderrenderproxyanimation
3d 3d-animation blender blender-3d blender-addon blender-plugin blender3d preset proxy proxy-render render render-animation
Last synced: 3 months ago
JSON representation
Adds a proxy render menu item to temporarily reduce output quality for super fast animation previews.
- Host: GitHub
- URL: https://github.com/jeinselen/vf-blenderrenderproxyanimation
- Owner: jeinselen
- License: gpl-3.0
- Created: 2022-01-24T20:02:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T00:19:19.000Z (7 months ago)
- Last Synced: 2024-07-16T03:53:56.960Z (7 months ago)
- Topics: 3d, 3d-animation, blender, blender-3d, blender-addon, blender-plugin, blender3d, preset, proxy, proxy-render, render, render-animation
- Language: Python
- Homepage:
- Size: 74.2 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VF Render Proxy Animation
This add-on was designed for Blender version 2.8-4.1 (though not all previous versions may be fully supported). For Blender 4.2 and onwards, [please see the new Render Kit extension](https://github.com/jeinselen/Blender-RenderKit).
Adds a proxy render menu item to temporarily reduce output quality for super fast animation previews. This Blender add-on helps animators create motion previews without having to manually change the render engine, reduce the output quality, and toggle compositing nodes on and off. Keep rendering full-quality still images and animations while also outputting quick motion previews when needed.
![screenshot of Blender's Render menu with the add-on installed](images/menu.png)
## Installation and usage
- Download [VF_renderProxyAnimation.py](https://raw.githubusercontent.com/jeinselenVF/VF-BlenderRenderProxyAnimation/main/VF_renderProxyAnimation.py)
- Open Blender preferences and navigate to the "Add-ons" tab
- Install and turn on the Add-on
- Customise the preferences as needed
- A new proxy render option will show up in the drop down Render menu## Add-on Preferences
![screenshot of the add-on's user preferences in the Blender Preferences Add-ons panel](images/preferences.png)
Proxy settings are found under the plugin listing in the Add-on panel of the Blender preferences.
- `Render Engine` choose either Workbench (shaded preview) or Eevee (will use whatever sampling settings are enabled in the Render Properties tab)
- `File Format` use project settings or override with JPEG, PNG, or OpenEXR formats (any of these overrides will use the existing settings accessible in the Output Properties tab)
- `Node Compositing` can use the current project settings (as set in the Compositing window), force on, or force off (helpful if the compositing nodes are slow to compute and unneeded for animation previews)
- `Resolution Multiplier` overrides the setting found in the Output Properties tab so that half or quarter resolution proxy files can be createdAll of these render and output settings are temporarily enabled during the proxy rendering, and the project settings are restored when completed.
## Notes
- Because the basic Python setup used here is synchronos, the user interface will freeze during the rendering process.
- Third party render engines like LuxCore and Radeon ProRender are not included as options for proxy rendering, but this plugin was designed for situations where third-party engines may benefit from a temporary preview engine like Workbench when creating animation proxies for editing.