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