Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/makesrna.c
| Show First 20 Lines • Show All 3,405 Lines • ▼ Show 20 Lines | static RNAProcessItem PROCESS_ITEMS[] = { | ||||
| {"rna_gpencil.c", NULL, RNA_def_gpencil}, | {"rna_gpencil.c", NULL, RNA_def_gpencil}, | ||||
| {"rna_group.c", NULL, RNA_def_collections}, | {"rna_group.c", NULL, RNA_def_collections}, | ||||
| {"rna_image.c", "rna_image_api.c", RNA_def_image}, | {"rna_image.c", "rna_image_api.c", RNA_def_image}, | ||||
| {"rna_key.c", NULL, RNA_def_key}, | {"rna_key.c", NULL, RNA_def_key}, | ||||
| {"rna_lamp.c", NULL, RNA_def_light}, | {"rna_lamp.c", NULL, RNA_def_light}, | ||||
| {"rna_lattice.c", "rna_lattice_api.c", RNA_def_lattice}, | {"rna_lattice.c", "rna_lattice_api.c", RNA_def_lattice}, | ||||
| {"rna_layer.c", NULL, RNA_def_view_layer}, | {"rna_layer.c", NULL, RNA_def_view_layer}, | ||||
| {"rna_linestyle.c", NULL, RNA_def_linestyle}, | {"rna_linestyle.c", NULL, RNA_def_linestyle}, | ||||
| {"rna_lanpr.c", NULL, RNA_def_lanpr}, | |||||
| {"rna_main.c", "rna_main_api.c", RNA_def_main}, | {"rna_main.c", "rna_main_api.c", RNA_def_main}, | ||||
| {"rna_material.c", "rna_material_api.c", RNA_def_material}, | {"rna_material.c", "rna_material_api.c", RNA_def_material}, | ||||
| {"rna_mesh.c", "rna_mesh_api.c", RNA_def_mesh}, | {"rna_mesh.c", "rna_mesh_api.c", RNA_def_mesh}, | ||||
| {"rna_meta.c", "rna_meta_api.c", RNA_def_meta}, | {"rna_meta.c", "rna_meta_api.c", RNA_def_meta}, | ||||
| {"rna_modifier.c", NULL, RNA_def_modifier}, | {"rna_modifier.c", NULL, RNA_def_modifier}, | ||||
| {"rna_gpencil_modifier.c", NULL, RNA_def_greasepencil_modifier}, | {"rna_gpencil_modifier.c", NULL, RNA_def_greasepencil_modifier}, | ||||
| {"rna_shader_fx.c", NULL, RNA_def_shader_fx }, | {"rna_shader_fx.c", NULL, RNA_def_shader_fx }, | ||||
| {"rna_nla.c", NULL, RNA_def_nla}, | {"rna_nla.c", NULL, RNA_def_nla}, | ||||
| ▲ Show 20 Lines • Show All 811 Lines • Show Last 20 Lines | |||||