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,27 +15,27 @@ namespace BlendFile.DNA {
[DNAClassAttribute(452, "MirrorModifierData", 168)]
public class MirrorModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false, 0)]
public ModifierData modifier;
[DNAFieldAttribute(1, "short", "axis", "short", 2, false)]
[DNAFieldAttribute(1, "short", "axis", "short", 2, false, 120)]
public short axis;
[DNAFieldAttribute(2, "short", "flag", "short", 2, false)]
[DNAFieldAttribute(2, "short", "flag", "short", 2, false, 122)]
public short flag;
[DNAFieldAttribute(3, "float", "tolerance", "float", 4, false)]
[DNAFieldAttribute(3, "float", "tolerance", "float", 4, false, 124)]
public float tolerance;
[DNAFieldAttribute(4, "float", "bisect_threshold", "float", 4, false)]
[DNAFieldAttribute(4, "float", "bisect_threshold", "float", 4, false, 128)]
public float bisect_threshold;
[DNAFieldAttribute(5, "uchar", "use_correct_order_on_merge", "uchar", 1, false)]
[DNAFieldAttribute(5, "uchar", "use_correct_order_on_merge", "uchar", 1, false, 132)]
public byte use_correct_order_on_merge;
[DNAFieldAttribute(6, "char", "_pad[3]", "System.Char[]", 3, false)]
[DNAFieldAttribute(6, "char", "_pad[3]", "System.Char[]", 3, false, 133)]
public char[] _pad = new System.Char[3];
[DNAFieldAttribute(7, "float", "uv_offset[2]", "System.Single[]", 8, false)]
[DNAFieldAttribute(7, "float", "uv_offset[2]", "System.Single[]", 8, false, 136)]
public float[] uv_offset = new System.Single[2];
[DNAFieldAttribute(8, "float", "uv_offset_copy[2]", "System.Single[]", 8, false)]
[DNAFieldAttribute(8, "float", "uv_offset_copy[2]", "System.Single[]", 8, false, 144)]
public float[] uv_offset_copy = new System.Single[2];
[DNAFieldAttribute(9, "Object", "*mirror_ob", "Object", 8, true)]
[DNAFieldAttribute(9, "Object", "*mirror_ob", "Object", 8, true, 152)]
public Object ptr_mirror_ob;
[DNAFieldAttribute(10, "void", "*_pad1", "void", 8, true)]
[DNAFieldAttribute(10, "void", "*_pad1", "void", 8, true, 160)]
public object ptr__pad1;
public MirrorModifierData() {
this.modifier = default;