Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_main.c
| Show First 20 Lines • Show All 116 Lines • ▼ Show 20 Lines | |||||
| RNA_MAIN_LISTBASE_FUNCS_DEF(libraries) | RNA_MAIN_LISTBASE_FUNCS_DEF(libraries) | ||||
| RNA_MAIN_LISTBASE_FUNCS_DEF(lightprobes) | RNA_MAIN_LISTBASE_FUNCS_DEF(lightprobes) | ||||
| RNA_MAIN_LISTBASE_FUNCS_DEF(lights) | RNA_MAIN_LISTBASE_FUNCS_DEF(lights) | ||||
| RNA_MAIN_LISTBASE_FUNCS_DEF(linestyles) | RNA_MAIN_LISTBASE_FUNCS_DEF(linestyles) | ||||
| RNA_MAIN_LISTBASE_FUNCS_DEF(masks) | RNA_MAIN_LISTBASE_FUNCS_DEF(masks) | ||||
| RNA_MAIN_LISTBASE_FUNCS_DEF(materials) | RNA_MAIN_LISTBASE_FUNCS_DEF(materials) | ||||
| RNA_MAIN_LISTBASE_FUNCS_DEF(meshes) | RNA_MAIN_LISTBASE_FUNCS_DEF(meshes) | ||||
| RNA_MAIN_LISTBASE_FUNCS_DEF(metaballs) | RNA_MAIN_LISTBASE_FUNCS_DEF(metaballs) | ||||
| RNA_MAIN_LISTBASE_FUNCS_DEF(heightmaps) | |||||
| RNA_MAIN_LISTBASE_FUNCS_DEF(movieclips) | RNA_MAIN_LISTBASE_FUNCS_DEF(movieclips) | ||||
| RNA_MAIN_LISTBASE_FUNCS_DEF(nodetrees) | RNA_MAIN_LISTBASE_FUNCS_DEF(nodetrees) | ||||
| RNA_MAIN_LISTBASE_FUNCS_DEF(objects) | RNA_MAIN_LISTBASE_FUNCS_DEF(objects) | ||||
| RNA_MAIN_LISTBASE_FUNCS_DEF(paintcurves) | RNA_MAIN_LISTBASE_FUNCS_DEF(paintcurves) | ||||
| RNA_MAIN_LISTBASE_FUNCS_DEF(palettes) | RNA_MAIN_LISTBASE_FUNCS_DEF(palettes) | ||||
| RNA_MAIN_LISTBASE_FUNCS_DEF(particles) | RNA_MAIN_LISTBASE_FUNCS_DEF(particles) | ||||
| # ifdef WITH_POINT_CLOUD | # ifdef WITH_POINT_CLOUD | ||||
| RNA_MAIN_LISTBASE_FUNCS_DEF(pointclouds) | RNA_MAIN_LISTBASE_FUNCS_DEF(pointclouds) | ||||
| ▲ Show 20 Lines • Show All 136 Lines • ▼ Show 20 Lines | MainCollectionDef lists[] = { | ||||
| "Curve data-blocks", | "Curve data-blocks", | ||||
| RNA_def_main_curves}, | RNA_def_main_curves}, | ||||
| {"metaballs", | {"metaballs", | ||||
| "MetaBall", | "MetaBall", | ||||
| "rna_Main_metaballs_begin", | "rna_Main_metaballs_begin", | ||||
| "Metaballs", | "Metaballs", | ||||
| "Metaball data-blocks", | "Metaball data-blocks", | ||||
| RNA_def_main_metaballs}, | RNA_def_main_metaballs}, | ||||
| {"heightmaps", | |||||
| "HeightMap", | |||||
| "rna_Main_heightmaps_begin", | |||||
| "HeightMaps", | |||||
| "Heightmap data-blocks", | |||||
| RNA_def_main_heightmaps}, | |||||
| {"fonts", | {"fonts", | ||||
| "VectorFont", | "VectorFont", | ||||
| "rna_Main_fonts_begin", | "rna_Main_fonts_begin", | ||||
| "Vector Fonts", | "Vector Fonts", | ||||
| "Vector font data-blocks", | "Vector font data-blocks", | ||||
| RNA_def_main_fonts}, | RNA_def_main_fonts}, | ||||
| {"textures", | {"textures", | ||||
| "Texture", | "Texture", | ||||
| ▲ Show 20 Lines • Show All 219 Lines • Show Last 20 Lines | |||||