Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/makesrna.c
| Show First 20 Lines • Show All 4,302 Lines • ▼ Show 20 Lines | #endif | ||||
| {"rna_nla.c", NULL, RNA_def_nla}, | {"rna_nla.c", NULL, RNA_def_nla}, | ||||
| {"rna_nodetree.c", NULL, RNA_def_nodetree}, | {"rna_nodetree.c", NULL, RNA_def_nodetree}, | ||||
| {"rna_object.c", "rna_object_api.c", RNA_def_object}, | {"rna_object.c", "rna_object_api.c", RNA_def_object}, | ||||
| {"rna_object_force.c", NULL, RNA_def_object_force}, | {"rna_object_force.c", NULL, RNA_def_object_force}, | ||||
| {"rna_depsgraph.c", NULL, RNA_def_depsgraph}, | {"rna_depsgraph.c", NULL, RNA_def_depsgraph}, | ||||
| {"rna_packedfile.c", NULL, RNA_def_packedfile}, | {"rna_packedfile.c", NULL, RNA_def_packedfile}, | ||||
| {"rna_palette.c", NULL, RNA_def_palette}, | {"rna_palette.c", NULL, RNA_def_palette}, | ||||
| {"rna_particle.c", NULL, RNA_def_particle}, | {"rna_particle.c", NULL, RNA_def_particle}, | ||||
| #ifdef WITH_POINT_CLOUD | |||||
| {"rna_pointcloud.c", NULL, RNA_def_pointcloud}, | {"rna_pointcloud.c", NULL, RNA_def_pointcloud}, | ||||
| #endif | |||||
| {"rna_pose.c", "rna_pose_api.c", RNA_def_pose}, | {"rna_pose.c", "rna_pose_api.c", RNA_def_pose}, | ||||
| {"rna_curveprofile.c", NULL, RNA_def_profile}, | {"rna_curveprofile.c", NULL, RNA_def_profile}, | ||||
| {"rna_lightprobe.c", NULL, RNA_def_lightprobe}, | {"rna_lightprobe.c", NULL, RNA_def_lightprobe}, | ||||
| {"rna_render.c", NULL, RNA_def_render}, | {"rna_render.c", NULL, RNA_def_render}, | ||||
| {"rna_rigidbody.c", NULL, RNA_def_rigidbody}, | {"rna_rigidbody.c", NULL, RNA_def_rigidbody}, | ||||
| {"rna_scene.c", "rna_scene_api.c", RNA_def_scene}, | {"rna_scene.c", "rna_scene_api.c", RNA_def_scene}, | ||||
| {"rna_screen.c", NULL, RNA_def_screen}, | {"rna_screen.c", NULL, RNA_def_screen}, | ||||
| {"rna_sculpt_paint.c", NULL, RNA_def_sculpt_paint}, | {"rna_sculpt_paint.c", NULL, RNA_def_sculpt_paint}, | ||||
| ▲ Show 20 Lines • Show All 862 Lines • Show Last 20 Lines | |||||