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,61 +15,61 @@ namespace BlendFile.DNA {
[DNAClassAttribute(652, "PointDensity", 176)]
public class PointDensity {
[DNAFieldAttribute(0, "short", "flag", "short", 2, false)]
[DNAFieldAttribute(0, "short", "flag", "short", 2, false, 0)]
public short flag;
[DNAFieldAttribute(1, "short", "falloff_type", "short", 2, false)]
[DNAFieldAttribute(1, "short", "falloff_type", "short", 2, false, 2)]
public short falloff_type;
[DNAFieldAttribute(2, "float", "falloff_softness", "float", 4, false)]
[DNAFieldAttribute(2, "float", "falloff_softness", "float", 4, false, 4)]
public float falloff_softness;
[DNAFieldAttribute(3, "float", "radius", "float", 4, false)]
[DNAFieldAttribute(3, "float", "radius", "float", 4, false, 8)]
public float radius;
[DNAFieldAttribute(4, "short", "source", "short", 2, false)]
[DNAFieldAttribute(4, "short", "source", "short", 2, false, 12)]
public short source;
[DNAFieldAttribute(5, "char", "_pad0[2]", "System.Char[]", 2, false)]
[DNAFieldAttribute(5, "char", "_pad0[2]", "System.Char[]", 2, false, 14)]
public char[] _pad0 = new System.Char[2];
[DNAFieldAttribute(6, "short", "color_source", "short", 2, false)]
[DNAFieldAttribute(6, "short", "color_source", "short", 2, false, 16)]
public short color_source;
[DNAFieldAttribute(7, "short", "ob_color_source", "short", 2, false)]
[DNAFieldAttribute(7, "short", "ob_color_source", "short", 2, false, 18)]
public short ob_color_source;
[DNAFieldAttribute(8, "int", "totpoints", "int", 4, false)]
[DNAFieldAttribute(8, "int", "totpoints", "int", 4, false, 20)]
public int totpoints;
[DNAFieldAttribute(9, "Object", "*object", "Object", 8, true)]
[DNAFieldAttribute(9, "Object", "*object", "Object", 8, true, 24)]
public Object ptr_object;
[DNAFieldAttribute(10, "int", "psys", "int", 4, false)]
[DNAFieldAttribute(10, "int", "psys", "int", 4, false, 32)]
public int psys;
[DNAFieldAttribute(11, "short", "psys_cache_space", "short", 2, false)]
[DNAFieldAttribute(11, "short", "psys_cache_space", "short", 2, false, 36)]
public short psys_cache_space;
[DNAFieldAttribute(12, "short", "ob_cache_space", "short", 2, false)]
[DNAFieldAttribute(12, "short", "ob_cache_space", "short", 2, false, 38)]
public short ob_cache_space;
[DNAFieldAttribute(13, "char", "vertex_attribute_name[68]", "System.Char[]", 68, false)]
[DNAFieldAttribute(13, "char", "vertex_attribute_name[68]", "System.Char[]", 68, false, 40)]
public char[] vertex_attribute_name = new System.Char[68];
[DNAFieldAttribute(14, "char", "_pad1[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(14, "char", "_pad1[4]", "System.Char[]", 4, false, 108)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(15, "void", "*point_tree", "void", 8, true)]
[DNAFieldAttribute(15, "void", "*point_tree", "void", 8, true, 112)]
public object ptr_point_tree;
[DNAFieldAttribute(16, "float", "*point_data", "float", 8, true)]
[DNAFieldAttribute(16, "float", "*point_data", "float", 8, true, 120)]
public float ptr_point_data;
[DNAFieldAttribute(17, "float", "noise_size", "float", 4, false)]
[DNAFieldAttribute(17, "float", "noise_size", "float", 4, false, 128)]
public float noise_size;
[DNAFieldAttribute(18, "short", "noise_depth", "short", 2, false)]
[DNAFieldAttribute(18, "short", "noise_depth", "short", 2, false, 132)]
public short noise_depth;
[DNAFieldAttribute(19, "short", "noise_influence", "short", 2, false)]
[DNAFieldAttribute(19, "short", "noise_influence", "short", 2, false, 134)]
public short noise_influence;
[DNAFieldAttribute(20, "short", "noise_basis", "short", 2, false)]
[DNAFieldAttribute(20, "short", "noise_basis", "short", 2, false, 136)]
public short noise_basis;
[DNAFieldAttribute(21, "char", "_pad2[6]", "System.Char[]", 6, false)]
[DNAFieldAttribute(21, "char", "_pad2[6]", "System.Char[]", 6, false, 138)]
public char[] _pad2 = new System.Char[6];
[DNAFieldAttribute(22, "float", "noise_fac", "float", 4, false)]
[DNAFieldAttribute(22, "float", "noise_fac", "float", 4, false, 144)]
public float noise_fac;
[DNAFieldAttribute(23, "float", "speed_scale", "float", 4, false)]
[DNAFieldAttribute(23, "float", "speed_scale", "float", 4, false, 148)]
public float speed_scale;
[DNAFieldAttribute(24, "float", "falloff_speed_scale", "float", 4, false)]
[DNAFieldAttribute(24, "float", "falloff_speed_scale", "float", 4, false, 152)]
public float falloff_speed_scale;
[DNAFieldAttribute(25, "char", "_pad3[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(25, "char", "_pad3[4]", "System.Char[]", 4, false, 156)]
public char[] _pad3 = new System.Char[4];
[DNAFieldAttribute(26, "ColorBand", "*coba", "ColorBand", 8, true)]
[DNAFieldAttribute(26, "ColorBand", "*coba", "ColorBand", 8, true, 160)]
public ColorBand ptr_coba;
[DNAFieldAttribute(27, "CurveMapping", "*falloff_curve", "CurveMapping", 8, true)]
[DNAFieldAttribute(27, "CurveMapping", "*falloff_curve", "CurveMapping", 8, true, 168)]
public CurveMapping ptr_falloff_curve;
public PointDensity() {
this.flag = default;