Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

@@ -15,35 +15,35 @@ namespace BlendFile.DNA {
[DNAClassAttribute(478, "ParticleInstanceModifierData", 304)]
public class ParticleInstanceModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false, 0)]
public ModifierData modifier;
[DNAFieldAttribute(1, "Object", "*ob", "Object", 8, true)]
[DNAFieldAttribute(1, "Object", "*ob", "Object", 8, true, 120)]
public Object ptr_ob;
[DNAFieldAttribute(2, "short", "psys", "short", 2, false)]
[DNAFieldAttribute(2, "short", "psys", "short", 2, false, 128)]
public short psys;
[DNAFieldAttribute(3, "short", "flag", "short", 2, false)]
[DNAFieldAttribute(3, "short", "flag", "short", 2, false, 130)]
public short flag;
[DNAFieldAttribute(4, "short", "axis", "short", 2, false)]
[DNAFieldAttribute(4, "short", "axis", "short", 2, false, 132)]
public short axis;
[DNAFieldAttribute(5, "short", "space", "short", 2, false)]
[DNAFieldAttribute(5, "short", "space", "short", 2, false, 134)]
public short space;
[DNAFieldAttribute(6, "float", "position", "float", 4, false)]
[DNAFieldAttribute(6, "float", "position", "float", 4, false, 136)]
public float position;
[DNAFieldAttribute(7, "float", "random_position", "float", 4, false)]
[DNAFieldAttribute(7, "float", "random_position", "float", 4, false, 140)]
public float random_position;
[DNAFieldAttribute(8, "float", "rotation", "float", 4, false)]
[DNAFieldAttribute(8, "float", "rotation", "float", 4, false, 144)]
public float rotation;
[DNAFieldAttribute(9, "float", "random_rotation", "float", 4, false)]
[DNAFieldAttribute(9, "float", "random_rotation", "float", 4, false, 148)]
public float random_rotation;
[DNAFieldAttribute(10, "float", "particle_amount", "float", 4, false)]
[DNAFieldAttribute(10, "float", "particle_amount", "float", 4, false, 152)]
public float particle_amount;
[DNAFieldAttribute(11, "float", "particle_offset", "float", 4, false)]
[DNAFieldAttribute(11, "float", "particle_offset", "float", 4, false, 156)]
public float particle_offset;
[DNAFieldAttribute(12, "char", "index_layer_name[68]", "System.Char[]", 68, false)]
[DNAFieldAttribute(12, "char", "index_layer_name[68]", "System.Char[]", 68, false, 160)]
public char[] index_layer_name = new System.Char[68];
[DNAFieldAttribute(13, "char", "value_layer_name[68]", "System.Char[]", 68, false)]
[DNAFieldAttribute(13, "char", "value_layer_name[68]", "System.Char[]", 68, false, 228)]
public char[] value_layer_name = new System.Char[68];
[DNAFieldAttribute(14, "void", "*_pad1", "void", 8, true)]
[DNAFieldAttribute(14, "void", "*_pad1", "void", 8, true, 296)]
public object ptr__pad1;
public ParticleInstanceModifierData() {
this.modifier = default;