|
Blender V5.0
|
#include "MEM_guardedalloc.h"#include "DNA_mesh_types.h"#include "DNA_meshdata_types.h"#include "DNA_pointcloud_types.h"#include "BLI_color.hh"#include "BLI_listbase.h"#include "BKE_attribute.hh"#include "BKE_attribute_legacy_convert.hh"#include "BKE_context.hh"#include "BKE_curves.hh"#include "BKE_customdata.hh"#include "BKE_deform.hh"#include "BKE_geometry_set.hh"#include "BKE_lib_id.hh"#include "BKE_mesh.hh"#include "BKE_object_deform.h"#include "BKE_paint.hh"#include "BKE_report.hh"#include "BLT_translation.hh"#include "RNA_access.hh"#include "RNA_define.hh"#include "RNA_enum_types.hh"#include "DEG_depsgraph.hh"#include "WM_api.hh"#include "WM_types.hh"#include "UI_interface_layout.hh"#include "UI_resources.hh"#include "ED_geometry.hh"#include "ED_mesh.hh"#include "ED_object.hh"#include "ED_sculpt.hh"#include "geometry_intern.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::geometry |
Enumerations | |
| enum class | blender::ed::geometry::ConvertAttributeMode { blender::ed::geometry::Generic = 0 , blender::ed::geometry::VertexGroup = 1 } |
Variables | |
| static EnumPropertyItem | blender::ed::geometry::convert_attribute_mode_items [] |