Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -31,6 +31,16 @@ namespace BlendFile.DNA {
public char[] layer = new System.Char[30];
[DNAFieldAttribute(7, "char", "_pad2[2]", 1)]
public char[] _pad2 = new System.Char[2];
public NodeImageMultiFileSocket() {
this.use_render_format = default;
this.use_node_format = default;
this.save_as_render = default;
this._pad1 = default;
this.path = default;
this.format = default;
this.layer = default;
this._pad2 = default;
}
public NodeImageMultiFileSocket(short use_render_format, short use_node_format, char save_as_render, char[] _pad1, char[] path, ImageFormatData format, char[] layer, char[] _pad2) {
this.use_render_format = use_render_format;
this.use_node_format = use_node_format;