MacBlend 2.0.0
MacBlend 2.0.0
This release standardizes transform-direction terminology.
Breaking changes
- Neutralize is now Forward
- Match is now Inverse
bpy.ops.macblend.neutralize_transformis now
bpy.ops.macblend.forward_transformbpy.ops.macblend.match_transformis now
bpy.ops.macblend.inverse_transform- Exported LUT suffixes are now
_Forward.cubeand_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