Revision a55d318 by Campbell Barton December 7, 2021, 07:44 (GMT) |
Cleanup: sort DNA renaming Add note at the beginning & end so it's not overlooked. |
Revision c6a200c by Campbell Barton December 7, 2021, 07:39 (GMT) |
Cleanup: clang-format |
Revision 1e7ef83 by Campbell Barton December 7, 2021, 07:26 (GMT) |
Cleanup: clarify source/destination args for BKE_spacedata_copylist |
Revision a37a6fb by Campbell Barton December 7, 2021, 07:23 (GMT) |
Cleanup: remove incorrect/unhelpful comments |
Revision 6483dee by Campbell Barton December 7, 2021, 07:15 (GMT) |
Cleanup: replace int with bool type |
Revision ffc4c12 by Campbell Barton December 7, 2021, 06:38 (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 7, 2021, 03:39 (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 7, 2021, 03:23 (GMT) |
Cleanup: Fix typos in source code Source typos corrected Reviewed By: Blendify Differential Revision: https://developer.blender.org/D13462 |
Revision 50fb0fd by Aaron Carlisle December 7, 2021, 03:07 (GMT) |
Revision 97e3a2d by Aaron Carlisle December 6, 2021, 23:52 (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. |
Revision 5cad004 by Aaron Carlisle December 6, 2021, 23:52 (GMT) |
Cleanup: clang format |
Revision b169670 by Christoph Lendenfeld December 6, 2021, 22:27 (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 |
Revision ae6f305 by Christoph Lendenfeld December 6, 2021, 22:19 (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 |
Revision 78ae587 by Hans Goudey December 6, 2021, 22:12 (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. |
Revision aa23e87 by Hans Goudey December 6, 2021, 21:50 (GMT) |
Cleanup: Remove unused includes |
Revision 0177997 by Hans Goudey December 6, 2021, 21:35 (GMT) |
Cleanup: Remove unused node flag |
Revision b91ac86 by Hans Goudey December 6, 2021, 21:04 (GMT) |
Cleanup: Remove unnecessary generic includes from headers |
Revision 5705db5 by Hans Goudey December 6, 2021, 20:47 (GMT) |
Fix: Compile error in field input Instead of essentially hashing a bool, just use a ternary operator. Differential Revision: https://developer.blender.org/D13494 |
Revision 0ed2545 by Ankit Meel December 6, 2021, 20:08 (GMT) |
macOS: Fix build error in hash functions Remove unneeded recent static_cast attempt. Reviewed By: HooglyBoogly Differential Revision: https://developer.blender.org/D13492 |
Revision f60b95b by Aaron Carlisle December 6, 2021, 19:47 (GMT) |
Shader Nodes: Split each node into own file This improves both code finding, for example "color ramp" now has its own file. And now each node has its own namespace so function names can be simplified similar to rBfab39440e94 This commit also makes all file names use snake case instead of camel case. Reviewed By: HooglyBoogly Differential Revision: https://developer.blender.org/D13482 |
|