Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
[DNAClassAttribute(616, "NodeImageMultiFile", 1376)]
public struct NodeImageMultiFile {
[DNAFieldAttribute(0, "char", "base_path[1024]", "System.Char[]", 1024, false)]
[DNAFieldAttribute(0, "char", "base_path[1024]", "System.Char[]", 1024, false, 0)]
public char[] base_path = new System.Char[1024];
[DNAFieldAttribute(1, "ImageFormatData", "format", "ImageFormatData", 336, false)]
[DNAFieldAttribute(1, "ImageFormatData", "format", "ImageFormatData", 336, false, 1024)]
public ImageFormatData format;
[DNAFieldAttribute(2, "int", "sfra", "int", 4, false)]
[DNAFieldAttribute(2, "int", "sfra", "int", 4, false, 1360)]
public int sfra;
[DNAFieldAttribute(3, "int", "efra", "int", 4, false)]
[DNAFieldAttribute(3, "int", "efra", "int", 4, false, 1364)]
public int efra;
[DNAFieldAttribute(4, "int", "active_input", "int", 4, false)]
[DNAFieldAttribute(4, "int", "active_input", "int", 4, false, 1368)]
public int active_input;
[DNAFieldAttribute(5, "char", "save_as_render", "char", 1, false)]
[DNAFieldAttribute(5, "char", "save_as_render", "char", 1, false, 1372)]
public char save_as_render;
[DNAFieldAttribute(6, "char", "_pad[3]", "System.Char[]", 3, false)]
[DNAFieldAttribute(6, "char", "_pad[3]", "System.Char[]", 3, false, 1373)]
public char[] _pad = new System.Char[3];
public NodeImageMultiFile() {
this.base_path = default;