blender/scripts
Falk David 355079cbb2 GPv3: Add option to disable masks in viewlayer
In GPv2 there was an option to disable masks during rendering
of a viewlayer. This wasn't implemented for GPv3 yet.

This needs to change the way the draw calls are created,
because we need to skip over drawings at render time.
So to do this, we precompute the drawing offsets,
then check if we need to skip over it and otherwise
create the draw calls.

Pull Request: https://projects.blender.org/blender/blender/pulls/120561
2024-04-12 14:44:13 +02:00
..
freestyle Cleanup: spelling in comments 2023-09-05 11:04:27 +10:00
modules Cleanup: remove redundant string formatting 2024-04-12 10:04:07 +10:00
presets Curves: add menu to add some primitive curves in edit mode 2024-04-11 15:11:02 +02:00
site Cleanup: spelling in comments, update dictionary 2023-09-03 21:35:07 +10:00
startup GPv3: Add option to disable masks in viewlayer 2024-04-12 14:44:13 +02:00
templates_osl License headers: remove GPL header from OSL template script 2023-08-04 13:24:15 +10:00
templates_py Python: replace '%' with str.format for examples & templates 2024-04-12 15:33:40 +10:00