regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

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