Skip to content

Bugfix : Edit externally change image color

Tristan Le Granché requested to merge develop into master

Checklist

Please check if your MR fulfills the following requirements:

  • Unit tests have been added, if needed
  • Documentation have been updated, if needed
  • Build was run locally and any changes were pushed
  • Lint has passed locally without error
  • Package.py have been updated, if needed
  • CHANGELOG.md have been updated, if needed
  • Version number has been tagged, if needed

Merge request type

Please check the type of change your MR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

Breaking change?

  • Yes
  • No

Summary

Avoid a color change when editing externally.

Description of change

  • Add scene.view_settings.view_transform = "Standard" in ops_version.py

How to test it

  • Edit externally an image and see if there's a difference with the viewport.

Review

  • Assigned To: @Tilix4
  • Expected review time: 2 days
  • FYI: @awesome_dev_too

Merge request reports