Blender
V3.3
|
#include "BLI_rand.hh"
#include "BKE_context.h"
#include "BKE_curves.hh"
#include "BKE_node.h"
#include "BKE_node_runtime.hh"
#include "ED_curves.h"
#include "ED_node.h"
#include "ED_object.h"
#include "DNA_modifier_types.h"
#include "DNA_node_types.h"
#include "DNA_object_types.h"
Go to the source code of this file.
Namespaces | |
blender | |
blender::ed | |
blender::ed::curves | |
Functions | |
static bool | blender::ed::curves::has_surface_deformation_node (const bNodeTree &ntree) |
static bool | blender::ed::curves::has_surface_deformation_node (const Object &curves_ob) |
void | blender::ed::curves::ensure_surface_deformation_node_exists (bContext &C, Object &curves_ob) |
bke::CurvesGeometry | blender::ed::curves::primitive_random_sphere (const int curves_size, const int points_per_curve) |