Blender V4.3
rna_fcurve_api.cc File Reference
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <ctime>
#include "BLI_utildefines.h"
#include "RNA_define.hh"
#include "DNA_anim_types.h"
#include "DNA_scene_types.h"
#include "ANIM_fcurve.hh"
#include "rna_internal.hh"

Go to the source code of this file.

Functions

void RNA_api_fcurves (StructRNA *srna)
 
void RNA_api_drivers (StructRNA *)
 

Variables

static const EnumPropertyItem channel_bake_remove_options []
 

Function Documentation

◆ RNA_api_drivers()

void RNA_api_drivers ( StructRNA * srna)

Definition at line 171 of file rna_fcurve_api.cc.

Referenced by rna_def_channeldriver().

◆ RNA_api_fcurves()

Variable Documentation

◆ channel_bake_remove_options

const EnumPropertyItem channel_bake_remove_options[]
static
Initial value:
= {
{int(blender::animrig::BakeCurveRemove::NONE), "NONE", 0, "None", "Keep all keys"},
"IN_RANGE",
0,
"In Range",
"Remove all keys within the defined range"},
"OUT_RANGE",
0,
"Outside Range",
"Remove all keys outside the defined range"},
{int(blender::animrig::BakeCurveRemove::ALL), "ALL", 0, "All", "Remove all existing keys"},
{0, nullptr, 0, nullptr, nullptr},
}
draw_view push_constant(Type::INT, "radiance_src") .push_constant(Type capture_info_buf storage_buf(1, Qualifier::READ, "ObjectBounds", "bounds_buf[]") .push_constant(Type draw_view int

Definition at line 93 of file rna_fcurve_api.cc.

Referenced by RNA_api_fcurves().