Blender  V3.3
Functions
ED_geometry.h File Reference
#include "BKE_attribute.h"
#include "DNA_customdata_types.h"

Go to the source code of this file.

Functions

void ED_operatortypes_geometry (void)
 
bool ED_geometry_attribute_convert (struct Mesh *mesh, const char *layer_name, eCustomDataType old_type, eAttrDomain old_domain, eCustomDataType new_type, eAttrDomain new_domain)
 

Function Documentation

◆ ED_geometry_attribute_convert()

bool ED_geometry_attribute_convert ( struct Mesh mesh,
const char *  layer_name,
eCustomDataType  old_type,
eAttrDomain  old_domain,
eCustomDataType  new_type,
eAttrDomain  new_domain 
)

◆ ED_operatortypes_geometry()

void ED_operatortypes_geometry ( void  )