Blender
V3.3
|
#include "GEO_uv_parametrizer.h"
#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h"
#include "UI_interface.h"
#include "UI_resources.h"
#include "node_geometry_util.hh"
Go to the source code of this file.
Classes | |
class | blender::nodes::node_geo_uv_unwrap_cc::UnwrapFieldInput |
Namespaces | |
blender | |
blender::nodes | |
blender::nodes::node_geo_uv_unwrap_cc | |
Functions | |
static void | blender::nodes::node_geo_uv_unwrap_cc::node_declare (NodeDeclarationBuilder &b) |
static void | blender::nodes::node_geo_uv_unwrap_cc::node_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
static void | blender::nodes::node_geo_uv_unwrap_cc::node_init (bNodeTree *UNUSED(tree), bNode *node) |
static VArray< float3 > | blender::nodes::node_geo_uv_unwrap_cc::construct_uv_gvarray (const MeshComponent &component, const Field< bool > selection_field, const Field< bool > seam_field, const bool fill_holes, const float margin, const GeometryNodeUVUnwrapMethod method, const eAttrDomain domain) |
static void | blender::nodes::node_geo_uv_unwrap_cc::node_geo_exec (GeoNodeExecParams params) |
void | register_node_type_geo_uv_unwrap () |
Definition at line 185 of file node_geo_uv_unwrap.cc.
References bNodeType::declare, bNodeType::draw_buttons, geo_node_type_base(), GEO_NODE_UV_UNWRAP, bNodeType::geometry_node_execute, NODE_CLASS_CONVERTER, node_copy_standard_storage(), blender::nodes::node_geo_uv_unwrap_cc::node_declare(), node_free_standard_storage(), blender::nodes::node_geo_uv_unwrap_cc::node_geo_exec(), node_init(), blender::nodes::node_geo_uv_unwrap_cc::node_layout(), node_type_init(), node_type_storage(), and nodeRegisterType().
Referenced by registerGeometryNodes().