|
Blender V4.3
|
#include "MEM_guardedalloc.h"#include "DNA_layer_types.h"#include "DNA_object_types.h"#include "BLI_math_vector.h"#include "BLI_rand.h"#include "BKE_context.hh"#include "BKE_layer.hh"#include "RNA_access.hh"#include "RNA_define.hh"#include "WM_api.hh"#include "WM_types.hh"#include "ED_object.hh"#include "ED_transverts.hh"#include "object_intern.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::object |
Functions | |
| static bool | blender::ed::object::object_rand_transverts (TransVertStore *tvs, const float offset, const float uniform, const float normal_factor, const uint seed) |
| static int | blender::ed::object::object_rand_verts_exec (bContext *C, wmOperator *op) |
| void | blender::ed::object::TRANSFORM_OT_vertex_random (wmOperatorType *ot) |