Skip to content

Refactor: Background image in Adv. Drawing handled by an empty object.

Félix David requested to merge Tilix4/stax:re_background_image into master

Under "Released 2.1.2" sections, which isn't actually released but had the CHANGELOG changed before emphasize drawings wrong display was found. It's, then, an update.

Description of refactor

  • Background image in Adv. Drawing is now handled by an empty object named "Background" displaying an image, added in startup.blend.
    • The background image of the camera is a white generated image to ensure emphasize drawings without relying on the world's color (too much erratic influence over shading).

Related #252 (closed)

How to test it

Emphasize drawings.

Checklist

Please check if your MR fulfills the following requirements:

  • Unit tests have been adapted
  • Build was run locally and any changes were pushed
  • Lint has passed locally without error
  • CHANGELOG.md has been updated

FYI: @awesome_dev_too

Merge request reports