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

@@ -51,7 +51,7 @@ namespace BlendFile.DNA {
public char skip_handling;
[DNAFieldAttribute(1, "char", 17, "scrubbing", "char", false, 294)]
public char scrubbing;
[DNAFieldAttribute(1, "char", 18, "_pad[1]", "System.Char[]", false, 295)]
[DNAArrayAttribute(1, "char", 18, "_pad[1]", "System.Char[]", 1, 295)]
public char[] _pad = new System.Char[1];
[DNAFieldAttribute(8, "ARegion", 19, "*active_region", "ARegion", true, 296)]
public ARegion active_region;