regenerate files

This commit is contained in:
mm00
2025-02-19 18:48:50 +01:00
parent 33a8f1baf3
commit b66247488e
937 changed files with 2572 additions and 2562 deletions

View File

@@ -13,17 +13,17 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(783, "ParticleData")]
[DNAClassAttribute(783, "ParticleData", 200)]
public class ParticleData {
[DNAFieldAttribute(0, "ParticleKey", "state", "ParticleKey", 56, false)]
public ParticleKey state;
[DNAFieldAttribute(1, "ParticleKey", "prev_state", "ParticleKey", 56, false)]
public ParticleKey prev_state;
[DNAFieldAttribute(2, "HairKey", "*hair", "HairKey", 4, true)]
[DNAFieldAttribute(2, "HairKey", "*hair", "HairKey", 8, true)]
public HairKey ptr_hair;
[DNAFieldAttribute(3, "ParticleKey", "*keys", "ParticleKey", 4, true)]
[DNAFieldAttribute(3, "ParticleKey", "*keys", "ParticleKey", 8, true)]
public ParticleKey ptr_keys;
[DNAFieldAttribute(4, "BoidParticle", "*boid", "BoidParticle", 4, true)]
[DNAFieldAttribute(4, "BoidParticle", "*boid", "BoidParticle", 8, true)]
public BoidParticle ptr_boid;
[DNAFieldAttribute(5, "int", "totkey", "int", 4, false)]
public int totkey;