Campbell Barton
8aed5dbcf8
Cleanup: move public doc-strings into headers for 'compositor'
...
Ref T92709
2021-12-09 20:01:49 +11:00
Manuel Castilla
1c42d4930a
Cleanup: convert camelCase naming to snake_case in Compositor
...
To convert old code to the current convention and
use a single code style.
2021-10-13 23:41:14 +02:00
Manuel Castilla
a2ee3c3a9f
Cleanup: replace members m_ prefix by _ suffix in Compositor
...
To convert old code to the current convention and
use a single code style.
2021-10-13 23:41:14 +02:00
Manuel Castilla
ea79efef70
Cleanup: remove this-> for m_ prefixed members in Compositor
...
For cleaning old code style as new code usually omit it.
2021-10-13 23:41:14 +02:00
Manuel Castilla
ecb8a574c7
Cleanup: remove unused includes in Compositor
...
And move unneeded includes in frequently used headers
to source files.
Slightly reduces compile time.
2021-10-13 23:41:14 +02:00
Manuel Castilla
76377f0176
Compositor: Replace resolution concept by canvas
...
This is a code refactor in preparation of supporting canvas
compositing. See {D12466}.
No functional changes, all canvases are at (0,0) position matching
tiled implementation.
Differential Revision: https://developer.blender.org/D12465
2021-09-28 22:00:16 +02:00
Campbell Barton
8e8a6b80cf
Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")
...
This shows the text as part of the assertion message.
2021-07-15 18:29:01 +10:00
Manuel Castilla
96a4b54cfb
Compositor: Full frame Render Layers node
...
Adds full frame implementation to this node operations.
No functional changes.
2.5x faster than tiled fallback on average.
Reviewed By: jbakker
Differential Revision: https://developer.blender.org/D11690
2021-07-13 22:34:28 +02:00
Jeroen Bakker
25c02ea703
Cleanup: Add namespace to compositor.
2021-03-29 08:18:33 +02:00
Jeroen Bakker
6524ceb8cf
Cleanup: Remove ptr For Owned Children.
2021-03-26 15:51:06 +01:00
Jeroen Bakker
e5fb7eac85
Cleanup: Use Enum Class For PixelSampler.
2021-03-26 15:51:06 +01:00
Jeroen Bakker
e5ffefe606
Cleanup: Use enum class for DataType.
2021-03-19 17:11:47 +01:00
Jeroen Bakker
1775ea74c1
Cleanup: Change extension .cpp to .cc
2021-03-08 13:41:52 +01:00