Blender
V3.3
|
#include <stdlib.h>
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "rna_internal.h"
#include "DNA_pointcloud_types.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 116 of file rna_pointcloud.c.
References NULL, 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().
|
static |
Definition at line 142 of file rna_pointcloud.c.
References NULL, PROP_COLLECTION, PROP_NONE, rna_def_animdata_common(), rna_def_attributes_common(), RNA_def_property(), RNA_def_property_collection_funcs(), RNA_def_property_collection_sdna(), 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().
void RNA_def_pointcloud | ( | BlenderRNA * | brna | ) |
Definition at line 180 of file rna_pointcloud.c.
References rna_def_point(), and rna_def_pointcloud().