https://github.com/kents00/painterlifydemo
Adds Paint Overlay effect into compositing node
https://github.com/kents00/painterlifydemo
Last synced: 3 months ago
JSON representation
Adds Paint Overlay effect into compositing node
- Host: GitHub
- URL: https://github.com/kents00/painterlifydemo
- Owner: kents00
- License: gpl-3.0
- Created: 2024-07-25T16:12:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-11T06:56:52.000Z (about 1 year ago)
- Last Synced: 2025-03-28T03:53:52.977Z (6 months ago)
- Language: Python
- Homepage:
- Size: 18.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Painterlify
## Introduction
**Painterlify** is a Blender add-on designed to add a "Paint Overlay" effect into the compositing node editor. It provides an easy way to create painterly effects on your rendered images directly within Blender.

**Paint Size**
- Controls the size of the smoothing neighborhood. Large values may introduce artifacts for highly detailed areas.
**Soften**
- Slightly blurs the image.
**Hue**
- Overall color tint of an image or texture
**Saturation**
- Controls the intensity or purity of the colors.
**Exposure**
- Adjust the brightness of an image or render by modifying its exposure.
**X and Y Rotation**
- Used to move the overlay paint horizontally and vertically.
**Angle**
- Used to rotate an image around its center.
## Installation
To install this add-on in Blender, follow these steps:
- Open Blender and go to Edit > Preferences.
- In the Preferences window, select the "Add-ons" tab.
- At the bottom of the window, click the "Install" button.
- In the file browser that opens, navigate to the location of the add-on file you want to install. The add-on file should have a .zip extension.
- Select the add-on file and click the "Install Add-on from File" button.The add-on will now be installed and will appear in the list of available add-ons. To enable the add-on, locate it in the list and click the checkbox next to its name. You can also install an add-on by clicking the "Install from File" button in the "Add-ons" tab of the Preferences window and selecting the add-on file from the file browser.