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,49 +15,49 @@ namespace BlendFile.DNA {
[DNAClassAttribute(232, "DynamicPaintBrushSettings", 96)]
public class DynamicPaintBrushSettings {
[DNAFieldAttribute(0, "DynamicPaintModifierData", "*pmd", "DynamicPaintModifierData", 8, true)]
[DNAFieldAttribute(0, "DynamicPaintModifierData", "*pmd", "DynamicPaintModifierData", 8, true, 0)]
public DynamicPaintModifierData ptr_pmd;
[DNAFieldAttribute(1, "ParticleSystem", "*psys", "ParticleSystem", 8, true)]
[DNAFieldAttribute(1, "ParticleSystem", "*psys", "ParticleSystem", 8, true, 8)]
public ParticleSystem ptr_psys;
[DNAFieldAttribute(2, "int", "flags", "int", 4, false)]
[DNAFieldAttribute(2, "int", "flags", "int", 4, false, 16)]
public int flags;
[DNAFieldAttribute(3, "int", "collision", "int", 4, false)]
[DNAFieldAttribute(3, "int", "collision", "int", 4, false, 20)]
public int collision;
[DNAFieldAttribute(4, "float", "r", "float", 4, false)]
[DNAFieldAttribute(4, "float", "r", "float", 4, false, 24)]
public float r;
[DNAFieldAttribute(5, "float", "g", "float", 4, false)]
[DNAFieldAttribute(5, "float", "g", "float", 4, false, 28)]
public float g;
[DNAFieldAttribute(6, "float", "b", "float", 4, false)]
[DNAFieldAttribute(6, "float", "b", "float", 4, false, 32)]
public float b;
[DNAFieldAttribute(7, "float", "alpha", "float", 4, false)]
[DNAFieldAttribute(7, "float", "alpha", "float", 4, false, 36)]
public float alpha;
[DNAFieldAttribute(8, "float", "wetness", "float", 4, false)]
[DNAFieldAttribute(8, "float", "wetness", "float", 4, false, 40)]
public float wetness;
[DNAFieldAttribute(9, "float", "particle_radius", "float", 4, false)]
[DNAFieldAttribute(9, "float", "particle_radius", "float", 4, false, 44)]
public float particle_radius;
[DNAFieldAttribute(10, "float", "particle_smooth", "float", 4, false)]
[DNAFieldAttribute(10, "float", "particle_smooth", "float", 4, false, 48)]
public float particle_smooth;
[DNAFieldAttribute(11, "float", "paint_distance", "float", 4, false)]
[DNAFieldAttribute(11, "float", "paint_distance", "float", 4, false, 52)]
public float paint_distance;
[DNAFieldAttribute(12, "ColorBand", "*paint_ramp", "ColorBand", 8, true)]
[DNAFieldAttribute(12, "ColorBand", "*paint_ramp", "ColorBand", 8, true, 56)]
public ColorBand ptr_paint_ramp;
[DNAFieldAttribute(13, "ColorBand", "*vel_ramp", "ColorBand", 8, true)]
[DNAFieldAttribute(13, "ColorBand", "*vel_ramp", "ColorBand", 8, true, 64)]
public ColorBand ptr_vel_ramp;
[DNAFieldAttribute(14, "short", "proximity_falloff", "short", 2, false)]
[DNAFieldAttribute(14, "short", "proximity_falloff", "short", 2, false, 72)]
public short proximity_falloff;
[DNAFieldAttribute(15, "short", "wave_type", "short", 2, false)]
[DNAFieldAttribute(15, "short", "wave_type", "short", 2, false, 74)]
public short wave_type;
[DNAFieldAttribute(16, "short", "ray_dir", "short", 2, false)]
[DNAFieldAttribute(16, "short", "ray_dir", "short", 2, false, 76)]
public short ray_dir;
[DNAFieldAttribute(17, "char", "_pad[2]", "System.Char[]", 2, false)]
[DNAFieldAttribute(17, "char", "_pad[2]", "System.Char[]", 2, false, 78)]
public char[] _pad = new System.Char[2];
[DNAFieldAttribute(18, "float", "wave_factor", "float", 4, false)]
[DNAFieldAttribute(18, "float", "wave_factor", "float", 4, false, 80)]
public float wave_factor;
[DNAFieldAttribute(19, "float", "wave_clamp", "float", 4, false)]
[DNAFieldAttribute(19, "float", "wave_clamp", "float", 4, false, 84)]
public float wave_clamp;
[DNAFieldAttribute(20, "float", "max_velocity", "float", 4, false)]
[DNAFieldAttribute(20, "float", "max_velocity", "float", 4, false, 88)]
public float max_velocity;
[DNAFieldAttribute(21, "float", "smudge_strength", "float", 4, false)]
[DNAFieldAttribute(21, "float", "smudge_strength", "float", 4, false, 92)]
public float smudge_strength;
public DynamicPaintBrushSettings() {
this.ptr_pmd = default;