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,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;
[DNAArrayAttribute(3, "char", 3, "_pad1[3]", "System.Char[]", 3, 5)]
[DNAArrayAttribute(3, "char", 3, "_pad1[3]", "System.Char[]", 3, false, 5)]
public char[] _pad1 = new System.Char[3];
[DNAArrayAttribute(1024, "char", 4, "path[1024]", "System.Char[]", 1024, 8)]
[DNAArrayAttribute(1024, "char", 4, "path[1024]", "System.Char[]", 1024, false, 8)]
public char[] path = new System.Char[1024];
[DNAFieldAttribute(336, "ImageFormatData", 5, "format", "ImageFormatData", false, 1032)]
public ImageFormatData format;
[DNAArrayAttribute(30, "char", 6, "layer[30]", "System.Char[]", 30, 1368)]
[DNAArrayAttribute(30, "char", 6, "layer[30]", "System.Char[]", 30, false, 1368)]
public char[] layer = new System.Char[30];
[DNAArrayAttribute(2, "char", 7, "_pad2[2]", "System.Char[]", 2, 1398)]
[DNAArrayAttribute(2, "char", 7, "_pad2[2]", "System.Char[]", 2, false, 1398)]
public char[] _pad2 = new System.Char[2];
public NodeImageMultiFileSocket() {
this.use_render_format = default;