regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

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