Blender V5.0
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_pointcloud.hh"
#include "BKE_type_conversions.hh"
#include "WM_api.hh"
#include "WM_types.hh"
#include "ED_geometry.hh"
#include "ED_object.hh"
#include "ED_pointcloud.hh"
#include "ED_screen.hh"
#include "ED_transform.hh"
#include "ED_view3d.hh"
#include "RNA_access.hh"
#include "UI_interface_layout.hh"
#include "UI_resources.hh"
#include "DNA_object_types.h"
#include "FN_multi_function.hh"
#include "DEG_depsgraph.hh"

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::ed
namespace  blender::ed::pointcloud

Functions

static bool blender::ed::pointcloud::active_attribute_poll (bContext *C)
static void blender::ed::pointcloud::validate_value (const bke::AttributeAccessor attributes, const StringRef name, const CPPType &type, void *buffer)
static wmOperatorStatus blender::ed::pointcloud::set_attribute_exec (bContext *C, wmOperator *op)
static wmOperatorStatus blender::ed::pointcloud::set_attribute_invoke (bContext *C, wmOperator *op, const wmEvent *event)
static void blender::ed::pointcloud::set_attribute_ui (bContext *C, wmOperator *op)
Operators
void blender::ed::pointcloud::POINTCLOUD_OT_attribute_set (wmOperatorType *ot)