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

@@ -23,7 +23,7 @@ namespace BlendFile.DNA {
public FCurve curve;
[DNAFieldAttribute(8, "void", 3, "*data", "void", true, 24)]
public object data;
[DNAArrayAttribute(64, "char", 4, "name[64]", "System.Char[]", 64, 32)]
[DNAArrayAttribute(64, "char", 4, "name[64]", "System.Char[]", 64, false, 32)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(2, "short", 5, "type", "short", false, 96)]
public short type;
@@ -31,7 +31,7 @@ namespace BlendFile.DNA {
public short flag;
[DNAFieldAttribute(2, "short", 7, "ui_expand_flag", "short", false, 100)]
public short ui_expand_flag;
[DNAArrayAttribute(6, "char", 8, "_pad[6]", "System.Char[]", 6, 102)]
[DNAArrayAttribute(6, "char", 8, "_pad[6]", "System.Char[]", 6, false, 102)]
public char[] _pad = new System.Char[6];
[DNAFieldAttribute(4, "float", 9, "influence", "float", false, 108)]
public float influence;