Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,99 +15,99 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(226, "DynamicPaintSurface", 1568)]
|
||||
public class DynamicPaintSurface {
|
||||
[DNAFieldAttribute(0, "DynamicPaintSurface", "*next", "DynamicPaintSurface", 8, true)]
|
||||
[DNAFieldAttribute(0, "DynamicPaintSurface", "*next", "DynamicPaintSurface", 8, true, 0)]
|
||||
public DynamicPaintSurface ptr_next;
|
||||
[DNAFieldAttribute(1, "DynamicPaintSurface", "*prev", "DynamicPaintSurface", 8, true)]
|
||||
[DNAFieldAttribute(1, "DynamicPaintSurface", "*prev", "DynamicPaintSurface", 8, true, 8)]
|
||||
public DynamicPaintSurface ptr_prev;
|
||||
[DNAFieldAttribute(2, "DynamicPaintCanvasSettings", "*canvas", "DynamicPaintCanvasSettings", 8, true)]
|
||||
[DNAFieldAttribute(2, "DynamicPaintCanvasSettings", "*canvas", "DynamicPaintCanvasSettings", 8, true, 16)]
|
||||
public DynamicPaintCanvasSettings ptr_canvas;
|
||||
[DNAFieldAttribute(3, "PaintSurfaceData", "*data", "PaintSurfaceData", 8, true)]
|
||||
[DNAFieldAttribute(3, "PaintSurfaceData", "*data", "PaintSurfaceData", 8, true, 24)]
|
||||
public PaintSurfaceData ptr_data;
|
||||
[DNAFieldAttribute(4, "Collection", "*brush_group", "Collection", 8, true)]
|
||||
[DNAFieldAttribute(4, "Collection", "*brush_group", "Collection", 8, true, 32)]
|
||||
public Collection ptr_brush_group;
|
||||
[DNAFieldAttribute(5, "EffectorWeights", "*effector_weights", "EffectorWeights", 8, true)]
|
||||
[DNAFieldAttribute(5, "EffectorWeights", "*effector_weights", "EffectorWeights", 8, true, 40)]
|
||||
public EffectorWeights ptr_effector_weights;
|
||||
[DNAFieldAttribute(6, "PointCache", "*pointcache", "PointCache", 8, true)]
|
||||
[DNAFieldAttribute(6, "PointCache", "*pointcache", "PointCache", 8, true, 48)]
|
||||
public PointCache ptr_pointcache;
|
||||
[DNAFieldAttribute(7, "ListBase", "ptcaches", "ListBase", 16, false)]
|
||||
[DNAFieldAttribute(7, "ListBase", "ptcaches", "ListBase", 16, false, 56)]
|
||||
public ListBase ptcaches;
|
||||
[DNAFieldAttribute(8, "int", "current_frame", "int", 4, false)]
|
||||
[DNAFieldAttribute(8, "int", "current_frame", "int", 4, false, 72)]
|
||||
public int current_frame;
|
||||
[DNAFieldAttribute(9, "char", "name[64]", "System.Char[]", 64, false)]
|
||||
[DNAFieldAttribute(9, "char", "name[64]", "System.Char[]", 64, false, 76)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(10, "short", "format", "short", 2, false)]
|
||||
[DNAFieldAttribute(10, "short", "format", "short", 2, false, 140)]
|
||||
public short format;
|
||||
[DNAFieldAttribute(11, "short", "type", "short", 2, false)]
|
||||
[DNAFieldAttribute(11, "short", "type", "short", 2, false, 142)]
|
||||
public short type;
|
||||
[DNAFieldAttribute(12, "short", "disp_type", "short", 2, false)]
|
||||
[DNAFieldAttribute(12, "short", "disp_type", "short", 2, false, 144)]
|
||||
public short disp_type;
|
||||
[DNAFieldAttribute(13, "short", "image_fileformat", "short", 2, false)]
|
||||
[DNAFieldAttribute(13, "short", "image_fileformat", "short", 2, false, 146)]
|
||||
public short image_fileformat;
|
||||
[DNAFieldAttribute(14, "short", "effect_ui", "short", 2, false)]
|
||||
[DNAFieldAttribute(14, "short", "effect_ui", "short", 2, false, 148)]
|
||||
public short effect_ui;
|
||||
[DNAFieldAttribute(15, "short", "init_color_type", "short", 2, false)]
|
||||
[DNAFieldAttribute(15, "short", "init_color_type", "short", 2, false, 150)]
|
||||
public short init_color_type;
|
||||
[DNAFieldAttribute(16, "int", "flags", "int", 4, false)]
|
||||
[DNAFieldAttribute(16, "int", "flags", "int", 4, false, 152)]
|
||||
public int flags;
|
||||
[DNAFieldAttribute(17, "int", "effect", "int", 4, false)]
|
||||
[DNAFieldAttribute(17, "int", "effect", "int", 4, false, 156)]
|
||||
public int effect;
|
||||
[DNAFieldAttribute(18, "int", "image_resolution", "int", 4, false)]
|
||||
[DNAFieldAttribute(18, "int", "image_resolution", "int", 4, false, 160)]
|
||||
public int image_resolution;
|
||||
[DNAFieldAttribute(19, "int", "substeps", "int", 4, false)]
|
||||
[DNAFieldAttribute(19, "int", "substeps", "int", 4, false, 164)]
|
||||
public int substeps;
|
||||
[DNAFieldAttribute(20, "int", "start_frame", "int", 4, false)]
|
||||
[DNAFieldAttribute(20, "int", "start_frame", "int", 4, false, 168)]
|
||||
public int start_frame;
|
||||
[DNAFieldAttribute(21, "int", "end_frame", "int", 4, false)]
|
||||
[DNAFieldAttribute(21, "int", "end_frame", "int", 4, false, 172)]
|
||||
public int end_frame;
|
||||
[DNAFieldAttribute(22, "float", "init_color[4]", "System.Single[]", 16, false)]
|
||||
[DNAFieldAttribute(22, "float", "init_color[4]", "System.Single[]", 16, false, 176)]
|
||||
public float[] init_color = new System.Single[4];
|
||||
[DNAFieldAttribute(23, "Tex", "*init_texture", "Tex", 8, true)]
|
||||
[DNAFieldAttribute(23, "Tex", "*init_texture", "Tex", 8, true, 192)]
|
||||
public Tex ptr_init_texture;
|
||||
[DNAFieldAttribute(24, "char", "init_layername[68]", "System.Char[]", 68, false)]
|
||||
[DNAFieldAttribute(24, "char", "init_layername[68]", "System.Char[]", 68, false, 200)]
|
||||
public char[] init_layername = new System.Char[68];
|
||||
[DNAFieldAttribute(25, "int", "dry_speed", "int", 4, false)]
|
||||
[DNAFieldAttribute(25, "int", "dry_speed", "int", 4, false, 268)]
|
||||
public int dry_speed;
|
||||
[DNAFieldAttribute(26, "int", "diss_speed", "int", 4, false)]
|
||||
[DNAFieldAttribute(26, "int", "diss_speed", "int", 4, false, 272)]
|
||||
public int diss_speed;
|
||||
[DNAFieldAttribute(27, "float", "color_dry_threshold", "float", 4, false)]
|
||||
[DNAFieldAttribute(27, "float", "color_dry_threshold", "float", 4, false, 276)]
|
||||
public float color_dry_threshold;
|
||||
[DNAFieldAttribute(28, "float", "depth_clamp", "float", 4, false)]
|
||||
[DNAFieldAttribute(28, "float", "depth_clamp", "float", 4, false, 280)]
|
||||
public float depth_clamp;
|
||||
[DNAFieldAttribute(29, "float", "disp_factor", "float", 4, false)]
|
||||
[DNAFieldAttribute(29, "float", "disp_factor", "float", 4, false, 284)]
|
||||
public float disp_factor;
|
||||
[DNAFieldAttribute(30, "float", "spread_speed", "float", 4, false)]
|
||||
[DNAFieldAttribute(30, "float", "spread_speed", "float", 4, false, 288)]
|
||||
public float spread_speed;
|
||||
[DNAFieldAttribute(31, "float", "color_spread_speed", "float", 4, false)]
|
||||
[DNAFieldAttribute(31, "float", "color_spread_speed", "float", 4, false, 292)]
|
||||
public float color_spread_speed;
|
||||
[DNAFieldAttribute(32, "float", "shrink_speed", "float", 4, false)]
|
||||
[DNAFieldAttribute(32, "float", "shrink_speed", "float", 4, false, 296)]
|
||||
public float shrink_speed;
|
||||
[DNAFieldAttribute(33, "float", "drip_vel", "float", 4, false)]
|
||||
[DNAFieldAttribute(33, "float", "drip_vel", "float", 4, false, 300)]
|
||||
public float drip_vel;
|
||||
[DNAFieldAttribute(34, "float", "drip_acc", "float", 4, false)]
|
||||
[DNAFieldAttribute(34, "float", "drip_acc", "float", 4, false, 304)]
|
||||
public float drip_acc;
|
||||
[DNAFieldAttribute(35, "float", "influence_scale", "float", 4, false)]
|
||||
[DNAFieldAttribute(35, "float", "influence_scale", "float", 4, false, 308)]
|
||||
public float influence_scale;
|
||||
[DNAFieldAttribute(36, "float", "radius_scale", "float", 4, false)]
|
||||
[DNAFieldAttribute(36, "float", "radius_scale", "float", 4, false, 312)]
|
||||
public float radius_scale;
|
||||
[DNAFieldAttribute(37, "float", "wave_damping", "float", 4, false)]
|
||||
[DNAFieldAttribute(37, "float", "wave_damping", "float", 4, false, 316)]
|
||||
public float wave_damping;
|
||||
[DNAFieldAttribute(38, "float", "wave_speed", "float", 4, false)]
|
||||
[DNAFieldAttribute(38, "float", "wave_speed", "float", 4, false, 320)]
|
||||
public float wave_speed;
|
||||
[DNAFieldAttribute(39, "float", "wave_timescale", "float", 4, false)]
|
||||
[DNAFieldAttribute(39, "float", "wave_timescale", "float", 4, false, 324)]
|
||||
public float wave_timescale;
|
||||
[DNAFieldAttribute(40, "float", "wave_spring", "float", 4, false)]
|
||||
[DNAFieldAttribute(40, "float", "wave_spring", "float", 4, false, 328)]
|
||||
public float wave_spring;
|
||||
[DNAFieldAttribute(41, "float", "wave_smoothness", "float", 4, false)]
|
||||
[DNAFieldAttribute(41, "float", "wave_smoothness", "float", 4, false, 332)]
|
||||
public float wave_smoothness;
|
||||
[DNAFieldAttribute(42, "char", "_pad2[4]", "System.Char[]", 4, false)]
|
||||
[DNAFieldAttribute(42, "char", "_pad2[4]", "System.Char[]", 4, false, 336)]
|
||||
public char[] _pad2 = new System.Char[4];
|
||||
[DNAFieldAttribute(43, "char", "uvlayer_name[68]", "System.Char[]", 68, false)]
|
||||
[DNAFieldAttribute(43, "char", "uvlayer_name[68]", "System.Char[]", 68, false, 340)]
|
||||
public char[] uvlayer_name = new System.Char[68];
|
||||
[DNAFieldAttribute(44, "char", "image_output_path[1024]", "System.Char[]", 1024, false)]
|
||||
[DNAFieldAttribute(44, "char", "image_output_path[1024]", "System.Char[]", 1024, false, 408)]
|
||||
public char[] image_output_path = new System.Char[1024];
|
||||
[DNAFieldAttribute(45, "char", "output_name[68]", "System.Char[]", 68, false)]
|
||||
[DNAFieldAttribute(45, "char", "output_name[68]", "System.Char[]", 68, false, 1432)]
|
||||
public char[] output_name = new System.Char[68];
|
||||
[DNAFieldAttribute(46, "char", "output_name2[68]", "System.Char[]", 68, false)]
|
||||
[DNAFieldAttribute(46, "char", "output_name2[68]", "System.Char[]", 68, false, 1500)]
|
||||
public char[] output_name2 = new System.Char[68];
|
||||
public DynamicPaintSurface() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user