|
Blender V5.0
|
#include "BLI_array_utils.hh"#include "BKE_curves.hh"#include "BKE_geometry_set.hh"#include "BKE_idtype.hh"#include "BKE_instances.hh"#include "BKE_lib_id.hh"#include "DNA_curves_types.h"#include "GEO_realize_instances.hh"#include "CLG_log.h"#include "testing/testing.h"Go to the source code of this file.
Classes | |
| class | blender::geometry::tests::RealizeInstancesTest |
Namespaces | |
| namespace | blender |
| namespace | blender::geometry |
| namespace | blender::geometry::tests |
Functions | |
| static void | blender::geometry::tests::create_test_curves (bke::CurvesGeometry &curves, Span< int > offsets) |
| blender::geometry::tests::TEST_F (RealizeInstancesTest, InstanceAttributeToBuiltinCurvesAttribute) | |