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

@@ -31,9 +31,9 @@ namespace BlendFile.DNA {
public int flags;
[DNAFieldAttribute(4, "int", 7, "lastspace", "int", false, 252)]
public int lastspace;
[DNAArrayAttribute(1024, "char", 8, "scriptname[1024]", "System.Char[]", 1024, 256)]
[DNAArrayAttribute(1024, "char", 8, "scriptname[1024]", "System.Char[]", 1024, false, 256)]
public char[] scriptname = new System.Char[1024];
[DNAArrayAttribute(256, "char", 9, "scriptarg[256]", "System.Char[]", 256, 1280)]
[DNAArrayAttribute(256, "char", 9, "scriptarg[256]", "System.Char[]", 256, false, 1280)]
public char[] scriptarg = new System.Char[256];
public Script() {
this.id = default;