Home
last modified time | relevance | path

Searched refs:RNA_def_property_collection_sdna (Results 1 – 25 of 42) sorted by relevance

12

/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_hair.c207 RNA_def_property_collection_sdna(prop, NULL, "curves", "totcurve"); in rna_def_hair()
214 RNA_def_property_collection_sdna(prop, NULL, "co", "totpoint"); in rna_def_hair()
221 RNA_def_property_collection_sdna(prop, NULL, "mat", "totcol"); in rna_def_hair()
H A Drna_pointcloud.c145 RNA_def_property_collection_sdna(prop, NULL, "co", "totpoint"); in rna_def_pointcloud()
152 RNA_def_property_collection_sdna(prop, NULL, "mat", "totcol"); in rna_def_pointcloud()
H A Drna_curveprofile.c298 RNA_def_property_collection_sdna(prop, NULL, "path", "path_len"); in rna_def_curveprofile()
304 RNA_def_property_collection_sdna(prop, NULL, "segments", "segments_len"); in rna_def_curveprofile()
H A Drna_mesh.c2343 RNA_def_property_collection_sdna(prop, NULL, "mat", "totcol"); in rna_def_texmat_common()
2929 RNA_def_property_collection_sdna(prop, NULL, "mvert", "totvert"); in rna_def_mesh()
2936 RNA_def_property_collection_sdna(prop, NULL, "medge", "totedge"); in rna_def_mesh()
2943 RNA_def_property_collection_sdna(prop, NULL, "mloop", "totloop"); in rna_def_mesh()
2950 RNA_def_property_collection_sdna(prop, NULL, "mpoly", "totpoly"); in rna_def_mesh()
2975 RNA_def_property_collection_sdna(prop, NULL, "ldata.layers", "ldata.totlayer"); in rna_def_mesh()
3023 RNA_def_property_collection_sdna(prop, NULL, "ldata.layers", "ldata.totlayer"); in rna_def_mesh()
3041 RNA_def_property_collection_sdna(prop, NULL, "vdata.layers", "vdata.totlayer"); in rna_def_mesh()
3057 RNA_def_property_collection_sdna(prop, NULL, "vdata.layers", "vdata.totlayer"); in rna_def_mesh()
3073 RNA_def_property_collection_sdna(prop, NULL, "vdata.layers", "vdata.totlayer"); in rna_def_mesh()
[all …]
H A Drna_layer.c367 RNA_def_property_collection_sdna(prop, NULL, "layer_collections", NULL); in rna_def_layer_collection()
461 RNA_def_property_collection_sdna(prop, NULL, "object_bases", NULL); in rna_def_layer_objects()
546 RNA_def_property_collection_sdna(prop, NULL, "object_bases", NULL); in RNA_def_view_layer()
H A Drna_screen.c342 RNA_def_property_collection_sdna(prop, NULL, "spacedata", NULL); in rna_def_area()
352 RNA_def_property_collection_sdna(prop, NULL, "regionbase", NULL); in rna_def_area()
559 RNA_def_property_collection_sdna(prop, NULL, "areabase", NULL); in rna_def_screen()
H A Drna_workspace.c375 RNA_def_property_collection_sdna(prop, NULL, "layouts", NULL); in rna_def_workspace()
394 RNA_def_property_collection_sdna(prop, NULL, "tools", NULL); in rna_def_workspace()
H A Drna_action.c641 RNA_def_property_collection_sdna(prop, NULL, "channels", NULL); in rna_def_action_group()
813 RNA_def_property_collection_sdna(prop, NULL, "curves", NULL); in rna_def_action()
819 RNA_def_property_collection_sdna(prop, NULL, "groups", NULL); in rna_def_action()
825 RNA_def_property_collection_sdna(prop, NULL, "markers", NULL); in rna_def_action()
H A Drna_meta.c338 RNA_def_property_collection_sdna(prop, NULL, "elems", NULL); in rna_def_metaball()
407 RNA_def_property_collection_sdna(prop, NULL, "mat", "totcol"); in rna_def_metaball()
H A Drna_cachefile.c162 RNA_def_property_collection_sdna(prop, NULL, "object_paths", NULL); in rna_def_cachefile()
H A Drna_curve.c1209 RNA_def_property_collection_sdna(prop, NULL, "tb", "totbox"); in rna_def_font()
1239 RNA_def_property_collection_sdna(prop, NULL, "strinfo", "len_char32"); in rna_def_font()
1592 RNA_def_property_collection_sdna(prop, NULL, "nurb", NULL); in rna_def_curve()
1827 RNA_def_property_collection_sdna(prop, NULL, "mat", "totcol"); in rna_def_curve()
1884 RNA_def_property_collection_sdna(prop, NULL, "bp", NULL); in rna_def_curve_nurb()
1901 RNA_def_property_collection_sdna(prop, NULL, "bezt", "pntsu"); in rna_def_curve_nurb()
H A Drna_gpencil.c1157 RNA_def_property_collection_sdna(prop, NULL, "points", "totpoints"); in rna_def_gpencil_stroke()
1179 RNA_def_property_collection_sdna(prop, NULL, "triangles", "tot_triangles"); in rna_def_gpencil_stroke()
1350 RNA_def_property_collection_sdna(prop, NULL, "strokes", NULL); in rna_def_gpencil_frame()
1519 RNA_def_property_collection_sdna(prop, NULL, "frames", NULL); in rna_def_gpencil_layer()
1526 RNA_def_property_collection_sdna(prop, NULL, "mask_layers", NULL); in rna_def_gpencil_layer()
1931 RNA_def_property_collection_sdna(prop, NULL, "layers", NULL); in rna_def_gpencil_data()
1941 RNA_def_property_collection_sdna(prop, NULL, "mat", "totcol"); in rna_def_gpencil_data()
H A Drna_animation.c1104 RNA_def_property_collection_sdna(prop, NULL, "paths", NULL); in rna_def_keyingset()
1251 RNA_def_property_collection_sdna(prop, NULL, "nla_tracks", NULL); in rna_def_animdata()
1298 RNA_def_property_collection_sdna(prop, NULL, "drivers", NULL); in rna_def_animdata()
H A Drna_image.c951 RNA_def_property_collection_sdna(prop, NULL, "packedfiles", NULL); in rna_def_image()
1050 RNA_def_property_collection_sdna(prop, NULL, "renderslots", NULL); in rna_def_image()
1056 RNA_def_property_collection_sdna(prop, NULL, "tiles", NULL); in rna_def_image()
H A Drna_animviz.c124 RNA_def_property_collection_sdna(prop, NULL, "points", "length"); in rna_def_animviz_motion_path()
H A Drna_fcurve.c1334 RNA_def_property_collection_sdna(prop, NULL, "data", "totvert"); in rna_def_fmodifier_envelope()
1885 RNA_def_property_collection_sdna(prop, NULL, "targets", "num_targets"); in rna_def_drivervar()
1963 RNA_def_property_collection_sdna(prop, NULL, "variables", NULL); in rna_def_channeldriver()
2411 RNA_def_property_collection_sdna(prop, NULL, "fpt", "totvert"); in rna_def_fcurve()
2416 RNA_def_property_collection_sdna(prop, NULL, "bezt", "totvert"); in rna_def_fcurve()
H A Drna_armature.c1148 RNA_def_property_collection_sdna(prop, NULL, "childbase", NULL); in rna_def_bone()
1476 RNA_def_property_collection_sdna(prop, NULL, "bonebase", NULL); in rna_def_armature()
1491 RNA_def_property_collection_sdna(prop, NULL, "edbo", NULL); in rna_def_armature()
H A Drna_linestyle.c1932 RNA_def_property_collection_sdna(prop, NULL, "color_modifiers", NULL); in rna_def_linestyle()
1938 RNA_def_property_collection_sdna(prop, NULL, "alpha_modifiers", NULL); in rna_def_linestyle()
1944 RNA_def_property_collection_sdna(prop, NULL, "thickness_modifiers", NULL); in rna_def_linestyle()
1950 RNA_def_property_collection_sdna(prop, NULL, "geometry_modifiers", NULL); in rna_def_linestyle()
H A Drna_key.c968 RNA_def_property_collection_sdna(prop, NULL, "data", "totelem"); in rna_def_keyblock()
1032 RNA_def_property_collection_sdna(prop, NULL, "block", NULL); in rna_def_key()
H A Drna_object.c2740 RNA_def_property_collection_sdna(prop, NULL, "mat", "totcol"); in rna_def_object()
2973 RNA_def_property_collection_sdna(prop, NULL, "greasepencil_modifiers", NULL); in rna_def_object()
2984 RNA_def_property_collection_sdna(prop, NULL, "shader_fx", NULL); in rna_def_object()
3006 RNA_def_property_collection_sdna(prop, NULL, "defbase", NULL); in rna_def_object()
3014 RNA_def_property_collection_sdna(prop, NULL, "fmaps", NULL); in rna_def_object()
3133 RNA_def_property_collection_sdna(prop, NULL, "particlesystem", NULL); in rna_def_object()
H A Drna_sequencer.c1976 RNA_def_property_collection_sdna(prop, NULL, "seqbase", NULL); in rna_def_editor()
1982 RNA_def_property_collection_sdna(prop, NULL, "seqbase", NULL); in rna_def_editor()
1997 RNA_def_property_collection_sdna(prop, NULL, "metastack", NULL); in rna_def_editor()
2311 RNA_def_property_collection_sdna(prop, NULL, "strip->stripdata", NULL); in rna_def_image()
2360 RNA_def_property_collection_sdna(prop, NULL, "seqbase", NULL); in rna_def_meta()
2445 RNA_def_property_collection_sdna(prop, NULL, "strip->stripdata", NULL); in rna_def_movie()
H A Drna_mask.c793 RNA_def_property_collection_sdna(prop, NULL, "uw", "tot_uw"); in rna_def_maskSplinePoint()
938 RNA_def_property_collection_sdna(prop, NULL, "points", "tot_point"); in rna_def_maskSpline()
H A Drna_color.c785 RNA_def_property_collection_sdna(prop, NULL, "curve", "totpoint"); in rna_def_curvemap()
1018 RNA_def_property_collection_sdna(prop, NULL, "data", "tot"); in rna_def_color_ramp()
H A Drna_volume.c596 RNA_def_property_collection_sdna(prop, NULL, "mat", "totcol"); in rna_def_volume()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/
H A DRNA_define.h356 void RNA_def_property_collection_sdna(PropertyRNA *prop,

12