Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

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