|
Blender V4.3
|
#include <cstdlib>#include "RNA_define.hh"#include "RNA_enum_types.hh"#include "rna_internal.hh"#include "DNA_pointcloud_types.h"#include "BKE_attribute.h"#include "BLI_math_base.h"#include "BLI_string.h"Go to the source code of this file.
Functions | |
| static void | rna_def_point (BlenderRNA *brna) |
| static void | rna_def_pointcloud (BlenderRNA *brna) |
| void | RNA_def_pointcloud (BlenderRNA *brna) |
|
static |
Definition at line 146 of file rna_pointcloud.cc.
References PROP_DISTANCE, PROP_EDITABLE, PROP_FLOAT, PROP_INT, PROP_TRANSLATION, PROP_UNSIGNED, RNA_def_property(), RNA_def_property_array(), RNA_def_property_clear_flag(), RNA_def_property_float_funcs(), RNA_def_property_int_funcs(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_path_func(), and RNA_def_struct_ui_text().
Referenced by RNA_def_pointcloud().
| void RNA_def_pointcloud | ( | BlenderRNA * | brna | ) |
Definition at line 218 of file rna_pointcloud.cc.
References rna_def_point(), and rna_def_pointcloud().
|
static |
Definition at line 172 of file rna_pointcloud.cc.
References PointCloud, PROP_COLLECTION, PROP_NONE, PROPOVERRIDE_IGNORE, rna_def_animdata_common(), rna_def_attributes_common(), RNA_def_property(), RNA_def_property_collection_funcs(), RNA_def_property_collection_sdna(), RNA_def_property_override_flag(), RNA_def_property_srna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_pointcloud().