regenerated files
This commit is contained in:
@@ -15,51 +15,51 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(269, "bGPdata_Runtime")]
|
||||
public class bGPdata_Runtime {
|
||||
[DNAFieldAttribute(0, "void", "*sbuffer", "void", 0)]
|
||||
[DNAFieldAttribute(0, "void", "*sbuffer", "void", 4, true)]
|
||||
public object ptr_sbuffer;
|
||||
[DNAFieldAttribute(1, "GPUVertBufHandle", "*sbuffer_position_buf", "GPUVertBufHandle", 0)]
|
||||
[DNAFieldAttribute(1, "GPUVertBufHandle", "*sbuffer_position_buf", "GPUVertBufHandle", 4, true)]
|
||||
public GPUVertBufHandle ptr_sbuffer_position_buf;
|
||||
[DNAFieldAttribute(2, "GPUVertBufHandle", "*sbuffer_color_buf", "GPUVertBufHandle", 0)]
|
||||
[DNAFieldAttribute(2, "GPUVertBufHandle", "*sbuffer_color_buf", "GPUVertBufHandle", 4, true)]
|
||||
public GPUVertBufHandle ptr_sbuffer_color_buf;
|
||||
[DNAFieldAttribute(3, "GPUBatchHandle", "*sbuffer_batch", "GPUBatchHandle", 0)]
|
||||
[DNAFieldAttribute(3, "GPUBatchHandle", "*sbuffer_batch", "GPUBatchHandle", 4, true)]
|
||||
public GPUBatchHandle ptr_sbuffer_batch;
|
||||
[DNAFieldAttribute(4, "bGPDstroke", "*sbuffer_gps", "bGPDstroke", 472)]
|
||||
[DNAFieldAttribute(4, "bGPDstroke", "*sbuffer_gps", "bGPDstroke", 4, true)]
|
||||
public bGPDstroke ptr_sbuffer_gps;
|
||||
[DNAFieldAttribute(5, "short", "playing", "short", 2)]
|
||||
[DNAFieldAttribute(5, "short", "playing", "short", 2, false)]
|
||||
public short playing;
|
||||
[DNAFieldAttribute(6, "short", "matid", "short", 2)]
|
||||
[DNAFieldAttribute(6, "short", "matid", "short", 2, false)]
|
||||
public short matid;
|
||||
[DNAFieldAttribute(7, "short", "sbuffer_sflag", "short", 2)]
|
||||
[DNAFieldAttribute(7, "short", "sbuffer_sflag", "short", 2, false)]
|
||||
public short sbuffer_sflag;
|
||||
[DNAFieldAttribute(8, "char", "_pad1[2]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(8, "char", "_pad1[2]", "System.Char[]", 2, false)]
|
||||
public char[] _pad1 = new System.Char[2];
|
||||
[DNAFieldAttribute(9, "int", "sbuffer_used", "int", 4)]
|
||||
[DNAFieldAttribute(9, "int", "sbuffer_used", "int", 4, false)]
|
||||
public int sbuffer_used;
|
||||
[DNAFieldAttribute(10, "int", "sbuffer_size", "int", 4)]
|
||||
[DNAFieldAttribute(10, "int", "sbuffer_size", "int", 4, false)]
|
||||
public int sbuffer_size;
|
||||
[DNAFieldAttribute(11, "float", "vert_color_fill[4]", "System.Single[]", 4)]
|
||||
[DNAFieldAttribute(11, "float", "vert_color_fill[4]", "System.Single[]", 16, false)]
|
||||
public float[] vert_color_fill = new System.Single[4];
|
||||
[DNAFieldAttribute(12, "float", "fill_opacity_fac", "float", 4)]
|
||||
[DNAFieldAttribute(12, "float", "fill_opacity_fac", "float", 4, false)]
|
||||
public float fill_opacity_fac;
|
||||
[DNAFieldAttribute(13, "float", "arrow_start[8]", "System.Single[]", 4)]
|
||||
[DNAFieldAttribute(13, "float", "arrow_start[8]", "System.Single[]", 32, false)]
|
||||
public float[] arrow_start = new System.Single[8];
|
||||
[DNAFieldAttribute(14, "float", "arrow_end[8]", "System.Single[]", 4)]
|
||||
[DNAFieldAttribute(14, "float", "arrow_end[8]", "System.Single[]", 32, false)]
|
||||
public float[] arrow_end = new System.Single[8];
|
||||
[DNAFieldAttribute(15, "int", "arrow_start_style", "int", 4)]
|
||||
[DNAFieldAttribute(15, "int", "arrow_start_style", "int", 4, false)]
|
||||
public int arrow_start_style;
|
||||
[DNAFieldAttribute(16, "int", "arrow_end_style", "int", 4)]
|
||||
[DNAFieldAttribute(16, "int", "arrow_end_style", "int", 4, false)]
|
||||
public int arrow_end_style;
|
||||
[DNAFieldAttribute(17, "int", "tot_cp_points", "int", 4)]
|
||||
[DNAFieldAttribute(17, "int", "tot_cp_points", "int", 4, false)]
|
||||
public int tot_cp_points;
|
||||
[DNAFieldAttribute(18, "bGPDcontrolpoint", "*cp_points", "bGPDcontrolpoint", 32)]
|
||||
[DNAFieldAttribute(18, "bGPDcontrolpoint", "*cp_points", "bGPDcontrolpoint", 4, true)]
|
||||
public bGPDcontrolpoint ptr_cp_points;
|
||||
[DNAFieldAttribute(19, "Brush", "*sbuffer_brush", "Brush", 2216)]
|
||||
[DNAFieldAttribute(19, "Brush", "*sbuffer_brush", "Brush", 4, true)]
|
||||
public Brush ptr_sbuffer_brush;
|
||||
[DNAFieldAttribute(20, "GpencilBatchCache", "*gpencil_cache", "GpencilBatchCache", 0)]
|
||||
[DNAFieldAttribute(20, "GpencilBatchCache", "*gpencil_cache", "GpencilBatchCache", 4, true)]
|
||||
public GpencilBatchCache ptr_gpencil_cache;
|
||||
[DNAFieldAttribute(21, "LineartCache", "*lineart_cache", "LineartCache", 0)]
|
||||
[DNAFieldAttribute(21, "LineartCache", "*lineart_cache", "LineartCache", 4, true)]
|
||||
public LineartCache ptr_lineart_cache;
|
||||
[DNAFieldAttribute(22, "GPencilUpdateCache", "*update_cache", "GPencilUpdateCache", 0)]
|
||||
[DNAFieldAttribute(22, "GPencilUpdateCache", "*update_cache", "GPencilUpdateCache", 4, true)]
|
||||
public GPencilUpdateCache ptr_update_cache;
|
||||
public bGPdata_Runtime() {
|
||||
this.ptr_sbuffer = default;
|
||||
|
||||
Reference in New Issue
Block a user