December 8, 2021, 06:53 (GMT) |
Cleanup: Remove unused includes |
December 8, 2021, 06:53 (GMT) |
Cleanup: Use C++ types for multi input socket sorting The algorithm used is still quite inefficient, but at least the code is easier to read and a little bit simpler now. |
December 8, 2021, 06:53 (GMT) |
Cleanup: renames in graph_slider_ops rename percentage_prop to factor_prop rename remove_ratio to factor remove "graphkeys" prefix from functions Reviewed by: Sybren A. St�vel Differential Revision: https://developer.blender.org/D13476 Ref: D13476 |
December 8, 2021, 06:53 (GMT) |
Fix: Remove line from common invoke The line that sets the factor_prop in graph_slider_ops.c has been left in the common invoke function by accident. Reviewed by: Sybren A. St�vel Differential Revision: https://developer.blender.org/D13477 Ref: D13477 |
December 8, 2021, 06:53 (GMT) |
Shader Nodes: Migrate shader category to new node socket declaration API No functional changes, tests passed and I double checked the nodes by hand. |
December 8, 2021, 06:53 (GMT) |
Cleanup: clang format |
December 8, 2021, 06:53 (GMT) |
December 8, 2021, 06:53 (GMT) |
Cleanup: Fix typos in source code Source typos corrected Reviewed By: Blendify Differential Revision: https://developer.blender.org/D13462 |
December 8, 2021, 06:53 (GMT) |
Cleanup: Fix various source typos This is a continuation of D13462 to clean up source typos. Differential Revision: https://developer.blender.org/D13471 |
December 8, 2021, 06:53 (GMT) |
Cleanup: move public doc-strings into headers for 'blenkernel' - Added space below non doc-string comments to make it clear these aren't comments for the symbols directly below them. - Use doxy sections for some headers. - Minor improvements to doc-strings. Ref T92709 |
December 8, 2021, 06:53 (GMT) |
Cleanup: replace int with bool type |
December 8, 2021, 06:53 (GMT) |
Cleanup: remove incorrect/unhelpful comments |
December 8, 2021, 06:53 (GMT) |
Cleanup: clarify source/destination args for BKE_spacedata_copylist |
December 8, 2021, 06:53 (GMT) |
Cleanup: clang-format |
December 8, 2021, 06:53 (GMT) |
Cleanup: sort DNA renaming Add note at the beginning & end so it's not overlooked. |
December 8, 2021, 06:53 (GMT) |
Cleanup: remove BKE_ptcache_remove No longer needed as the temporary directory is cleared on exit. |
December 8, 2021, 06:53 (GMT) |
VSE: Fix strip with mask modifier not blending Set `ibuf->planes` to `R_IMF_PLANES_RGBA` because mask modifier adds transparent areas to image. |
December 8, 2021, 06:53 (GMT) |
Fix T93314: Thumbnails not drawn with default scale Decrease threshold for drawing thumbnails. This was unintended change in daaa43232d34 that was overlooked. |
December 8, 2021, 06:53 (GMT) |
Cleanup: remove unnecessary extern template implementations This technique isn't really necessary anymore, because unity builds avoid instantiating the same template too many times already. |
December 8, 2021, 06:53 (GMT) |
Asset Indexer: use fixed-length string for ID code Use fixed-length string to convert `char[2]` to `std::string`. Otherwise `strlen()` is called, which is problematic as the `char[2]` is not zero-terminated. |
|