Generated new code and added initial data handling
This commit is contained in:
@@ -31,6 +31,16 @@ namespace BlendFile.DNA {
|
||||
public short flag;
|
||||
[DNAFieldAttribute(7, "char", "_pad[6]", 1)]
|
||||
public char[] _pad = new System.Char[6];
|
||||
public LaplacianDeformModifierData() {
|
||||
this.modifier = default;
|
||||
this.anchor_grp_name = default;
|
||||
this.total_verts = default;
|
||||
this.repeat = default;
|
||||
this.ptr_vertexco = default;
|
||||
this.ptr_cache_system = default;
|
||||
this.flag = default;
|
||||
this._pad = default;
|
||||
}
|
||||
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;
|
||||
this.anchor_grp_name = anchor_grp_name;
|
||||
|
||||
Reference in New Issue
Block a user