regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,41 +15,41 @@ namespace BlendFile.DNA {
[DNAClassAttribute(157, "ClothCollSettings")]
public class ClothCollSettings {
[DNAFieldAttribute(0, "LinkNode", "*collision_list", "LinkNode", 0)]
[DNAFieldAttribute(0, "LinkNode", "*collision_list", "LinkNode", 4, true)]
public LinkNode ptr_collision_list;
[DNAFieldAttribute(1, "float", "epsilon", "float", 4)]
[DNAFieldAttribute(1, "float", "epsilon", "float", 4, false)]
public float epsilon;
[DNAFieldAttribute(2, "float", "self_friction", "float", 4)]
[DNAFieldAttribute(2, "float", "self_friction", "float", 4, false)]
public float self_friction;
[DNAFieldAttribute(3, "float", "friction", "float", 4)]
[DNAFieldAttribute(3, "float", "friction", "float", 4, false)]
public float friction;
[DNAFieldAttribute(4, "float", "damping", "float", 4)]
[DNAFieldAttribute(4, "float", "damping", "float", 4, false)]
public float damping;
[DNAFieldAttribute(5, "float", "selfepsilon", "float", 4)]
[DNAFieldAttribute(5, "float", "selfepsilon", "float", 4, false)]
public float selfepsilon;
[DNAFieldAttribute(6, "float", "repel_force", "float", 4)]
[DNAFieldAttribute(6, "float", "repel_force", "float", 4, false)]
public float repel_force;
[DNAFieldAttribute(7, "float", "distance_repel", "float", 4)]
[DNAFieldAttribute(7, "float", "distance_repel", "float", 4, false)]
public float distance_repel;
[DNAFieldAttribute(8, "int", "flags", "int", 4)]
[DNAFieldAttribute(8, "int", "flags", "int", 4, false)]
public int flags;
[DNAFieldAttribute(9, "short", "self_loop_count", "short", 2)]
[DNAFieldAttribute(9, "short", "self_loop_count", "short", 2, false)]
public short self_loop_count;
[DNAFieldAttribute(10, "short", "loop_count", "short", 2)]
[DNAFieldAttribute(10, "short", "loop_count", "short", 2, false)]
public short loop_count;
[DNAFieldAttribute(11, "char", "_pad[4]", "System.Char[]", 1)]
[DNAFieldAttribute(11, "char", "_pad[4]", "System.Char[]", 4, false)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(12, "Collection", "*group", "Collection", 376)]
[DNAFieldAttribute(12, "Collection", "*group", "Collection", 4, true)]
public Collection ptr_group;
[DNAFieldAttribute(13, "short", "vgroup_selfcol", "short", 2)]
[DNAFieldAttribute(13, "short", "vgroup_selfcol", "short", 2, false)]
public short vgroup_selfcol;
[DNAFieldAttribute(14, "short", "vgroup_objcol", "short", 2)]
[DNAFieldAttribute(14, "short", "vgroup_objcol", "short", 2, false)]
public short vgroup_objcol;
[DNAFieldAttribute(15, "char", "_pad2[4]", "System.Char[]", 1)]
[DNAFieldAttribute(15, "char", "_pad2[4]", "System.Char[]", 4, false)]
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(16, "float", "clamp", "float", 4)]
[DNAFieldAttribute(16, "float", "clamp", "float", 4, false)]
public float clamp;
[DNAFieldAttribute(17, "float", "self_clamp", "float", 4)]
[DNAFieldAttribute(17, "float", "self_clamp", "float", 4, false)]
public float self_clamp;
public ClothCollSettings() {
this.ptr_collision_list = default;