Generated new code and added initial data handling
This commit is contained in:
@@ -39,6 +39,20 @@ namespace BlendFile.DNA {
|
||||
public short keyingoverride;
|
||||
[DNAFieldAttribute(11, "char", "_pad[6]", 1)]
|
||||
public char[] _pad = new System.Char[6];
|
||||
public KeyingSet() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.paths = default;
|
||||
this.idname = default;
|
||||
this.name = default;
|
||||
this.description = default;
|
||||
this.typeinfo = default;
|
||||
this.active_path = default;
|
||||
this.flag = default;
|
||||
this.keyingflag = default;
|
||||
this.keyingoverride = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public KeyingSet(KeyingSet ptr_next, KeyingSet ptr_prev, ListBase paths, char[] idname, char[] name, char[] description, char[] typeinfo, int active_path, short flag, short keyingflag, short keyingoverride, char[] _pad) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
|
||||
Reference in New Issue
Block a user