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

@@ -21,15 +21,15 @@ namespace BlendFile.DNA {
public short use_node_format;
[DNAFieldAttribute(1, "char", 2, "save_as_render", "char", false, 4)]
public char save_as_render;
[DNAFieldAttribute(3, "char", 3, "_pad1[3]", "System.Char[]", false, 5)]
[DNAArrayAttribute(3, "char", 3, "_pad1[3]", "System.Char[]", 3, 5)]
public char[] _pad1 = new System.Char[3];
[DNAFieldAttribute(1024, "char", 4, "path[1024]", "System.Char[]", false, 8)]
[DNAArrayAttribute(1024, "char", 4, "path[1024]", "System.Char[]", 1024, 8)]
public char[] path = new System.Char[1024];
[DNAFieldAttribute(336, "ImageFormatData", 5, "format", "ImageFormatData", false, 1032)]
public ImageFormatData format;
[DNAFieldAttribute(30, "char", 6, "layer[30]", "System.Char[]", false, 1368)]
[DNAArrayAttribute(30, "char", 6, "layer[30]", "System.Char[]", 30, 1368)]
public char[] layer = new System.Char[30];
[DNAFieldAttribute(2, "char", 7, "_pad2[2]", "System.Char[]", false, 1398)]
[DNAArrayAttribute(2, "char", 7, "_pad2[2]", "System.Char[]", 2, 1398)]
public char[] _pad2 = new System.Char[2];
public NodeImageMultiFileSocket() {
this.use_render_format = default;