Skip to content

Releases: MrLixm/AgXc

v0.11.4 ocio: python script to build config

21 Apr 10:14
33273b3
Compare
Choose a tag to compare

Changelog

(This is a developer update, you MIGHT upgrade but it is not benefitial)

Changed

  • ocio: The config is now built with a python script instead of manually edited in place.
  • python.AgXLib: default values for arguments in get_reshaped_colorspace_matrix

  • refacto(ocio): build config with python script by @MrLixm in #34

Full Changelog: v0.11.3...v0.11.4

v0.11.3 new developer workflow

19 Apr 17:14
Compare
Choose a tag to compare

(This is a developer update you don't need to upgrade)

Changelog

Improvement for the "developer workflow". We better structure the repository so developer-only file that mix with "user files".

Changed

  • dev directory renamed to .dev
  • removed DCC scenes/prefs/launchers from .dev
  • move "sources" files of various implementations to .dev

What's Changed

  • refacto(dev): new developer workflow by @MrLixm in #33

Full Changelog: v0.11.2...v0.11.3

v0.11.2 documentation improvements

12 Apr 13:02
d56665c
Compare
Choose a tag to compare

What's Changed

  • chore(doc): documentation overhaul by @MrLixm in #32

Added

  • name key to the OCIO config
  • CHANGELOG to ocio/ directory
  • more demo images and their sources scenes files
    • exposure stripe increment test with dragon scene
  • tweaks in README

Changed

  • demo image now includes ACES 1.3 Gamut Compression for a fair comparison

Full Changelog: v0.11.1...v0.11.2

0.11.1: Nuke AgXcDRT add outset

02 Jan 18:05
Compare
Choose a tag to compare

nuke/

include 2 updates

[1.1.1] - 2024-02-01

Fixed

internal:

  • faulty outset that was not at the right position in the processing chain.
    it should have been after the first tonescale, still on linear encoding.

[1.1.0] - 2024-02-01

Added

public:

  • purity amount knob controling how much outset is applied

internal:

  • Added new PrimariesInset node to act as Outset

Changed

  • inset moved knob to a new top "Purity" section

Full Changelog: v0.10.0...v0.11.1

0.10.0: Nuke AgXc DRT

01 Jan 13:41
8ad18f3
Compare
Choose a tag to compare

What's Changed

  • refacto(nuke): improve tonescale blink by @MrLixm in #25
  • Feat: Add AgXc Nuke DRT implementation by @MrLixm in #27

Check https://github.com/MrLixm/AgXc/tree/main/nuke

AgXc DRT screenshot in Nuke

Full Changelog: v0.8.0...v0.10.0

0.8.0: LUTs; python library; nuke tonescale

02 Dec 19:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

0.7.0: OBS add white balance grading

27 Nov 08:55
7de6c9c
Compare
Choose a tag to compare

User changes

Add a new grading option for white-balance :

  • temperature, tint and intensity control
  • available in pre and post grading

Move "Apply outset" option:

  • it is considered a new DRT option now (and not enable by default anymore)

Remove "use OCIO log" option: was not useful and only for developer testing.

Developer changes

  • Improve structure of the hlsl code by splitting code into more modules.
  • It should be easier to add a new DRT in the future.
  • get_luminance is colorspace aware and not hardcoded to BT.709 anymore (no change, best for future compatibility)

Pull request :

  • Feat(obs): add white-balance; code clean by @MrLixm in #21

Full Changelog: v0.6.0...v0.7.0

0.6.0: OBS add camera vendor colorspaces

25 Nov 19:35
075ff03
Compare
Choose a tag to compare

All changes were only done for the obs integration.

User changes

Add 9 new camera vendor colorspaces :

  • F-Gamut FLog (Fujifilm)
  • F-Gamut FLog2 (Fujifilm)
  • N-Gamut (Nikon)
  • S-Gamut (Sony)
  • S-Gamut2 (Sony)
  • S-Gamut3 (Sony)
  • S-Gamut3.Cine (Sony)
  • V-Gamut (Panasonic)

Developer changes

Improve the build process and the structure of the hlsl code.
This includes breaking changes to the obs_codegen package.

  • Feat(obs): add camera colorspaces by @MrLixm in #20

Full Changelog: v0.5.3...v0.6.0

0.5.3: reshade-5.9 compatibility

10 Nov 19:55
d519684
Compare
Choose a tag to compare

What's Changed

  • 18 fix(reshade): reshade-5.9 compatibility by @MrLixm in #19

Full Changelog: v0.5.2...v0.5.3

v0.5.2 typo fix, doc img update

08 Apr 11:17
Compare
Choose a tag to compare

Nothing important

Full Changelog: v0.5.1...v0.5.2