Skip to content

633: enhancement: set colorspace en fonction des settings au launch d…#643

Open
hfarre wants to merge 3 commits into
release/4.6.27from
enhancement/633-gérer-le-set-de-colorspace-au-lancement-de-psd

Hidden character warning

The head ref may contain hidden characters: "enhancement/633-g\u00e9rer-le-set-de-colorspace-au-lancement-de-psd"
Open

633: enhancement: set colorspace en fonction des settings au launch d…#643
hfarre wants to merge 3 commits into
release/4.6.27from
enhancement/633-gérer-le-set-de-colorspace-au-lancement-de-psd

Conversation

@hfarre

@hfarre hfarre commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

…e psd et quand on open un wf

Automations

Ticket: #633 , Update to: Waiting Deployment

@hfarre
hfarre requested a review from Staiqzor July 10, 2026 12:56
@hfarre hfarre added the soft : Photoshop Linked to Photoshop label Jul 10, 2026
@hfarre hfarre linked an issue Jul 10, 2026 that may be closed by this pull request
@Staiqzor
Staiqzor changed the base branch from release/4.6.26 to release/4.6.27 July 10, 2026 14:08
project_name = os.environ['AVALON_PROJECT']
project_settings = get_project_settings(project_name)

colorspace_enabled = project_settings['photoshop']['colorspace'].get('enabled', False)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

colorspace est ajouté comme clé de settings dans ta PR, ce serait mieux de vérifier via un get que la donnée existe bien avant d'accéder au reste

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(et du coup tu peux stocker ensuite project_settings['photoshop']['colorspace'] dans une variable vu que tu retapes dedans juste après)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

soft : Photoshop Linked to Photoshop

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Gérer le set de colorspace au lancement de PSD

2 participants