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,25 +15,25 @@ namespace BlendFile.DNA {
[DNAClassAttribute(477, "ParticleSystemModifierData", 168)]
public class ParticleSystemModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false, 0)]
public ModifierData modifier;
[DNAFieldAttribute(1, "ParticleSystem", "*psys", "ParticleSystem", 8, true)]
[DNAFieldAttribute(1, "ParticleSystem", "*psys", "ParticleSystem", 8, true, 120)]
public ParticleSystem ptr_psys;
[DNAFieldAttribute(2, "Mesh", "*mesh_final", "Mesh", 8, true)]
[DNAFieldAttribute(2, "Mesh", "*mesh_final", "Mesh", 8, true, 128)]
public Mesh ptr_mesh_final;
[DNAFieldAttribute(3, "Mesh", "*mesh_original", "Mesh", 8, true)]
[DNAFieldAttribute(3, "Mesh", "*mesh_original", "Mesh", 8, true, 136)]
public Mesh ptr_mesh_original;
[DNAFieldAttribute(4, "int", "totdmvert", "int", 4, false)]
[DNAFieldAttribute(4, "int", "totdmvert", "int", 4, false, 144)]
public int totdmvert;
[DNAFieldAttribute(5, "int", "totdmedge", "int", 4, false)]
[DNAFieldAttribute(5, "int", "totdmedge", "int", 4, false, 148)]
public int totdmedge;
[DNAFieldAttribute(6, "int", "totdmface", "int", 4, false)]
[DNAFieldAttribute(6, "int", "totdmface", "int", 4, false, 152)]
public int totdmface;
[DNAFieldAttribute(7, "short", "flag", "short", 2, false)]
[DNAFieldAttribute(7, "short", "flag", "short", 2, false, 156)]
public short flag;
[DNAFieldAttribute(8, "char", "_pad[2]", "System.Char[]", 2, false)]
[DNAFieldAttribute(8, "char", "_pad[2]", "System.Char[]", 2, false, 158)]
public char[] _pad = new System.Char[2];
[DNAFieldAttribute(9, "void", "*_pad1", "void", 8, true)]
[DNAFieldAttribute(9, "void", "*_pad1", "void", 8, true, 160)]
public object ptr__pad1;
public ParticleSystemModifierData() {
this.modifier = default;