regenerated files
This commit is contained in:
@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(178, "bArmatureConstraint")]
|
||||
public struct bArmatureConstraint {
|
||||
[DNAFieldAttribute(0, "int", "flag", 4)]
|
||||
[DNAFieldAttribute(0, "int", "flag", "int", 4)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(1, "char", "_pad[4]", 1)]
|
||||
[DNAFieldAttribute(1, "char", "_pad[4]", "System.Char[]", 1)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(2, "ListBase", "targets", 16)]
|
||||
[DNAFieldAttribute(2, "ListBase", "targets", "ListBase", 16)]
|
||||
public ListBase targets;
|
||||
public bArmatureConstraint() {
|
||||
this.flag = default;
|
||||
|
||||
Reference in New Issue
Block a user