updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

@@ -15,9 +15,9 @@ namespace BlendFile.DNA {
[DNAClassAttribute(881, "StripProxy", 1048)]
public class StripProxy {
[DNAArrayAttribute(768, "char", 0, "dir[768]", "System.Char[]", 768, 0)]
[DNAArrayAttribute(768, "char", 0, "dir[768]", "System.Char[]", 768, false, 0)]
public char[] dir = new System.Char[768];
[DNAArrayAttribute(256, "char", 1, "file[256]", "System.Char[]", 256, 768)]
[DNAArrayAttribute(256, "char", 1, "file[256]", "System.Char[]", 256, false, 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;
[DNAArrayAttribute(5, "char", 9, "_pad[5]", "System.Char[]", 5, 1043)]
[DNAArrayAttribute(5, "char", 9, "_pad[5]", "System.Char[]", 5, false, 1043)]
public char[] _pad = new System.Char[5];
public StripProxy() {
this.dir = default;