Blender V4.3
curves_attribute_set.cc File Reference
#include "BLI_generic_pointer.hh"
#include "BKE_attribute.hh"
#include "BKE_attribute_math.hh"
#include "BKE_context.hh"
#include "BKE_report.hh"
#include "BKE_type_conversions.hh"
#include "WM_api.hh"
#include "WM_types.hh"
#include "ED_curves.hh"
#include "ED_geometry.hh"
#include "ED_object.hh"
#include "ED_screen.hh"
#include "ED_transform.hh"
#include "ED_view3d.hh"
#include "RNA_access.hh"
#include "BLT_translation.hh"
#include "UI_interface.hh"
#include "UI_resources.hh"
#include "DNA_object_types.h"
#include "DEG_depsgraph.hh"
#include "DEG_depsgraph_query.hh"

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::ed
 
namespace  blender::ed::curves
 

Functions

static bool blender::ed::curves::active_attribute_poll (bContext *C)
 
static IndexMask blender::ed::curves::retrieve_selected_elements (const Curves &curves_id, const bke::AttrDomain domain, IndexMaskMemory &memory)
 
static void blender::ed::curves::validate_value (const bke::AttributeAccessor attributes, const StringRef name, const CPPType &type, void *buffer)
 
static int blender::ed::curves::set_attribute_exec (bContext *C, wmOperator *op)
 
static int blender::ed::curves::set_attribute_invoke (bContext *C, wmOperator *op, const wmEvent *event)
 
static void blender::ed::curves::set_attribute_ui (bContext *C, wmOperator *op)
 
Operators
void blender::ed::curves::CURVES_OT_attribute_set (wmOperatorType *ot)