Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -15,9 +15,9 @@ namespace BlendFile.DNA {
[DNAClassAttribute(881, "StripProxy", 1048)]
public class StripProxy {
[DNAFieldAttribute(768, "char", 0, "dir[768]", "System.Char[]", false, 0)]
[DNAArrayAttribute(768, "char", 0, "dir[768]", "System.Char[]", 768, 0)]
public char[] dir = new System.Char[768];
[DNAFieldAttribute(256, "char", 1, "file[256]", "System.Char[]", false, 768)]
[DNAArrayAttribute(256, "char", 1, "file[256]", "System.Char[]", 256, 768)]
public char[] file = new System.Char[256];
[DNAFieldAttribute(8, "ImBufAnim", 2, "*anim", "ImBufAnim", true, 1024)]
public ImBufAnim anim;
@@ -33,7 +33,7 @@ namespace BlendFile.DNA {
public short build_flags;
[DNAFieldAttribute(1, "char", 8, "storage", "char", false, 1042)]
public char storage;
[DNAFieldAttribute(5, "char", 9, "_pad[5]", "System.Char[]", false, 1043)]
[DNAArrayAttribute(5, "char", 9, "_pad[5]", "System.Char[]", 5, 1043)]
public char[] _pad = new System.Char[5];
public StripProxy() {
this.dir = default;