Home
last modified time | relevance | path

Searched refs:dnalengthname (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Dmakesrna.c1297 (!(dp->dnalengthname || dp->dnalengthfixed) || !dp->dnaname)) { in rna_def_property_length_func()
1312 if (dp->dnaarraylength <= 1 || dp->dnalengthname) { in rna_def_property_length_func()
1323 if (dp->dnalengthname) { in rna_def_property_length_func()
1324 fprintf(f, "data->%s;\n", dp->dnalengthname); in rna_def_property_length_func()
1366 if (dp->dnalengthname || dp->dnalengthfixed) { in rna_def_property_begin_func()
1371 if (dp->dnalengthname) { in rna_def_property_begin_func()
1377 dp->dnalengthname); in rna_def_property_begin_func()
1510 if (dp->dnalengthname || dp->dnalengthfixed) { in rna_def_property_lookup_int_func()
1511 if (dp->dnalengthname) { in rna_def_property_lookup_int_func()
1518 dp->dnalengthname); in rna_def_property_lookup_int_func()
[all …]
H A Drna_internal.h86 const char *dnalengthname; member
H A Drna_define.c2818 dp->dnalengthname = lengthpropname; in RNA_def_property_collection_sdna()