Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -19,11 +19,11 @@ namespace BlendFile.DNA {
public ViewLayer next;
[DNAFieldAttribute(8, "ViewLayer", 1, "*prev", "ViewLayer", true, 8)]
public ViewLayer prev;
[DNAFieldAttribute(64, "char", 2, "name[64]", "System.Char[]", false, 16)]
[DNAArrayAttribute(64, "char", 2, "name[64]", "System.Char[]", 64, 16)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(2, "short", 3, "flag", "short", false, 80)]
public short flag;
[DNAFieldAttribute(6, "char", 4, "_pad[6]", "System.Char[]", false, 82)]
[DNAArrayAttribute(6, "char", 4, "_pad[6]", "System.Char[]", 6, 82)]
public char[] _pad = new System.Char[6];
[DNAFieldAttribute(16, "ListBase", 5, "object_bases", "ListBase", false, 88)]
public ListBase object_bases;
@@ -45,7 +45,7 @@ namespace BlendFile.DNA {
public short cryptomatte_flag;
[DNAFieldAttribute(2, "short", 14, "cryptomatte_levels", "short", false, 158)]
public short cryptomatte_levels;
[DNAFieldAttribute(4, "char", 15, "_pad1[4]", "System.Char[]", false, 160)]
[DNAArrayAttribute(4, "char", 15, "_pad1[4]", "System.Char[]", 4, 160)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(4, "int", 16, "samples", "int", false, 164)]
public int samples;