Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

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