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(47, "bAnimVizSettings", 32)]
public struct bAnimVizSettings {
[DNAFieldAttribute(0, "short", "recalc", "short", 2, false)]
[DNAFieldAttribute(0, "short", "recalc", "short", 2, false, 0)]
public short recalc;
[DNAFieldAttribute(1, "short", "path_type", "short", 2, false)]
[DNAFieldAttribute(1, "short", "path_type", "short", 2, false, 2)]
public short path_type;
[DNAFieldAttribute(2, "short", "path_step", "short", 2, false)]
[DNAFieldAttribute(2, "short", "path_step", "short", 2, false, 4)]
public short path_step;
[DNAFieldAttribute(3, "short", "path_range", "short", 2, false)]
[DNAFieldAttribute(3, "short", "path_range", "short", 2, false, 6)]
public short path_range;
[DNAFieldAttribute(4, "short", "path_viewflag", "short", 2, false)]
[DNAFieldAttribute(4, "short", "path_viewflag", "short", 2, false, 8)]
public short path_viewflag;
[DNAFieldAttribute(5, "short", "path_bakeflag", "short", 2, false)]
[DNAFieldAttribute(5, "short", "path_bakeflag", "short", 2, false, 10)]
public short path_bakeflag;
[DNAFieldAttribute(6, "char", "_pad[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(6, "char", "_pad[4]", "System.Char[]", 4, false, 12)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(7, "int", "path_sf", "int", 4, false)]
[DNAFieldAttribute(7, "int", "path_sf", "int", 4, false, 16)]
public int path_sf;
[DNAFieldAttribute(8, "int", "path_ef", "int", 4, false)]
[DNAFieldAttribute(8, "int", "path_ef", "int", 4, false, 20)]
public int path_ef;
[DNAFieldAttribute(9, "int", "path_bc", "int", 4, false)]
[DNAFieldAttribute(9, "int", "path_bc", "int", 4, false, 24)]
public int path_bc;
[DNAFieldAttribute(10, "int", "path_ac", "int", 4, false)]
[DNAFieldAttribute(10, "int", "path_ac", "int", 4, false, 28)]
public int path_ac;
public bAnimVizSettings() {
this.recalc = default;