|
Blender V4.3
|
#include "WM_api.hh"#include "BKE_context.hh"#include "BKE_global.hh"#include "BKE_main.hh"#include "DEG_depsgraph.hh"#include "RNA_access.hh"#include "RNA_define.hh"#include "geometry_intern.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::geometry |
Functions | |
| static int | blender::ed::geometry::geometry_randomization_invoke (bContext *C, wmOperator *op, const wmEvent *event) |
| static int | blender::ed::geometry::geometry_randomization_exec (bContext *C, wmOperator *op) |
| void | blender::ed::geometry::GEOMETRY_OT_geometry_randomization (wmOperatorType *ot) |