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,35 +15,35 @@ namespace BlendFile.DNA {
[DNAClassAttribute(478, "ParticleInstanceModifierData")]
public class ParticleInstanceModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false)]
public ModifierData modifier;
[DNAFieldAttribute(1, "Object", "*ob", "Object", 1160)]
[DNAFieldAttribute(1, "Object", "*ob", "Object", 4, true)]
public Object ptr_ob;
[DNAFieldAttribute(2, "short", "psys", "short", 2)]
[DNAFieldAttribute(2, "short", "psys", "short", 2, false)]
public short psys;
[DNAFieldAttribute(3, "short", "flag", "short", 2)]
[DNAFieldAttribute(3, "short", "flag", "short", 2, false)]
public short flag;
[DNAFieldAttribute(4, "short", "axis", "short", 2)]
[DNAFieldAttribute(4, "short", "axis", "short", 2, false)]
public short axis;
[DNAFieldAttribute(5, "short", "space", "short", 2)]
[DNAFieldAttribute(5, "short", "space", "short", 2, false)]
public short space;
[DNAFieldAttribute(6, "float", "position", "float", 4)]
[DNAFieldAttribute(6, "float", "position", "float", 4, false)]
public float position;
[DNAFieldAttribute(7, "float", "random_position", "float", 4)]
[DNAFieldAttribute(7, "float", "random_position", "float", 4, false)]
public float random_position;
[DNAFieldAttribute(8, "float", "rotation", "float", 4)]
[DNAFieldAttribute(8, "float", "rotation", "float", 4, false)]
public float rotation;
[DNAFieldAttribute(9, "float", "random_rotation", "float", 4)]
[DNAFieldAttribute(9, "float", "random_rotation", "float", 4, false)]
public float random_rotation;
[DNAFieldAttribute(10, "float", "particle_amount", "float", 4)]
[DNAFieldAttribute(10, "float", "particle_amount", "float", 4, false)]
public float particle_amount;
[DNAFieldAttribute(11, "float", "particle_offset", "float", 4)]
[DNAFieldAttribute(11, "float", "particle_offset", "float", 4, false)]
public float particle_offset;
[DNAFieldAttribute(12, "char", "index_layer_name[68]", "System.Char[]", 1)]
[DNAFieldAttribute(12, "char", "index_layer_name[68]", "System.Char[]", 68, false)]
public char[] index_layer_name = new System.Char[68];
[DNAFieldAttribute(13, "char", "value_layer_name[68]", "System.Char[]", 1)]
[DNAFieldAttribute(13, "char", "value_layer_name[68]", "System.Char[]", 68, false)]
public char[] value_layer_name = new System.Char[68];
[DNAFieldAttribute(14, "void", "*_pad1", "void", 0)]
[DNAFieldAttribute(14, "void", "*_pad1", "void", 4, true)]
public object ptr__pad1;
public ParticleInstanceModifierData() {
this.modifier = default;