regenerate files
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user