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

@@ -19,7 +19,7 @@ namespace BlendFile.DNA {
public MaskLayer next;
[DNAFieldAttribute(8, "MaskLayer", 1, "*prev", "MaskLayer", true, 8)]
public MaskLayer prev;
[DNAArrayAttribute(64, "char", 2, "name[64]", "System.Char[]", 64, 16)]
[DNAArrayAttribute(64, "char", 2, "name[64]", "System.Char[]", 64, false, 16)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(16, "ListBase", 3, "splines", "ListBase", false, 80)]
public ListBase splines;
@@ -37,7 +37,7 @@ namespace BlendFile.DNA {
public char blend_flag;
[DNAFieldAttribute(1, "char", 10, "falloff", "char", false, 134)]
public char falloff;
[DNAArrayAttribute(7, "char", 11, "_pad[7]", "System.Char[]", 7, 135)]
[DNAArrayAttribute(7, "char", 11, "_pad[7]", "System.Char[]", 7, false, 135)]
public char[] _pad = new System.Char[7];
[DNAFieldAttribute(1, "char", 12, "flag", "char", false, 142)]
public char flag;