Generated new code and added initial data handling
This commit is contained in:
@@ -37,6 +37,19 @@ namespace BlendFile.DNA {
|
||||
public short keyingflag;
|
||||
[DNAFieldAttribute(10, "short", "keyingoverride", 2)]
|
||||
public short keyingoverride;
|
||||
public KS_Path() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.ptr_id = default;
|
||||
this.group = default;
|
||||
this.idtype = default;
|
||||
this.groupmode = default;
|
||||
this.flag = default;
|
||||
this.ptr_rna_path = default;
|
||||
this.array_index = default;
|
||||
this.keyingflag = default;
|
||||
this.keyingoverride = default;
|
||||
}
|
||||
public KS_Path(KS_Path ptr_next, KS_Path ptr_prev, ID ptr_id, char[] group, int idtype, short groupmode, short flag, char ptr_rna_path, int array_index, short keyingflag, short keyingoverride) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
|
||||
Reference in New Issue
Block a user