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