Files
BlenderSharp/BlendFile/DNA/bGPdata.cs

184 lines
8.1 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(274, "bGPdata", 616)]
public class bGPdata {
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false, 0)]
public ID id;
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 8, true, 208)]
public AnimData ptr_adt;
[DNAFieldAttribute(2, "ListBase", "layers", "ListBase", 16, false, 216)]
public ListBase layers;
[DNAFieldAttribute(3, "int", "flag", "int", 4, false, 232)]
public int flag;
[DNAFieldAttribute(4, "int", "curve_edit_resolution", "int", 4, false, 236)]
public int curve_edit_resolution;
[DNAFieldAttribute(5, "float", "curve_edit_threshold", "float", 4, false, 240)]
public float curve_edit_threshold;
[DNAFieldAttribute(6, "float", "curve_edit_corner_angle", "float", 4, false, 244)]
public float curve_edit_corner_angle;
[DNAFieldAttribute(7, "ListBase", "palettes", "ListBase", 16, false, 248)]
public ListBase palettes;
[DNAFieldAttribute(8, "ListBase", "vertex_group_names", "ListBase", 16, false, 264)]
public ListBase vertex_group_names;
[DNAFieldAttribute(9, "float", "pixfactor", "float", 4, false, 280)]
public float pixfactor;
[DNAFieldAttribute(10, "float", "line_color[4]", "System.Single[]", 16, false, 284)]
public float[] line_color = new System.Single[4];
[DNAFieldAttribute(11, "float", "onion_factor", "float", 4, false, 300)]
public float onion_factor;
[DNAFieldAttribute(12, "int", "onion_mode", "int", 4, false, 304)]
public int onion_mode;
[DNAFieldAttribute(13, "int", "onion_flag", "int", 4, false, 308)]
public int onion_flag;
[DNAFieldAttribute(14, "short", "gstep", "short", 2, false, 312)]
public short gstep;
[DNAFieldAttribute(15, "short", "gstep_next", "short", 2, false, 314)]
public short gstep_next;
[DNAFieldAttribute(16, "float", "gcolor_prev[3]", "System.Single[]", 12, false, 316)]
public float[] gcolor_prev = new System.Single[3];
[DNAFieldAttribute(17, "float", "gcolor_next[3]", "System.Single[]", 12, false, 328)]
public float[] gcolor_next = new System.Single[3];
[DNAFieldAttribute(18, "float", "zdepth_offset", "float", 4, false, 340)]
public float zdepth_offset;
[DNAFieldAttribute(19, "Material", "**mat", "Material", 8, true, 344)]
public Material ptr_ptr_mat;
[DNAFieldAttribute(20, "short", "totcol", "short", 2, false, 352)]
public short totcol;
[DNAFieldAttribute(21, "short", "totlayer", "short", 2, false, 354)]
public short totlayer;
[DNAFieldAttribute(22, "short", "totframe", "short", 2, false, 356)]
public short totframe;
[DNAFieldAttribute(23, "char", "_pad2[6]", "System.Char[]", 6, false, 358)]
public char[] _pad2 = new System.Char[6];
[DNAFieldAttribute(24, "int", "totstroke", "int", 4, false, 364)]
public int totstroke;
[DNAFieldAttribute(25, "int", "totpoint", "int", 4, false, 368)]
public int totpoint;
[DNAFieldAttribute(26, "short", "draw_mode", "short", 2, false, 372)]
public short draw_mode;
[DNAFieldAttribute(27, "short", "onion_keytype", "short", 2, false, 374)]
public short onion_keytype;
[DNAFieldAttribute(28, "int", "select_last_index", "int", 4, false, 376)]
public int select_last_index;
[DNAFieldAttribute(29, "int", "vertex_group_active_index", "int", 4, false, 380)]
public int vertex_group_active_index;
[DNAFieldAttribute(30, "bGPgrid", "grid", "bGPgrid", 40, false, 384)]
public bGPgrid grid;
[DNAFieldAttribute(31, "bGPdata_Runtime", "runtime", "bGPdata_Runtime", 192, false, 424)]
public bGPdata_Runtime runtime;
public bGPdata() {
this.id = default;
this.ptr_adt = default;
this.layers = default;
this.flag = default;
this.curve_edit_resolution = default;
this.curve_edit_threshold = default;
this.curve_edit_corner_angle = default;
this.palettes = default;
this.vertex_group_names = default;
this.pixfactor = default;
this.line_color = default;
this.onion_factor = default;
this.onion_mode = default;
this.onion_flag = default;
this.gstep = default;
this.gstep_next = default;
this.gcolor_prev = default;
this.gcolor_next = default;
this.zdepth_offset = default;
this.ptr_ptr_mat = default;
this.totcol = default;
this.totlayer = default;
this.totframe = default;
this._pad2 = default;
this.totstroke = default;
this.totpoint = default;
this.draw_mode = default;
this.onion_keytype = default;
this.select_last_index = default;
this.vertex_group_active_index = default;
this.grid = default;
this.runtime = default;
}
public bGPdata(
ID id,
AnimData ptr_adt,
ListBase layers,
int flag,
int curve_edit_resolution,
float curve_edit_threshold,
float curve_edit_corner_angle,
ListBase palettes,
ListBase vertex_group_names,
float pixfactor,
float[] line_color,
float onion_factor,
int onion_mode,
int onion_flag,
short gstep,
short gstep_next,
float[] gcolor_prev,
float[] gcolor_next,
float zdepth_offset,
Material ptr_ptr_mat,
short totcol,
short totlayer,
short totframe,
char[] _pad2,
int totstroke,
int totpoint,
short draw_mode,
short onion_keytype,
int select_last_index,
int vertex_group_active_index,
bGPgrid grid,
bGPdata_Runtime runtime) {
this.id = id;
this.ptr_adt = ptr_adt;
this.layers = layers;
this.flag = flag;
this.curve_edit_resolution = curve_edit_resolution;
this.curve_edit_threshold = curve_edit_threshold;
this.curve_edit_corner_angle = curve_edit_corner_angle;
this.palettes = palettes;
this.vertex_group_names = vertex_group_names;
this.pixfactor = pixfactor;
this.line_color = line_color;
this.onion_factor = onion_factor;
this.onion_mode = onion_mode;
this.onion_flag = onion_flag;
this.gstep = gstep;
this.gstep_next = gstep_next;
this.gcolor_prev = gcolor_prev;
this.gcolor_next = gcolor_next;
this.zdepth_offset = zdepth_offset;
this.ptr_ptr_mat = ptr_ptr_mat;
this.totcol = totcol;
this.totlayer = totlayer;
this.totframe = totframe;
this._pad2 = _pad2;
this.totstroke = totstroke;
this.totpoint = totpoint;
this.draw_mode = draw_mode;
this.onion_keytype = onion_keytype;
this.select_last_index = select_last_index;
this.vertex_group_active_index = vertex_group_active_index;
this.grid = grid;
this.runtime = runtime;
}
}
}