|
Blender V4.3
|
#include "DNA_meshdata_types.h"#include "BLI_listbase.h"#include "BLI_set.hh"#include "BLI_string.h"#include "BKE_curves.hh"#include "BKE_deform.hh"#include "BKE_grease_pencil.hh"#include "BKE_grease_pencil_vertex_groups.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::bke |
| namespace | blender::bke::greasepencil |
Functions | |
Vertex groups in drawings | |
| void | blender::bke::greasepencil::validate_drawing_vertex_groups (GreasePencil &grease_pencil) |
| int | blender::bke::greasepencil::ensure_vertex_group (const StringRef name, ListBase &vertex_group_names) |
| void | blender::bke::greasepencil::assign_to_vertex_group_from_mask (CurvesGeometry &curves, const IndexMask &mask, StringRef name, float weight) |
| void | blender::bke::greasepencil::assign_to_vertex_group (Drawing &drawing, StringRef name, float weight) |
| bool | blender::bke::greasepencil::remove_from_vertex_group (Drawing &drawing, StringRef name, bool use_selection) |
| void | blender::bke::greasepencil::clear_vertex_groups (GreasePencil &grease_pencil) |
| void | blender::bke::greasepencil::select_from_group (Drawing &drawing, const AttrDomain selection_domain, StringRef name, bool select) |