Blender
V3.3
|
#include "DNA_curve_types.h"
#include "DNA_vfont_types.h"
#include "BKE_curve.h"
#include "BKE_curve_legacy_convert.hh"
#include "BKE_curves.hh"
#include "BKE_vfont.h"
#include "BLI_hash.h"
#include "BLI_string_utf8.h"
#include "BLI_task.hh"
#include "UI_interface.h"
#include "UI_resources.h"
#include "node_geometry_util.hh"
Go to the source code of this file.
Classes | |
struct | blender::nodes::node_geo_string_to_curves_cc::TextLayout |
Namespaces | |
blender | |
blender::nodes | |
blender::nodes::node_geo_string_to_curves_cc | |
Definition at line 399 of file node_geo_string_to_curves.cc.
References bNodeType::declare, bNodeType::draw_buttons, GEO_NODE_STRING_TO_CURVES, geo_node_type_base(), bNodeType::geometry_node_execute, NODE_CLASS_GEOMETRY, node_copy_standard_storage(), blender::nodes::node_geo_string_to_curves_cc::node_declare(), node_free_standard_storage(), blender::nodes::node_geo_string_to_curves_cc::node_geo_exec(), node_init(), blender::nodes::node_geo_string_to_curves_cc::node_layout(), node_type_init(), node_type_size(), node_type_storage(), node_type_update(), blender::nodes::node_geo_string_to_curves_cc::node_update(), and nodeRegisterType().
Referenced by registerGeometryNodes().