Blender  V3.3
Enumerations | Functions
blender::ed::geometry Namespace Reference

Enumerations

enum class  ConvertAttributeMode { Generic , UVMap , VertexGroup }
 

Functions

static bool geometry_attributes_poll (bContext *C)
 
static bool geometry_attributes_remove_poll (bContext *C)
 
static const EnumPropertyItemgeometry_attribute_domain_itemf (bContext *C, PointerRNA *UNUSED(ptr), PropertyRNA *UNUSED(prop), bool *r_free)
 
static int geometry_attribute_add_exec (bContext *C, wmOperator *op)
 
static void next_color_attribute (ID *id, CustomDataLayer *layer, bool is_render)
 
static void next_color_attributes (ID *id, CustomDataLayer *layer)
 
void GEOMETRY_OT_attribute_add (wmOperatorType *ot)
 
static int geometry_attribute_remove_exec (bContext *C, wmOperator *op)
 
void GEOMETRY_OT_attribute_remove (wmOperatorType *ot)
 
static int geometry_color_attribute_add_exec (bContext *C, wmOperator *op)
 
static bool geometry_attribute_convert_poll (bContext *C)
 
static int geometry_attribute_convert_exec (bContext *C, wmOperator *op)
 
static void geometry_color_attribute_add_ui (bContext *UNUSED(C), wmOperator *op)
 
void GEOMETRY_OT_color_attribute_add (wmOperatorType *ot)
 
static int geometry_color_attribute_set_render_exec (bContext *C, wmOperator *op)
 
void GEOMETRY_OT_color_attribute_render_set (wmOperatorType *ot)
 
static int geometry_color_attribute_remove_exec (bContext *C, wmOperator *op)
 
static bool geometry_color_attributes_remove_poll (bContext *C)
 
void GEOMETRY_OT_color_attribute_remove (wmOperatorType *ot)
 
static int geometry_color_attribute_duplicate_exec (bContext *C, wmOperator *op)
 
static bool geometry_color_attributes_duplicate_poll (bContext *C)
 
void GEOMETRY_OT_color_attribute_duplicate (wmOperatorType *ot)
 
static void geometry_attribute_convert_ui (bContext *UNUSED(C), wmOperator *op)
 
static int geometry_attribute_convert_invoke (bContext *C, wmOperator *op, const wmEvent *UNUSED(event))
 
void GEOMETRY_OT_attribute_convert (wmOperatorType *ot)
 

Enumeration Type Documentation

◆ ConvertAttributeMode

Enumerator
Generic 
UVMap 
VertexGroup 

Definition at line 247 of file geometry_attributes.cc.

Function Documentation

◆ geometry_attribute_add_exec()

static int blender::ed::geometry::geometry_attribute_add_exec ( bContext C,
wmOperator op 
)
static

◆ geometry_attribute_convert_exec()

static int blender::ed::geometry::geometry_attribute_convert_exec ( bContext C,
wmOperator op 
)
static

◆ geometry_attribute_convert_invoke()

static int blender::ed::geometry::geometry_attribute_convert_invoke ( bContext C,
wmOperator op,
const wmEvent UNUSEDevent 
)
static

Definition at line 591 of file geometry_attributes.cc.

References C, and WM_operator_props_dialog_popup().

Referenced by GEOMETRY_OT_attribute_convert().

◆ geometry_attribute_convert_poll()

static bool blender::ed::geometry::geometry_attribute_convert_poll ( bContext C)
static

◆ geometry_attribute_convert_ui()

static void blender::ed::geometry::geometry_attribute_convert_ui ( bContext UNUSEDC,
wmOperator op 
)
static

◆ geometry_attribute_domain_itemf()

static const EnumPropertyItem* blender::ed::geometry::geometry_attribute_domain_itemf ( bContext C,
PointerRNA UNUSEDptr,
PropertyRNA UNUSEDprop,
bool r_free 
)
static

◆ geometry_attribute_remove_exec()

static int blender::ed::geometry::geometry_attribute_remove_exec ( bContext C,
wmOperator op 
)
static

◆ geometry_attributes_poll()

static bool blender::ed::geometry::geometry_attributes_poll ( bContext C)
static

◆ geometry_attributes_remove_poll()

static bool blender::ed::geometry::geometry_attributes_remove_poll ( bContext C)
static

◆ geometry_color_attribute_add_exec()

static int blender::ed::geometry::geometry_color_attribute_add_exec ( bContext C,
wmOperator op 
)
static

◆ geometry_color_attribute_add_ui()

static void blender::ed::geometry::geometry_color_attribute_add_ui ( bContext UNUSEDC,
wmOperator op 
)
static

◆ geometry_color_attribute_duplicate_exec()

static int blender::ed::geometry::geometry_color_attribute_duplicate_exec ( bContext C,
wmOperator op 
)
static

◆ geometry_color_attribute_remove_exec()

static int blender::ed::geometry::geometry_color_attribute_remove_exec ( bContext C,
wmOperator op 
)
static

◆ geometry_color_attribute_set_render_exec()

static int blender::ed::geometry::geometry_color_attribute_set_render_exec ( bContext C,
wmOperator op 
)
static

◆ geometry_color_attributes_duplicate_poll()

static bool blender::ed::geometry::geometry_color_attributes_duplicate_poll ( bContext C)
static

◆ geometry_color_attributes_remove_poll()

static bool blender::ed::geometry::geometry_color_attributes_remove_poll ( bContext C)
static

◆ GEOMETRY_OT_attribute_add()

void blender::ed::geometry::GEOMETRY_OT_attribute_add ( wmOperatorType ot)

◆ GEOMETRY_OT_attribute_convert()

void blender::ed::geometry::GEOMETRY_OT_attribute_convert ( wmOperatorType ot)

◆ GEOMETRY_OT_attribute_remove()

void blender::ed::geometry::GEOMETRY_OT_attribute_remove ( wmOperatorType ot)

◆ GEOMETRY_OT_color_attribute_add()

void blender::ed::geometry::GEOMETRY_OT_color_attribute_add ( wmOperatorType ot)

◆ GEOMETRY_OT_color_attribute_duplicate()

void blender::ed::geometry::GEOMETRY_OT_color_attribute_duplicate ( wmOperatorType ot)

◆ GEOMETRY_OT_color_attribute_remove()

void blender::ed::geometry::GEOMETRY_OT_color_attribute_remove ( wmOperatorType ot)

◆ GEOMETRY_OT_color_attribute_render_set()

void blender::ed::geometry::GEOMETRY_OT_color_attribute_render_set ( wmOperatorType ot)

◆ next_color_attribute()

static void blender::ed::geometry::next_color_attribute ( ID id,
CustomDataLayer layer,
bool  is_render 
)
static

◆ next_color_attributes()

static void blender::ed::geometry::next_color_attributes ( ID id,
CustomDataLayer layer 
)
static