|
|
f609b05b11
|
Cleanup: use _ suffix for non-public data members in Compositor
For code style and clarity.
|
2021-10-13 23:41:14 +02:00 |
|
|
|
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 |
|
|
|
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 |
|
|
|
581a6da804
|
Fix incorrect use of BLI_assert with error strings
Some asserts were never raised because of invalid checks.
|
2021-07-22 00:47:29 +10:00 |
|
|
|
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 |
|
|
|
04a92297dd
|
Cleanup: Replace std::vector with blender::Vector.
|
2021-03-30 16:03:43 +02:00 |
|
|
|
25c02ea703
|
Cleanup: Add namespace to compositor.
|
2021-03-29 08:18:33 +02:00 |
|
|
|
e5ffefe606
|
Cleanup: Use enum class for DataType.
|
2021-03-19 17:11:47 +01:00 |
|
|
|
1775ea74c1
|
Cleanup: Change extension .cpp to .cc
|
2021-03-08 13:41:52 +01:00 |
|