Regenerated codefiles
This commit is contained in:
@@ -14,20 +14,20 @@ namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(616, "NodeImageMultiFile", 1376)]
|
||||
public struct NodeImageMultiFile {
|
||||
[DNAFieldAttribute(0, "char", "base_path[1024]", "System.Char[]", 1024, false, 0)]
|
||||
public class NodeImageMultiFile {
|
||||
[DNAFieldAttribute(1024, "char", 0, "base_path[1024]", "System.Char[]", false, 0)]
|
||||
public char[] base_path = new System.Char[1024];
|
||||
[DNAFieldAttribute(1, "ImageFormatData", "format", "ImageFormatData", 336, false, 1024)]
|
||||
[DNAFieldAttribute(336, "ImageFormatData", 1, "format", "ImageFormatData", false, 1024)]
|
||||
public ImageFormatData format;
|
||||
[DNAFieldAttribute(2, "int", "sfra", "int", 4, false, 1360)]
|
||||
[DNAFieldAttribute(4, "int", 2, "sfra", "int", false, 1360)]
|
||||
public int sfra;
|
||||
[DNAFieldAttribute(3, "int", "efra", "int", 4, false, 1364)]
|
||||
[DNAFieldAttribute(4, "int", 3, "efra", "int", false, 1364)]
|
||||
public int efra;
|
||||
[DNAFieldAttribute(4, "int", "active_input", "int", 4, false, 1368)]
|
||||
[DNAFieldAttribute(4, "int", 4, "active_input", "int", false, 1368)]
|
||||
public int active_input;
|
||||
[DNAFieldAttribute(5, "char", "save_as_render", "char", 1, false, 1372)]
|
||||
[DNAFieldAttribute(1, "char", 5, "save_as_render", "char", false, 1372)]
|
||||
public char save_as_render;
|
||||
[DNAFieldAttribute(6, "char", "_pad[3]", "System.Char[]", 3, false, 1373)]
|
||||
[DNAFieldAttribute(3, "char", 6, "_pad[3]", "System.Char[]", false, 1373)]
|
||||
public char[] _pad = new System.Char[3];
|
||||
public NodeImageMultiFile() {
|
||||
this.base_path = default;
|
||||
|
||||
Reference in New Issue
Block a user