regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,33 +15,33 @@ namespace BlendFile.DNA {
[DNAClassAttribute(249, "FreestyleLineSet")]
public class FreestyleLineSet {
[DNAFieldAttribute(0, "FreestyleLineSet", "*next", "FreestyleLineSet", 128)]
[DNAFieldAttribute(0, "FreestyleLineSet", "*next", "FreestyleLineSet", 4, true)]
public FreestyleLineSet ptr_next;
[DNAFieldAttribute(1, "FreestyleLineSet", "*prev", "FreestyleLineSet", 128)]
[DNAFieldAttribute(1, "FreestyleLineSet", "*prev", "FreestyleLineSet", 4, true)]
public FreestyleLineSet ptr_prev;
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 1)]
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 64, false)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(3, "int", "flags", "int", 4)]
[DNAFieldAttribute(3, "int", "flags", "int", 4, false)]
public int flags;
[DNAFieldAttribute(4, "int", "selection", "int", 4)]
[DNAFieldAttribute(4, "int", "selection", "int", 4, false)]
public int selection;
[DNAFieldAttribute(5, "short", "qi", "short", 2)]
[DNAFieldAttribute(5, "short", "qi", "short", 2, false)]
public short qi;
[DNAFieldAttribute(6, "char", "_pad1[2]", "System.Char[]", 1)]
[DNAFieldAttribute(6, "char", "_pad1[2]", "System.Char[]", 2, false)]
public char[] _pad1 = new System.Char[2];
[DNAFieldAttribute(7, "int", "qi_start", "int", 4)]
[DNAFieldAttribute(7, "int", "qi_start", "int", 4, false)]
public int qi_start;
[DNAFieldAttribute(8, "int", "qi_end", "int", 4)]
[DNAFieldAttribute(8, "int", "qi_end", "int", 4, false)]
public int qi_end;
[DNAFieldAttribute(9, "int", "edge_types", "int", 4)]
[DNAFieldAttribute(9, "int", "edge_types", "int", 4, false)]
public int edge_types;
[DNAFieldAttribute(10, "int", "exclude_edge_types", "int", 4)]
[DNAFieldAttribute(10, "int", "exclude_edge_types", "int", 4, false)]
public int exclude_edge_types;
[DNAFieldAttribute(11, "char", "_pad2[4]", "System.Char[]", 1)]
[DNAFieldAttribute(11, "char", "_pad2[4]", "System.Char[]", 4, false)]
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(12, "Collection", "*group", "Collection", 376)]
[DNAFieldAttribute(12, "Collection", "*group", "Collection", 4, true)]
public Collection ptr_group;
[DNAFieldAttribute(13, "FreestyleLineStyle", "*linestyle", "FreestyleLineStyle", 552)]
[DNAFieldAttribute(13, "FreestyleLineStyle", "*linestyle", "FreestyleLineStyle", 4, true)]
public FreestyleLineStyle ptr_linestyle;
public FreestyleLineSet() {
this.ptr_next = default;