Skip to main content
Participant
May 25, 2023

ACES Bugs

  • May 25, 2023
  • 3 replies
  • 333 views

1-When you save an output module it doesn't remember the render color space setting when you reboot your after effects.
2-When you add new aces files to the project it doens't interpret them correctly and even changing the color display input from none to aces/sRGB back and forth dosen't work, it doenst update at all.

AE 2023 version v23.4

3 replies

Adobe Employee
June 5, 2023

Hi Frederix,

 

Thanks for reporting the issues with Native ACES workflow in AfterEffects.

1. I am surprised, We have fixed the issue and it should be in the build you are working with. There could be a case which is leftout and you are hitting that. Please help to share the detailed steps if possible to reproduce it at our end.

2. With ACES 1.3 OCIO Configuration file we can specify the rules in them to specify the default color space to an imported media. The default rule set the color space to ACE2065-1. User can modify the default rule or can add their own.
e.g. to test, I have added few rules in the ACES1.3 config file as follow:

file_rules:
  - !<Rule> {name: Slog3, extension: "*", pattern: "*S-Gamut3CineSLog3*", colorspace: S-Log3 S-Gamut3.Cine}
  - !<Rule> {name: OpenEXR, extension: "exr", pattern: "*", colorspace: ACEScg}
  - !<Rule> {name: JPEG, extension: "jpg", pattern: "*", colorspace: sRGB - Texture}	
  - !<Rule> {name: Default, colorspace: ACES2065-1}
First rule: Assign color space S-Log3 S-Gamut3.Cine to a file containing this in name
Second rule: assign ACEScg to any .exr file.
Third rule assign sRGB to files with .jpg extension.
Last is the default rule. Hope this helps.
Participant
May 25, 2023

errata corrige: It is not a solution.

Participant
May 25, 2023

*P.S.
Opening same file and interpreting them in a new project works just fine. But it is a solution ofc.