Generated new code and added initial data handling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user