regenerated files
This commit is contained in:
@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(504, "LaplacianDeformModifierData")]
|
||||
public class LaplacianDeformModifierData {
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false)]
|
||||
public ModifierData modifier;
|
||||
[DNAFieldAttribute(1, "char", "anchor_grp_name[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(1, "char", "anchor_grp_name[64]", "System.Char[]", 64, false)]
|
||||
public char[] anchor_grp_name = new System.Char[64];
|
||||
[DNAFieldAttribute(2, "int", "total_verts", "int", 4)]
|
||||
[DNAFieldAttribute(2, "int", "total_verts", "int", 4, false)]
|
||||
public int total_verts;
|
||||
[DNAFieldAttribute(3, "int", "repeat", "int", 4)]
|
||||
[DNAFieldAttribute(3, "int", "repeat", "int", 4, false)]
|
||||
public int repeat;
|
||||
[DNAFieldAttribute(4, "float", "*vertexco", "float", 4)]
|
||||
[DNAFieldAttribute(4, "float", "*vertexco", "float", 4, true)]
|
||||
public float ptr_vertexco;
|
||||
[DNAFieldAttribute(5, "void", "*cache_system", "void", 0)]
|
||||
[DNAFieldAttribute(5, "void", "*cache_system", "void", 4, true)]
|
||||
public object ptr_cache_system;
|
||||
[DNAFieldAttribute(6, "short", "flag", "short", 2)]
|
||||
[DNAFieldAttribute(6, "short", "flag", "short", 2, false)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(7, "char", "_pad[6]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(7, "char", "_pad[6]", "System.Char[]", 6, false)]
|
||||
public char[] _pad = new System.Char[6];
|
||||
public LaplacianDeformModifierData() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user