Home
last modified time | relevance | path

Searched refs:ClothCollSettings (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_cloth_types.h215 typedef struct ClothCollSettings { struct
246 } ClothCollSettings; argument
H A DDNA_modifier_types.h805 struct ClothCollSettings *coll_parms;
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_cloth.c383 ClothCollSettings *coll = (ClothCollSettings *)ptr->data; in rna_CollSettings_selfcol_vgroup_get()
389 ClothCollSettings *coll = (ClothCollSettings *)ptr->data; in rna_CollSettings_selfcol_vgroup_length()
395 ClothCollSettings *coll = (ClothCollSettings *)ptr->data; in rna_CollSettings_selfcol_vgroup_set()
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/intern/
H A Ddna_defaults.c243 SDNA_DEFAULT_DECL_STRUCT(ClothCollSettings);
463 SDNA_DEFAULT_DECL(ClothCollSettings),
/dports/graphics/blender/blender-2.91.0/source/blender/modifiers/intern/
H A DMOD_cloth.c73 clmd->coll_parms = DNA_struct_default_alloc(ClothCollSettings); in initData()
/dports/graphics/blender/blender-2.91.0/source/blender/blenloader/intern/
H A Dwritefile.c991 BLO_write_struct(writer, ClothCollSettings, psys->clmd->coll_parms); in write_particlesystems()
1148 BLO_write_struct(writer, ClothCollSettings, clmd->coll_parms); in write_modifiers()