Skip to content

MacBlend 2.0.0

Choose a tag to compare

@ManuelHouben ManuelHouben released this 28 Aug 01:23
· 7 commits to main since this release
11a2f0a

MacBlend 2.0.0

This release standardizes transform-direction terminology.

Breaking changes

  • Neutralize is now Forward
  • Match is now Inverse
  • bpy.ops.macblend.neutralize_transform is now
    bpy.ops.macblend.forward_transform
  • bpy.ops.macblend.match_transform is now
    bpy.ops.macblend.inverse_transform
  • Exported LUT suffixes are now _Forward.cube and _Inverse.cube

Scripts, macros, and pipelines relying on the previous operator IDs or
filename suffixes must be updated.

Previously exported LUTs remain numerically valid. Sampling, calibration,
normalization, and matrix calculations have not changed.

Other changes

  • Added transform-direction tooltips
  • Added the MacBlend documentation website to the addon metadata
  • Updated extension categories to Compositing, Node, and Pipeline
  • Updated documentation to use Forward and Inverse consistently