Render: Incremental steps to move callbacks to base class methods #111047

Merged
Sergey Sharybin merged 10 commits from Sergey/blender:render_result into main 2023-08-14 11:18:35 +02:00

10 Commits

Author SHA1 Message Date
Sergey Sharybin 1251cd174f Refactor: Make display_init a base render method
buildbot/vexp-code-patch-coordinator Build done. Details
Should be no functional changes.
2023-08-11 13:55:06 +02:00
Sergey Sharybin a78afdd4c9 Refactor: Make display_clear a base render method
Should be no functional changes.
2023-08-11 13:55:06 +02:00
Sergey Sharybin 57fc39c5db Refactor: Make display_update a base render method
Should be no functional changes.
2023-08-11 13:55:06 +02:00
Sergey Sharybin 78e7791289 Refactor: Make current_scene_update a base render method
Should be no functional changes.
2023-08-11 12:51:03 +02:00
Sergey Sharybin a30d42445a Refactor: Make stats_draw a base render method
Should be no functional changes.
2023-08-11 12:46:03 +02:00
Sergey Sharybin 7e192dfdbf Refactor: Make progress a base render method
Should be no functional changes.
2023-08-11 12:42:16 +02:00
Sergey Sharybin 7b23ef8a4c Refactor: Make draw_lock a base render method
Also semantically separate draw_lock and draw_unlock, as it
is more clear than a single method with a boolean argument.

Should be no functional changes.
2023-08-11 12:35:25 +02:00
Sergey Sharybin ea68513141 Refactor: Make test_break a base render method
Should be no functional changes.
2023-08-11 12:30:57 +02:00
Sergey Sharybin 668750f7c9 Refactor: Make prepare_viewlayer a base render method
Should be no functional changes.
2023-08-11 12:22:58 +02:00
Sergey Sharybin 90e16be9d2 Cleanup: Add _cb suffix to the callbacks stored in Render
Should be no functional changes.

Preparing for introduction of member function which are
available in the base class.
2023-08-11 12:11:35 +02:00