tornavis/source/blender/nodes
Jacques Lucke 144a5aa512 Cleanup: replace use of std::iota with more specific function
`iota` is name that has no meaning, it's not an acronym or initialism.
It's usually very cryptic when I come across it. Replacing it with a
specialized function makes the code more readible.
2023-10-06 23:01:16 +02:00
..
composite Realtime Compositor: Implement Keying Screen node 2023-10-04 07:35:07 +02:00
function BLI_string: prevent buffer overflow for BLI_str_utf8_offset_* functions 2023-09-18 11:47:34 +10:00
geometry Cleanup: replace use of std::iota with more specific function 2023-10-06 23:01:16 +02:00
intern Cleanup: replace use of std::iota with more specific function 2023-10-06 23:01:16 +02:00
shader Fix #106760: Cycles OSL boolean socket not working 2023-10-05 21:55:10 +02:00
texture Cleanup: Move depsgraph headers to C++ 2023-09-22 03:18:17 +02:00
CMakeLists.txt Cleanup: deduplicate more socket items code 2023-10-04 12:22:32 +02:00
NOD_common.h License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
NOD_composite.h License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
NOD_derived_node_tree.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
NOD_geometry.hh Geometry Nodes: deduplicate code to deal with dynamic socket amounts 2023-10-04 11:02:52 +02:00
NOD_geometry_exec.hh Fix: segfault in geometry nodes with logging 2023-09-21 14:37:29 +02:00
NOD_geometry_nodes_execute.hh Nodes: Panels integration with blend files and UI 2023-08-30 12:37:21 +02:00
NOD_geometry_nodes_lazy_function.hh Geometry Nodes: refactor how side effect nodes are set up 2023-10-03 14:12:42 +02:00
NOD_geometry_nodes_log.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
NOD_math_functions.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
NOD_multi_function.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
NOD_node_declaration.hh Nodes: deduplicate code to create declarations for socket type 2023-10-04 13:01:45 +02:00
NOD_register.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
NOD_rna_define.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
NOD_shader.h License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
NOD_socket.hh Nodes: deduplicate code to create declarations for socket type 2023-10-04 13:01:45 +02:00
NOD_socket_declarations.hh Nodes: Support for input/output sockets in same vertical space 2023-09-14 16:08:04 +02:00
NOD_socket_declarations_geometry.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
NOD_socket_items.hh Cleanup: deduplicate more socket items code 2023-10-04 12:22:32 +02:00
NOD_socket_search_link.hh Nodes: Panels integration with blend files and UI 2023-08-30 12:37:21 +02:00
NOD_static_types.h UI: Add descriptions to a few geometry nodes 2023-10-02 18:17:47 +02:00
NOD_texture.h License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
NOD_zone_socket_items.hh Cleanup: deduplicate more socket items code 2023-10-04 12:22:32 +02:00