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
d481c6651d
Compositor: Full frame color nodes
...
Adds full frame implementation to "Alpha Over",
"Hue Saturation Value", "Invert", "Tonemap" and "ZCombine" nodes.
The other nodes in "Color" submenu are implemented separately.
No functional changes.
Reviewed By: jbakker
Differential Revision: https://developer.blender.org/D12092
2021-08-10 16:16:23 +02:00
Jeroen Bakker
25c02ea703
Cleanup: Add namespace to compositor.
2021-03-29 08:18:33 +02:00
Jeroen Bakker
1775ea74c1
Cleanup: Change extension .cpp to .cc
2021-03-08 13:41:52 +01:00