Campbell Barton
f8cbd333d6
Cleanup: outdated/unhelpful comments
2021-02-05 22:33:27 +11:00
Campbell Barton
17e1e2bfd8
Cleanup: correct spelling in comments
2021-02-05 16:23:34 +11:00
Campbell Barton
d85c5accec
Cleanup: unused function warning
2021-02-04 10:01:19 +11:00
Miguel Pozo
1428544528
Python API: option for render engines to delegate Freestyle render to Eevee
...
Eevee is now used for Freestyle rendering by default, since other engines are
unlikely to have support for this. Workbench and Cycles do their own rendering.
RenderEngine add-ons can do their own Freestyle rendering by setting
bl_use_custom_freestyle = True.
Differential Revision: https://developer.blender.org/D8335
2021-02-02 14:19:04 +01:00
Brecht Van Lommel
90bcd5e724
Cleanup: remove unused render camera code
2021-01-22 19:30:17 +01:00
Campbell Barton
e718004edf
Cleanup: use bool arguments & variables
2021-01-09 19:07:14 +11:00
Richard Antalik
a5a302bd18
Cleanup: Split SEQ_sequencer.h file
2020-12-19 07:25:01 +01:00
Richard Antalik
046ca0749a
Cleanup: Rename BKE_sequencer functions
...
API functions get SEQ_ prefix.
Intern functions get seq_ prefix
Functions also have appropriate category included in name.
2020-12-19 06:29:15 +01:00
Jeroen Bakker
f3ab123e33
Cleanup: Remove unused crop field from RenderResult.
...
The `crop` field was used by Blender Internal to do an overscan per
tile and merge it back to the render result.
2020-12-16 16:54:24 +01:00
Brecht Van Lommel
880b0f981d
Cleanup: more renaming in the render/ module for consistency
2020-11-09 16:19:49 +01:00
Aaron Carlisle
ce70f2e1e0
Cleanup: Sort includes after recent render module cleanup
2020-11-06 10:45:18 -05:00
Aaron Carlisle
580ff2cb93
Cleanup: Render Module: combine intern/ source & include
2020-11-06 10:37:40 -05:00