Blender  V2.93
Functions
geometry_attributes.c File Reference
#include "BKE_attribute.h"
#include "BKE_context.h"
#include "RNA_access.h"
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "DEG_depsgraph.h"
#include "WM_api.h"
#include "WM_types.h"
#include "ED_object.h"
#include "geometry_intern.h"

Go to the source code of this file.

Functions

static bool geometry_attributes_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)
 
void GEOMETRY_OT_attribute_add (wmOperatorType *ot)
 
static int geometry_attribute_remove_exec (bContext *C, wmOperator *op)
 
void GEOMETRY_OT_attribute_remove (wmOperatorType *ot)
 

Function Documentation

◆ geometry_attribute_add_exec()

static int geometry_attribute_add_exec ( bContext C,
wmOperator op 
)
static

◆ geometry_attribute_domain_itemf()

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

◆ geometry_attribute_remove_exec()

static int geometry_attribute_remove_exec ( bContext C,
wmOperator op 
)
static

◆ geometry_attributes_poll()

static bool geometry_attributes_poll ( bContext C)
static

◆ GEOMETRY_OT_attribute_add()

void GEOMETRY_OT_attribute_add ( wmOperatorType ot)

◆ GEOMETRY_OT_attribute_remove()

void GEOMETRY_OT_attribute_remove ( wmOperatorType ot)