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