Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -43,6 +43,22 @@ namespace BlendFile.DNA {
public Collection ptr_group;
[DNAFieldAttribute(13, "FreestyleLineStyle", "*linestyle", 552)]
public FreestyleLineStyle ptr_linestyle;
public FreestyleLineSet() {
this.ptr_next = default;
this.ptr_prev = default;
this.name = default;
this.flags = default;
this.selection = default;
this.qi = default;
this._pad1 = default;
this.qi_start = default;
this.qi_end = default;
this.edge_types = default;
this.exclude_edge_types = default;
this._pad2 = default;
this.ptr_group = default;
this.ptr_linestyle = default;
}
public FreestyleLineSet(FreestyleLineSet ptr_next, FreestyleLineSet ptr_prev, char[] name, int flags, int selection, short qi, char[] _pad1, int qi_start, int qi_end, int edge_types, int exclude_edge_types, char[] _pad2, Collection ptr_group, FreestyleLineStyle ptr_linestyle) {
this.ptr_next = ptr_next;
this.ptr_prev = ptr_prev;