regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,25 +15,25 @@ namespace BlendFile.DNA {
[DNAClassAttribute(477, "ParticleSystemModifierData")]
public class ParticleSystemModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false)]
public ModifierData modifier;
[DNAFieldAttribute(1, "ParticleSystem", "*psys", "ParticleSystem", 696)]
[DNAFieldAttribute(1, "ParticleSystem", "*psys", "ParticleSystem", 4, true)]
public ParticleSystem ptr_psys;
[DNAFieldAttribute(2, "Mesh", "*mesh_final", "Mesh", 1712)]
[DNAFieldAttribute(2, "Mesh", "*mesh_final", "Mesh", 4, true)]
public Mesh ptr_mesh_final;
[DNAFieldAttribute(3, "Mesh", "*mesh_original", "Mesh", 1712)]
[DNAFieldAttribute(3, "Mesh", "*mesh_original", "Mesh", 4, true)]
public Mesh ptr_mesh_original;
[DNAFieldAttribute(4, "int", "totdmvert", "int", 4)]
[DNAFieldAttribute(4, "int", "totdmvert", "int", 4, false)]
public int totdmvert;
[DNAFieldAttribute(5, "int", "totdmedge", "int", 4)]
[DNAFieldAttribute(5, "int", "totdmedge", "int", 4, false)]
public int totdmedge;
[DNAFieldAttribute(6, "int", "totdmface", "int", 4)]
[DNAFieldAttribute(6, "int", "totdmface", "int", 4, false)]
public int totdmface;
[DNAFieldAttribute(7, "short", "flag", "short", 2)]
[DNAFieldAttribute(7, "short", "flag", "short", 2, false)]
public short flag;
[DNAFieldAttribute(8, "char", "_pad[2]", "System.Char[]", 1)]
[DNAFieldAttribute(8, "char", "_pad[2]", "System.Char[]", 2, false)]
public char[] _pad = new System.Char[2];
[DNAFieldAttribute(9, "void", "*_pad1", "void", 0)]
[DNAFieldAttribute(9, "void", "*_pad1", "void", 4, true)]
public object ptr__pad1;
public ParticleSystemModifierData() {
this.modifier = default;