regenerated files
This commit is contained in:
@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(263, "MDeformVert")]
|
||||
public class MDeformVert {
|
||||
[DNAFieldAttribute(0, "MDeformWeight", "*dw", 8)]
|
||||
[DNAFieldAttribute(0, "MDeformWeight", "*dw", "MDeformWeight", 8)]
|
||||
public MDeformWeight ptr_dw;
|
||||
[DNAFieldAttribute(1, "int", "totweight", 4)]
|
||||
[DNAFieldAttribute(1, "int", "totweight", "int", 4)]
|
||||
public int totweight;
|
||||
[DNAFieldAttribute(2, "int", "flag", 4)]
|
||||
[DNAFieldAttribute(2, "int", "flag", "int", 4)]
|
||||
public int flag;
|
||||
public MDeformVert() {
|
||||
this.ptr_dw = default;
|
||||
|
||||
Reference in New Issue
Block a user