blender/release
Monique Dewanchand c751d40e07 Cleanup hardcoded render percentage to factor conversion
During revision of {D8952} one of the comments was to make a function that converts the render percentage to a factor. This to avoid code duplication. However the duplicated code was already all over the compositor code. So in order to avoid this code duplication for {D8952} I propose to first cleanup the duplicated code and build patch {D8952} based on this clean up.

The method that converts the render percentage to a factor is put in the CompositorContext. Why? The CompositorContext keeps DNA information like the renderdata. DNA, and thus the CompositorContext, keeps the size of the render resolution in percentage (user oriented). The compositor needs the size of the render resolution as a factor. So the CompositorContext seems like the obvious place to have this conversion method.

Why not in de NodeBase? The method could've been added to the nodebase, but I wanted to keep the nodebase as clean as possible and not put simple "conversion" methods into this base class. Also I didn't really like the call flow: you'd always have to get the renderdata size from the context and then convert.
Putting it in the CompositorContext avoids this extra invoke of a call.

Why not in the Converter? See nodebase. And the Converter seems more like a class for "structural" and complex node tree conversions. Not the simple conversions.

Reviewed By: Sergey Sharybin

Differential Revision: https://developer.blender.org/D9566
2020-11-30 08:00:40 +01:00
..
bin
darwin macOS: improve design of .dmg background 2020-07-16 17:28:27 +02:00
datafiles Cleanup hardcoded render percentage to factor conversion 2020-11-30 08:00:40 +01:00
freedesktop Linux: 2.90 release information in appdata 2020-08-31 11:21:01 +02:00
license License: Rename GPL2 license to match the name specified in copyright.txt 2020-10-02 12:18:02 +02:00
scripts Cleanup hardcoded render percentage to factor conversion 2020-11-30 08:00:40 +01:00
text Move license files to license subfolder 2020-09-24 12:49:36 +02:00
windows Cleanup: pep8 (indentation, spacing, long lines) 2020-10-02 11:59:16 +10:00