Skip to content

Releases: ucupumar/ucupaint

2.1.2

14 Oct 12:51

Choose a tag to compare

What’s new

  • Uniform vector scaling (#196)
  • Preference option to enable/disable auto UDIM detection (#200)
  • Now there’s a warning popup when trying to delete/merge unsaved layer/mask images (#193)
  • No more single option confirmation popup to move a layer outside of a group (#195)

Bugfixes

  • Fix: Copying a layer doesn't copy layer parameters (#194)
  • Fix: Trying to bake Fake Lighting throws an error when it's used in certain layer stacks (#191)
  • Fix Ucupaint Multi-User Node breaks the node setup when Use Baked and Enable Baked Outside is active (#190)
  • Fix: Incorrect image paths if the blend file is saved after images were imported to Ucupaint (#192)
  • Fix: Missing UI after using image alpha as a mask (#188)
  • Fix: Missing icons can happen randomly
  • Fix: Driver can be wrongly assigned after changing layer parameters

Demo

uniform_scale_demo.mp4

2.1.1

09 Oct 13:01

Choose a tag to compare

This is supposed to be a maintenance release of Ucupaint, but thanks to many PRs from @passivestar, it also has a lot of new quality-of-life features ✨

New features

  • Ucupaint uses modern blender icons by default (legacy icons still can be selected in the addon preferences) (#171)
  • Open Image as Decal in the file browser (#169)
  • New preference setting to skip some popups (shift + click the button will still show the popup when necessary) (#170)
  • New preferences setting to use Enable baked outside by default (useful for exporting assets to other apps)
  • New operator to set position decal to 3d cursor (#179)
  • New image menu to Save an Image Copy
output
New modern icons on Ucupaint 2.1.1

Changes

  • Decal object will use the same collection as the parent object
  • SSAA is disabled by default for baking other objects' data since it will quadruple the memory usage

Bugfixes

  • Fix: Load material images scans all asset files in the asset browser, which can cause errors and slowdown (#167)
  • Fix: Duplicate Ucupaint Node can cause the original node to have multiple users
  • Fix: Opening an already existing image from disk won’t use the available image
  • Fix: Enabling normal channel inside a group can cause wrong render or bake results
  • Fix: Save as Image Copy option does not work
  • Fix: Load images from material does not scan images inside node groups
  • Fix: Cannot properly load ‘Metalness’ image to ‘Metallic’ channel

2.1.0

20 Sep 10:59

Choose a tag to compare

New features

  • Decal mapping (#37) (Demo)
  • Load images from material
  • Load images from asset browser right-click menu (Demo)
  • Load image from file browser right-click menu
  • Partial Arabic Localization (#145)
  • Use Layer Vector mapping for mask (#157)
  • Option to use float image for baked normal and custom bake target(#165)
  • Option to change default bake device on preferences
  • Denoise option for baking bevel grayscale
  • Interpolation option when baking to a layer
  • Supports for ACES or any custom OCIO profiles (#163)
  • Lower the Blender requirements to Blender 2.76

Changes

  • Custom bake target will always use Non-Color colorspace since Blender has a problem showing individual R/G/B channels on image editor if it’s an sRGB image.
  • When loading images to a single layer, if a bump and normal map are found at the same time, only the bump map will be used by default since most PBR textures have the exact effect between their bump and normal map.
  • Use Displacement Only mode when enabling displacement setup since it produces better displacement on cycles while not affecting Eevee.
  • Ucupaint UI will still be accessible when you use Hydra Storm render engine for testing purpose.

Bugfixes

  • Fix: UDIM is not detected automatically when rebaking layer
  • Fix: Preview mode does not work with normal map layer
  • Fix: Edge Detect radius input is not used when creating new edge detect mask (#152)
  • Fix: Cannot update some older node setups with smooth bump on
  • Fix: Cannot create UDIM layer/mask with a material that has a curve using it
  • Fix: Cannot install ucupaint on some Linux distributions that have no toml module installed
  • Fix: Using transition bump with add blend type will produce wrong max height value
  • Fix: A crash can happen after internally connecting nodes
  • Fix: Fix Missing Data is causing layer channel override to be turned off
  • Fix: Fix Missing Data can disconnect some layer nodes.
  • Fix: Simplify scene can cause an error when trying to sculpt VDM layer
  • Fix: Cannot create a new layer on an object with geometry nodes that use panel socket
  • Fix: Cannot bake objects with shapekeys on some blender versions
  • Fix: Fake lighting does not bake to normal channel (#164)
  • Fix: Error can happen when using normalmap override for non-vectorable layer
  • Fix: Renaming channel did not rename some of normal input output names

Video Demo

New features demo

2.0.1

25 Jul 11:07

Choose a tag to compare

Maintenance release of Ucupaint, contains small changes and bugfixes.

Bugfixes

  • Fix: When using multiple materials in a single mesh, painting an image layer will also paint another material’s image layer (#142)
  • Fix: Some older files can’t be updated to version 2.0
  • Fix: Crash can happen when opening a file created using older ucupaint
  • Fix: Merging image layers will add .001 prefix to the image result
  • Fix: Merging image layers produces a wrong result on Blender 2.79

Changes

For future compatibility, distutils module is no longer used since it will be removed in Python 3.12.

2.0.0

16 Jul 10:32

Choose a tag to compare

Ucupaint went on a huge refactor on this release, so it skipped version 1.x and went straight into version 2.0. This refactor opens up new possibilities while adding performance improvements.

New features

  • Driver support (Demo)
  • Per-layer opacity/intensity (Demo)
  • Realtime displacement on Blender 4.2+ (Demo)
  • Vector displacement layers on Blender 4.2+ (Demo)
  • Bump midlevel is now editable.

Other changes

  • Parallax is now hidden under experimental features since it’s inaccurate and only looks good on flat meshes.
  • List of layer channels is now collapsed by default because there is already a layer opacity slider.
  • Height output from Ucupaint node is now only available when displacement setup is enabled.
  • Bump height/distance now uses the same scaling as Blender, so the default value now produces a lighter bump compared to previous versions.

Notable bugfixes

  • Fix: Opening an already-used image layer inside a group is causing Blender to freeze.
  • Fix: Selecting non-image texture layers did not update the active UV map.

Support

Ucupaint 2.0 still supports all Blender versions from Blender 2.79, so no worries for anyone who still uses older hardware/software

1.2.10

28 Jun 07:49

Choose a tag to compare

Maintenance release of Ucupaint, this has several bugfixes and some optimization changes.

What's New

  • More descriptions of various UI buttons are added
  • Interpolation option is an option when baking the channel
  • Some icons are tweaked in size to make the collapsible triangle more visible

smaller_icons

Bugfixes

  • Fix #136: Disable Eraser button doesn't want to disappear in some scenario
  • Fix: Using float image layer as normal map produce wrong normal (7e564fb)
  • Fix: Baking channels with denoise and FXAA turned on still produce noisy images (560f0d2)
  • Fix: Selecting image layers sometimes can cause blender to crash.

1.2.9

11 Jun 14:49

Choose a tag to compare

Maintenance release of Ucupaint, this has several bugfixes and some optimization changes.

What's New

  • Smooth bump is now disabled by default, but all images used for normal channel will be using 'Cubic' interpolation automatically so the bump will still be less blocky than standard 'Linear' interpolation. This will hugely affect the shader compilation and responsiveness of the addon.
  • Now ucupaint will switch viewport to material view by default when doing the quick setup.
  • Ucupaint has finally been approved on Blender extension platform! (https://extensions.blender.org/add-ons/ucupaint/)

Bugfixes

  • Fix #126: Error when baking Other Object's layer when the other object is Text or Curves
  • Fix: Cannot duplicate layer with image atlas (f5e6130)

1.2.8

05 Jun 14:50

Choose a tag to compare

Maintenance release of Ucupaint, this has several bugfixes and small new features.

What's New

  • There's new release version of Ucupaint (-no-auto-update) that has no auto update function for Blender Extension Platform compatibility.
  • Image interpolation option when adding a new image layer or mask (#118).
image
Interpolation option on new image layer dialog box

Bugfixes

  • Fix #116 : Cannot save an image when the blend file isn't saved yet
  • Fix #117: Baking other object channels is causing missing node connection on other object materials
  • Fix: Baking only one channel will cause error with custom bake targets (3bbbb57)
  • Fix: Missing vertex color layer UI (a2c0a87)
  • Fix: Error when trying to save as image to different drive (e17b7dc)
  • Fix: Same images used by multiple layers/masks is causing problem with Transfer UV (41f0cd2)

1.2.7

24 May 10:16

Choose a tag to compare

Maintenance release of Ucupaint, this has several bugfixes and small new features

What's New

  • Add compatibility for Blender 4.2 new extension system. Ucupaint on the extension platform can be accessed here (still under review)
  • Because of this new system, Ucupaint on Blender 4.2 has no support for changing branches for now. It still works on older versions of Blender though.
  • Now you can bake only one channel
image
Baking only one channel can be accessed here

Bugfixes

  • Sometimes ucupaint node tree can no longer work properly because of an error, so there's a new button that can fix the issue.
  • Fix: Sometimes baking mesh with shape keys can fail

1.2.6

21 May 14:58

Choose a tag to compare

Maintenance release of Ucupaint, contains several bugfixes.

Bugfixes

  • Fix #111: Baking denoiser will cause error when there are multiple view layers.
  • Fix #113: Mask vector transformation does nothing.
  • Fix: Bake to layer sometimes can cause Blender to crash.