Blender
V3.3
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "BLI_kdopbvh.h"
#include "BLI_utildefines.h"
#include "RNA_define.h"
#include "DNA_constraint_types.h"
#include "DNA_layer_types.h"
#include "DNA_modifier_types.h"
#include "DNA_object_types.h"
#include "BKE_gpencil_curve.h"
#include "BKE_layer.h"
#include "DEG_depsgraph.h"
#include "ED_outliner.h"
#include "rna_internal.h"
Go to the source code of this file.
Functions | |
void | RNA_api_object (StructRNA *srna) |
Variables | |
static const EnumPropertyItem | space_items [] |
Definition at line 807 of file rna_object_api.c.
References BVH_RAYCAST_DIST_MAX, CONSTRAINT_SPACE_WORLD, eModifierMode_Realtime, eModifierMode_Render, FUNC_USE_CONTEXT, FUNC_USE_MAIN, FUNC_USE_REPORTS, NULL, PARM_OUTPUT, PARM_REQUIRED, PARM_RNAPTR, PROP_DYNAMIC, PROP_FLOAT, PROP_INT, PROP_MATRIX, PROP_NEVER_NULL, PROP_NONE, PROP_THICK_WRAP, PROP_XYZ, RNA_def_boolean(), RNA_def_enum(), RNA_def_float(), RNA_def_float_array(), RNA_def_float_vector(), RNA_def_function(), RNA_def_function_flag(), RNA_def_function_output(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_int(), RNA_def_parameter_clear_flags(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property(), RNA_def_property_array(), RNA_def_property_multi_array(), RNA_def_property_ui_text(), RNA_def_string(), rna_matrix_dimsize_4x4, and space_items.
Referenced by rna_def_object().
|
static |
Definition at line 32 of file rna_object_api.c.
Referenced by def_cmp_scale(), def_fn_rotate_euler(), def_sh_tex_pointdensity(), PARTICLE_OT_copy_particle_systems(), RNA_api_object(), rna_def_modifier_gpencilweight_angle(), and rna_def_volume_render().