|
Blender V4.3
|
#include "BLI_math_angle_types.hh"#include "BLI_math_vector.hh"#include "DNA_mesh_types.h"#include "DNA_scene_types.h"#include "BKE_context.hh"#include "BKE_editmesh.hh"#include "BKE_layer.hh"#include "BKE_mesh_types.hh"#include "RNA_access.hh"#include "RNA_define.hh"#include "DEG_depsgraph.hh"#include "WM_api.hh"#include "ED_screen.hh"#include "mesh_intern.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::mesh |
Functions | |
| static int | blender::ed::mesh::set_sharpness_by_angle_exec (bContext *C, wmOperator *op) |
| void | blender::ed::mesh::MESH_OT_set_sharpness_by_angle (wmOperatorType *ot) |