Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -15,114 +15,114 @@ namespace BlendFile.DNA {
[DNAClassAttribute(476, "MeshDeformModifierData", 360)]
public class MeshDeformModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false, 0)]
[DNAFieldAttribute(120, "ModifierData", 0, "modifier", "ModifierData", false, 0)]
public ModifierData modifier;
[DNAFieldAttribute(1, "Object", "*object", "Object", 8, true, 120)]
public Object ptr_object;
[DNAFieldAttribute(2, "char", "defgrp_name[64]", "System.Char[]", 64, false, 128)]
[DNAFieldAttribute(8, "Object", 1, "*object", "Object", true, 120)]
public Object @object;
[DNAFieldAttribute(64, "char", 2, "defgrp_name[64]", "System.Char[]", false, 128)]
public char[] defgrp_name = new System.Char[64];
[DNAFieldAttribute(3, "short", "gridsize", "short", 2, false, 192)]
[DNAFieldAttribute(2, "short", 3, "gridsize", "short", false, 192)]
public short gridsize;
[DNAFieldAttribute(4, "short", "flag", "short", 2, false, 194)]
[DNAFieldAttribute(2, "short", 4, "flag", "short", false, 194)]
public short flag;
[DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 4, false, 196)]
[DNAFieldAttribute(4, "char", 5, "_pad[4]", "System.Char[]", false, 196)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(6, "MDefInfluence", "*bindinfluences", "MDefInfluence", 8, true, 200)]
public MDefInfluence ptr_bindinfluences;
[DNAFieldAttribute(7, "int", "*bindoffsets", "int", 8, true, 208)]
public int ptr_bindoffsets;
[DNAFieldAttribute(8, "float", "*bindcagecos", "float", 8, true, 216)]
public float ptr_bindcagecos;
[DNAFieldAttribute(9, "int", "totvert", "int", 4, false, 224)]
[DNAFieldAttribute(8, "MDefInfluence", 6, "*bindinfluences", "MDefInfluence", true, 200)]
public MDefInfluence bindinfluences;
[DNAFieldAttribute(8, "int", 7, "*bindoffsets", "int", true, 208)]
public int bindoffsets;
[DNAFieldAttribute(8, "float", 8, "*bindcagecos", "float", true, 216)]
public float bindcagecos;
[DNAFieldAttribute(4, "int", 9, "totvert", "int", false, 224)]
public int totvert;
[DNAFieldAttribute(10, "int", "totcagevert", "int", 4, false, 228)]
[DNAFieldAttribute(4, "int", 10, "totcagevert", "int", false, 228)]
public int totcagevert;
[DNAFieldAttribute(11, "MDefCell", "*dyngrid", "MDefCell", 8, true, 232)]
public MDefCell ptr_dyngrid;
[DNAFieldAttribute(12, "MDefInfluence", "*dyninfluences", "MDefInfluence", 8, true, 240)]
public MDefInfluence ptr_dyninfluences;
[DNAFieldAttribute(13, "int", "*dynverts", "int", 8, true, 248)]
public int ptr_dynverts;
[DNAFieldAttribute(14, "int", "dyngridsize", "int", 4, false, 256)]
[DNAFieldAttribute(8, "MDefCell", 11, "*dyngrid", "MDefCell", true, 232)]
public MDefCell dyngrid;
[DNAFieldAttribute(8, "MDefInfluence", 12, "*dyninfluences", "MDefInfluence", true, 240)]
public MDefInfluence dyninfluences;
[DNAFieldAttribute(8, "int", 13, "*dynverts", "int", true, 248)]
public int dynverts;
[DNAFieldAttribute(4, "int", 14, "dyngridsize", "int", false, 256)]
public int dyngridsize;
[DNAFieldAttribute(15, "int", "totinfluence", "int", 4, false, 260)]
[DNAFieldAttribute(4, "int", 15, "totinfluence", "int", false, 260)]
public int totinfluence;
[DNAFieldAttribute(16, "float", "dyncellmin[3]", "System.Single[]", 12, false, 264)]
[DNAFieldAttribute(12, "float", 16, "dyncellmin[3]", "System.Single[]", false, 264)]
public float[] dyncellmin = new System.Single[3];
[DNAFieldAttribute(17, "float", "dyncellwidth", "float", 4, false, 276)]
[DNAFieldAttribute(4, "float", 17, "dyncellwidth", "float", false, 276)]
public float dyncellwidth;
[DNAFieldAttribute(18, "float", "bindmat[4][4]", "System.Single[,]", 64, false, 280)]
[DNAFieldAttribute(64, "float", 18, "bindmat[4][4]", "System.Single[,]", false, 280)]
public float[,] bindmat = new System.Single[4,4];
[DNAFieldAttribute(19, "float", "*bindweights", "float", 8, true, 344)]
public float ptr_bindweights;
[DNAFieldAttribute(20, "float", "*bindcos", "float", 8, true, 352)]
public float ptr_bindcos;
[DNAFieldAttribute(8, "float", 19, "*bindweights", "float", true, 344)]
public float bindweights;
[DNAFieldAttribute(8, "float", 20, "*bindcos", "float", true, 352)]
public float bindcos;
public MeshDeformModifierData() {
this.modifier = default;
this.ptr_object = default;
this.@object = default;
this.defgrp_name = default;
this.gridsize = default;
this.flag = default;
this._pad = default;
this.ptr_bindinfluences = default;
this.ptr_bindoffsets = default;
this.ptr_bindcagecos = default;
this.bindinfluences = default;
this.bindoffsets = default;
this.bindcagecos = default;
this.totvert = default;
this.totcagevert = default;
this.ptr_dyngrid = default;
this.ptr_dyninfluences = default;
this.ptr_dynverts = default;
this.dyngrid = default;
this.dyninfluences = default;
this.dynverts = default;
this.dyngridsize = default;
this.totinfluence = default;
this.dyncellmin = default;
this.dyncellwidth = default;
this.bindmat = default;
this.ptr_bindweights = default;
this.ptr_bindcos = default;
this.bindweights = default;
this.bindcos = default;
}
public MeshDeformModifierData(
ModifierData modifier,
Object ptr_object,
Object @object,
char[] defgrp_name,
short gridsize,
short flag,
char[] _pad,
MDefInfluence ptr_bindinfluences,
int ptr_bindoffsets,
float ptr_bindcagecos,
MDefInfluence bindinfluences,
int bindoffsets,
float bindcagecos,
int totvert,
int totcagevert,
MDefCell ptr_dyngrid,
MDefInfluence ptr_dyninfluences,
int ptr_dynverts,
MDefCell dyngrid,
MDefInfluence dyninfluences,
int dynverts,
int dyngridsize,
int totinfluence,
float[] dyncellmin,
float dyncellwidth,
float[,] bindmat,
float ptr_bindweights,
float ptr_bindcos) {
float bindweights,
float bindcos) {
this.modifier = modifier;
this.ptr_object = ptr_object;
this.@object = @object;
this.defgrp_name = defgrp_name;
this.gridsize = gridsize;
this.flag = flag;
this._pad = _pad;
this.ptr_bindinfluences = ptr_bindinfluences;
this.ptr_bindoffsets = ptr_bindoffsets;
this.ptr_bindcagecos = ptr_bindcagecos;
this.bindinfluences = bindinfluences;
this.bindoffsets = bindoffsets;
this.bindcagecos = bindcagecos;
this.totvert = totvert;
this.totcagevert = totcagevert;
this.ptr_dyngrid = ptr_dyngrid;
this.ptr_dyninfluences = ptr_dyninfluences;
this.ptr_dynverts = ptr_dynverts;
this.dyngrid = dyngrid;
this.dyninfluences = dyninfluences;
this.dynverts = dynverts;
this.dyngridsize = dyngridsize;
this.totinfluence = totinfluence;
this.dyncellmin = dyncellmin;
this.dyncellwidth = dyncellwidth;
this.bindmat = bindmat;
this.ptr_bindweights = ptr_bindweights;
this.ptr_bindcos = ptr_bindcos;
this.bindweights = bindweights;
this.bindcos = bindcos;
}
}
}