#include <cstdint>
#include <functional>
#include <type_traits>
#include "BLI_string_ref.hh"
#include "BLI_utildefines.h"
#include "BLI_vector.hh"
#include "BLT_translation.hh"
#include "DNA_node_types.h"
#include "RNA_types.hh"
Go to the source code of this file.
|
| | blender::nodes::ENUM_OPERATORS (CompositorInputRealizationOptions, CompositorInputRealizationOptions::RealizeOnOperationDomain) class OutputFieldDependency |
| |
| std::ostream & | blender::nodes::anonymous_attribute_lifetime::operator<< (std::ostream &stream, const RelationsInNode &relations) |
| |
| void | blender::nodes::implicit_field_inputs::position (const bNode &, void *r_value) |
| |
| void | blender::nodes::implicit_field_inputs::normal (const bNode &, void *r_value) |
| |
| void | blender::nodes::implicit_field_inputs::index (const bNode &, void *r_value) |
| |
| void | blender::nodes::implicit_field_inputs::id_or_index (const bNode &, void *r_value) |
| |
| void | blender::nodes::implicit_field_inputs::instance_transform (const bNode &, void *r_value) |
| |
| void | blender::nodes::build_node_declaration (const bke::bNodeType &typeinfo, NodeDeclaration &r_declaration, const bNodeTree *ntree, const bNode *node) |
| |
| std::unique_ptr< SocketDeclaration > | blender::nodes::make_declaration_for_socket_type (const eNodeSocketDatatype socket_type) |
| |