Blender  V3.3
Functions | Variables
rna_object_api.c File Reference
#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 []
 

Function Documentation

◆ RNA_api_object()

void RNA_api_object ( StructRNA srna)

Variable Documentation

◆ space_items

const EnumPropertyItem space_items[]
static
Initial value:
= {
{CONSTRAINT_SPACE_WORLD, "WORLD", 0, "World Space", "The most global space in Blender"},
"POSE",
0,
"Pose Space",
"The pose space of a bone (its armature's object space)"},
"LOCAL_WITH_PARENT",
0,
"Local With Parent",
"The rest pose local space of a bone (thus matrix includes parent transforms)"},
{CONSTRAINT_SPACE_LOCAL, "LOCAL", 0, "Local Space", "The local space of an object/bone"},
{0, NULL, 0, NULL, NULL},
}
@ CONSTRAINT_SPACE_POSE
@ CONSTRAINT_SPACE_WORLD
@ CONSTRAINT_SPACE_LOCAL
@ CONSTRAINT_SPACE_PARLOCAL

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().