Generated new code and added initial data handling
This commit is contained in:
@@ -21,6 +21,11 @@ namespace BlendFile.DNA {
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(2, "ListBase", "targets", 16)]
|
||||
public ListBase targets;
|
||||
public bArmatureConstraint() {
|
||||
this.flag = default;
|
||||
this._pad = default;
|
||||
this.targets = default;
|
||||
}
|
||||
public bArmatureConstraint(int flag, char[] _pad, ListBase targets) {
|
||||
this.flag = flag;
|
||||
this._pad = _pad;
|
||||
|
||||
Reference in New Issue
Block a user