|
Blender V4.3
|
#include "BLI_color.hh"#include "BLI_cpp_type_make.hh"#include "BLI_cpp_types_make.hh"#include "BLI_math_matrix_types.hh"#include "BLI_math_vector_types.hh"#include "BKE_cpp_types.hh"#include "BKE_geometry_set.hh"#include "BKE_instances.hh"#include "BKE_node_socket_value.hh"#include "DNA_meshdata_types.h"Go to the source code of this file.
| void BKE_cpp_types_init | ( | ) |
Register cpp types and their relations for later use.
Definition at line 39 of file blenkernel/intern/cpp_types.cc.
References BLI_CPP_TYPE_REGISTER, BLI_VECTOR_CPP_TYPE_REGISTER, and blender::register_cpp_types().
Referenced by main().
| BLI_CPP_TYPE_MAKE | ( | blender::bke::AnonymousAttributeSet | , |
| CPPTypeFlags::None | ) |
| BLI_CPP_TYPE_MAKE | ( | blender::bke::GeometrySet | , |
| CPPTypeFlags::Printable | ) |
| BLI_CPP_TYPE_MAKE | ( | blender::bke::SocketValueVariant | , |
| CPPTypeFlags::Printable | ) |
| BLI_CPP_TYPE_MAKE | ( | MStringProperty | , |
| CPPTypeFlags::None | ) |
| BLI_VECTOR_CPP_TYPE_MAKE | ( | blender::bke::GeometrySet | ) |
| BLI_VECTOR_CPP_TYPE_MAKE | ( | blender::bke::SocketValueVariant | ) |