Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -14,12 +14,12 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(1010, "UserDef_SpaceData", 8)]
public struct UserDef_SpaceData {
[DNAFieldAttribute(0, "char", "section_active", "char", 1, false, 0)]
public class UserDef_SpaceData {
[DNAFieldAttribute(1, "char", 0, "section_active", "char", false, 0)]
public char section_active;
[DNAFieldAttribute(1, "char", "flag", "char", 1, false, 1)]
[DNAFieldAttribute(1, "char", 1, "flag", "char", false, 1)]
public char flag;
[DNAFieldAttribute(2, "char", "_pad0[6]", "System.Char[]", 6, false, 2)]
[DNAFieldAttribute(6, "char", 2, "_pad0[6]", "System.Char[]", false, 2)]
public char[] _pad0 = new System.Char[6];
public UserDef_SpaceData() {
this.section_active = default;