Regenerated codefiles
This commit is contained in:
@@ -15,42 +15,42 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(512, "SurfaceDeformModifierData", 312)]
|
||||
public class SurfaceDeformModifierData {
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false, 0)]
|
||||
[DNAFieldAttribute(120, "ModifierData", 0, "modifier", "ModifierData", false, 0)]
|
||||
public ModifierData modifier;
|
||||
[DNAFieldAttribute(1, "Depsgraph", "*depsgraph", "Depsgraph", 8, true, 120)]
|
||||
public Depsgraph ptr_depsgraph;
|
||||
[DNAFieldAttribute(2, "Object", "*target", "Object", 8, true, 128)]
|
||||
public Object ptr_target;
|
||||
[DNAFieldAttribute(3, "SDefVert", "*verts", "SDefVert", 8, true, 136)]
|
||||
public SDefVert ptr_verts;
|
||||
[DNAFieldAttribute(4, "void", "*_pad1", "void", 8, true, 144)]
|
||||
public object ptr__pad1;
|
||||
[DNAFieldAttribute(5, "float", "falloff", "float", 4, false, 152)]
|
||||
[DNAFieldAttribute(8, "Depsgraph", 1, "*depsgraph", "Depsgraph", true, 120)]
|
||||
public Depsgraph depsgraph;
|
||||
[DNAFieldAttribute(8, "Object", 2, "*target", "Object", true, 128)]
|
||||
public Object target;
|
||||
[DNAFieldAttribute(8, "SDefVert", 3, "*verts", "SDefVert", true, 136)]
|
||||
public SDefVert verts;
|
||||
[DNAFieldAttribute(8, "void", 4, "*_pad1", "void", true, 144)]
|
||||
public object _pad1;
|
||||
[DNAFieldAttribute(4, "float", 5, "falloff", "float", false, 152)]
|
||||
public float falloff;
|
||||
[DNAFieldAttribute(6, "int", "num_mesh_verts", "int", 4, false, 156)]
|
||||
[DNAFieldAttribute(4, "int", 6, "num_mesh_verts", "int", false, 156)]
|
||||
public int num_mesh_verts;
|
||||
[DNAFieldAttribute(7, "int", "numverts", "int", 4, false, 160)]
|
||||
[DNAFieldAttribute(4, "int", 7, "numverts", "int", false, 160)]
|
||||
public int numverts;
|
||||
[DNAFieldAttribute(8, "int", "target_verts_num", "int", 4, false, 164)]
|
||||
[DNAFieldAttribute(4, "int", 8, "target_verts_num", "int", false, 164)]
|
||||
public int target_verts_num;
|
||||
[DNAFieldAttribute(9, "int", "numpoly", "int", 4, false, 168)]
|
||||
[DNAFieldAttribute(4, "int", 9, "numpoly", "int", false, 168)]
|
||||
public int numpoly;
|
||||
[DNAFieldAttribute(10, "int", "flags", "int", 4, false, 172)]
|
||||
[DNAFieldAttribute(4, "int", 10, "flags", "int", false, 172)]
|
||||
public int flags;
|
||||
[DNAFieldAttribute(11, "float", "mat[4][4]", "System.Single[,]", 64, false, 176)]
|
||||
[DNAFieldAttribute(64, "float", 11, "mat[4][4]", "System.Single[,]", false, 176)]
|
||||
public float[,] mat = new System.Single[4,4];
|
||||
[DNAFieldAttribute(12, "float", "strength", "float", 4, false, 240)]
|
||||
[DNAFieldAttribute(4, "float", 12, "strength", "float", false, 240)]
|
||||
public float strength;
|
||||
[DNAFieldAttribute(13, "char", "defgrp_name[64]", "System.Char[]", 64, false, 244)]
|
||||
[DNAFieldAttribute(64, "char", 13, "defgrp_name[64]", "System.Char[]", false, 244)]
|
||||
public char[] defgrp_name = new System.Char[64];
|
||||
[DNAFieldAttribute(14, "int", "_pad2", "int", 4, false, 308)]
|
||||
[DNAFieldAttribute(4, "int", 14, "_pad2", "int", false, 308)]
|
||||
public int _pad2;
|
||||
public SurfaceDeformModifierData() {
|
||||
this.modifier = default;
|
||||
this.ptr_depsgraph = default;
|
||||
this.ptr_target = default;
|
||||
this.ptr_verts = default;
|
||||
this.ptr__pad1 = default;
|
||||
this.depsgraph = default;
|
||||
this.target = default;
|
||||
this.verts = default;
|
||||
this._pad1 = default;
|
||||
this.falloff = default;
|
||||
this.num_mesh_verts = default;
|
||||
this.numverts = default;
|
||||
@@ -62,12 +62,12 @@ namespace BlendFile.DNA {
|
||||
this.defgrp_name = default;
|
||||
this._pad2 = default;
|
||||
}
|
||||
public SurfaceDeformModifierData(ModifierData modifier, Depsgraph ptr_depsgraph, Object ptr_target, SDefVert ptr_verts, object ptr__pad1, float falloff, int num_mesh_verts, int numverts, int target_verts_num, int numpoly, int flags, float[,] mat, float strength, char[] defgrp_name, int _pad2) {
|
||||
public SurfaceDeformModifierData(ModifierData modifier, Depsgraph depsgraph, Object target, SDefVert verts, object _pad1, float falloff, int num_mesh_verts, int numverts, int target_verts_num, int numpoly, int flags, float[,] mat, float strength, char[] defgrp_name, int _pad2) {
|
||||
this.modifier = modifier;
|
||||
this.ptr_depsgraph = ptr_depsgraph;
|
||||
this.ptr_target = ptr_target;
|
||||
this.ptr_verts = ptr_verts;
|
||||
this.ptr__pad1 = ptr__pad1;
|
||||
this.depsgraph = depsgraph;
|
||||
this.target = target;
|
||||
this.verts = verts;
|
||||
this._pad1 = _pad1;
|
||||
this.falloff = falloff;
|
||||
this.num_mesh_verts = num_mesh_verts;
|
||||
this.numverts = numverts;
|
||||
|
||||
Reference in New Issue
Block a user