regenerated files
This commit is contained in:
@@ -15,25 +15,25 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(477, "ParticleSystemModifierData")]
|
||||
public class ParticleSystemModifierData {
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", 120)]
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
|
||||
public ModifierData modifier;
|
||||
[DNAFieldAttribute(1, "ParticleSystem", "*psys", 696)]
|
||||
[DNAFieldAttribute(1, "ParticleSystem", "*psys", "ParticleSystem", 696)]
|
||||
public ParticleSystem ptr_psys;
|
||||
[DNAFieldAttribute(2, "Mesh", "*mesh_final", 1712)]
|
||||
[DNAFieldAttribute(2, "Mesh", "*mesh_final", "Mesh", 1712)]
|
||||
public Mesh ptr_mesh_final;
|
||||
[DNAFieldAttribute(3, "Mesh", "*mesh_original", 1712)]
|
||||
[DNAFieldAttribute(3, "Mesh", "*mesh_original", "Mesh", 1712)]
|
||||
public Mesh ptr_mesh_original;
|
||||
[DNAFieldAttribute(4, "int", "totdmvert", 4)]
|
||||
[DNAFieldAttribute(4, "int", "totdmvert", "int", 4)]
|
||||
public int totdmvert;
|
||||
[DNAFieldAttribute(5, "int", "totdmedge", 4)]
|
||||
[DNAFieldAttribute(5, "int", "totdmedge", "int", 4)]
|
||||
public int totdmedge;
|
||||
[DNAFieldAttribute(6, "int", "totdmface", 4)]
|
||||
[DNAFieldAttribute(6, "int", "totdmface", "int", 4)]
|
||||
public int totdmface;
|
||||
[DNAFieldAttribute(7, "short", "flag", 2)]
|
||||
[DNAFieldAttribute(7, "short", "flag", "short", 2)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(8, "char", "_pad[2]", 1)]
|
||||
[DNAFieldAttribute(8, "char", "_pad[2]", "System.Char[]", 1)]
|
||||
public char[] _pad = new System.Char[2];
|
||||
[DNAFieldAttribute(9, "void", "*_pad1", 0)]
|
||||
[DNAFieldAttribute(9, "void", "*_pad1", "void", 0)]
|
||||
public object ptr__pad1;
|
||||
public ParticleSystemModifierData() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user