Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

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