Manuel Castilla
f609b05b11
Cleanup: use _ suffix for non-public data members in Compositor
...
For code style and clarity.
2021-10-13 23:41:14 +02: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
ced94bc11c
Cleanup: code comments punctuation / spacing
2021-07-23 17:03:51 +10:00
Campbell Barton
77e927b58f
Cleanup: reserve C++ comments for disabled code
...
Use C comments for plain text.
2021-07-20 15:01:05 +10:00
Campbell Barton
0e9c04a3ea
Cleanup: spelling
2021-07-20 11:12:24 +10:00
Manuel Castilla
b848d5cdf5
Compositor: Full frame Double Edge Mask node
...
Adds full frame implementation to this node operation.
No functional changes.
No performances changes.
Reviewed By: jbakker
Differential Revision: https://developer.blender.org/D11750
2021-07-19 22:05:39 +02:00
Campbell Barton
4b9ff3cd42
Cleanup: comment blocks, trailing space in comments
2021-06-24 15:59:34 +10:00
Jeroen Bakker
fe60062a99
Cleanup: Use Bitflags For Booleans.
2021-03-29 17:10:01 +02:00
Jeroen Bakker
25c02ea703
Cleanup: Add namespace to compositor.
2021-03-29 08:18:33 +02: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