updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

@@ -21,13 +21,13 @@ namespace BlendFile.DNA {
public GHash chanhash;
[DNAFieldAttribute(2, "short", 3, "flag", "short", false, 24)]
public short flag;
[DNAArrayAttribute(2, "char", 4, "_pad[2]", "System.Char[]", 2, 26)]
[DNAArrayAttribute(2, "char", 4, "_pad[2]", "System.Char[]", 2, false, 26)]
public char[] _pad = new System.Char[2];
[DNAFieldAttribute(4, "float", 5, "ctime", "float", false, 28)]
public float ctime;
[DNAArrayAttribute(12, "float", 6, "stride_offset[3]", "System.Single[]", 3, 32)]
[DNAArrayAttribute(12, "float", 6, "stride_offset[3]", "System.Single[]", 3, false, 32)]
public float[] stride_offset = new System.Single[3];
[DNAArrayAttribute(12, "float", 7, "cyclic_offset[3]", "System.Single[]", 3, 44)]
[DNAArrayAttribute(12, "float", 7, "cyclic_offset[3]", "System.Single[]", 3, false, 44)]
public float[] cyclic_offset = new System.Single[3];
[DNAFieldAttribute(16, "ListBase", 8, "agroups", "ListBase", false, 56)]
public ListBase agroups;