regenerated files
This commit is contained in:
@@ -15,15 +15,15 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(764, "bDeformGroup")]
|
||||
public class bDeformGroup {
|
||||
[DNAFieldAttribute(0, "bDeformGroup", "*next", "bDeformGroup", 88)]
|
||||
[DNAFieldAttribute(0, "bDeformGroup", "*next", "bDeformGroup", 4, true)]
|
||||
public bDeformGroup ptr_next;
|
||||
[DNAFieldAttribute(1, "bDeformGroup", "*prev", "bDeformGroup", 88)]
|
||||
[DNAFieldAttribute(1, "bDeformGroup", "*prev", "bDeformGroup", 4, true)]
|
||||
public bDeformGroup ptr_prev;
|
||||
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 64, false)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(3, "char", "flag", "char", 1)]
|
||||
[DNAFieldAttribute(3, "char", "flag", "char", 1, false)]
|
||||
public char flag;
|
||||
[DNAFieldAttribute(4, "char", "_pad0[7]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(4, "char", "_pad0[7]", "System.Char[]", 7, false)]
|
||||
public char[] _pad0 = new System.Char[7];
|
||||
public bDeformGroup() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user