Our Paint v0.3 is out NOW
Our Paint » Devlog
After some major improvements, Our Paint v0.3 is finally out :D
Also, I made a short comic with Our Paint while developing all these features and improvements. Go check it out :D
Compared to the previous version…
- Support custom keyboard shortcut for operations. Configure them in
Circle > Input Mapping
orUser Preferences > Input > Input Device Handling
. - Our Paint now writes thumbnail inside
.ourpaint
files. When selecting files from Our Paint internally, you can see the thumbnail showing up. For linux, Our Paint would also show thumbnails from other files if they have system thumbnail cache. - Our Paint is now capable of writing project files with multiple threads, it’s much faster than before. This feature is off by default, and can be enabled in the user preferences. If you found it to be unstable or you don’t have adequate memory, you can just turn that option off.
- New feature for automatically setting color spaces for different monitors. Configure this feature in
User Preferences > Display > Per screen config
. - New feature for moving/duplicating layers, also there’s a one click sketch layer toggle feature.
- New color value boost feature, this allows you to select colors that has RGB values that are over 1. This is useful for bright color mixing.
- Multiple new brush modes:
- Normal
- Lock Alpha
- Tint(Lock brightness and alpha)
- Accumulate (Accumulate with RGB value only, pixels appears brighter as you draw)
- New notebook feature, it can save some text notes alongside the canvas.
- New visual reference grid feature, convenient for drawing horizontal or vertical lines.
- Crop to border feature now allows you to crop to inner/outer borders and also for left/right pages individually.
- Allowing specifying position when importing PNG files.
- Now allowing exporting PNG files with transparent backgrounds.
- Fixed the slight issue where converting from AdobeRGB in lcms make the image go slightly darker than the GLSL canvas result.
- Integrally numbered brush size feature.
- Improved support for huge images, it should be much more stable in huge canvas as long as you have adequate memory.
Have fun painting :D
Files
OurPaint_v0.3_Windows_x86_64.zip 19 MB
Apr 21, 2024
OurPaint_v0.3_Linux_x86_64.tar.gz 28 MB
Apr 21, 2024
Get Our Paint
Download NowName your own price
Our Paint
The node-based painting program
Status | Released |
Category | Tool |
Author | chengdulittlea |
Tags | Creative, Drawing, node, Painting, Procedural Generation |
Languages | English, Chinese, Chinese (Simplified) |
Accessibility | Configurable controls, High-contrast |
More posts
- Soft Proofing feature for Our Paint (WIP)22 days ago
- Our Paint v0.3b is out!Aug 02, 2024
- FIXED! Our Paint on Intel Arc series iGPUsAug 02, 2024
- I should have included more fixes for Our Paint...Jul 28, 2024
- Our Paint v0.3a is out :DJul 20, 2024
- Multithread-write fix for OurPaintMay 06, 2024
- Emergency hot fix for OurPaint v0.3Apr 22, 2024
- Our Paint v0.2a is out for Linux!Jan 18, 2024
Comments
Log in with itch.io to leave a comment.
I actually made a mistake of not turning on threaded file IO in the code by default, so updated the release log description to reflect that.