Regenerated all the files
This commit is contained in:
@@ -11,16 +11,26 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class bGPDstroke_Runtime {
|
||||
[DNAFieldAttribute(0, "char", "tmp_layerinfo[128]", 1)]
|
||||
public char[] tmp_layerinfo = new System.Char[128];
|
||||
[DNAFieldAttribute(1, "float", "multi_frame_falloff", 4)]
|
||||
public float multi_frame_falloff;
|
||||
[DNAFieldAttribute(2, "int", "stroke_start", 4)]
|
||||
public int stroke_start;
|
||||
[DNAFieldAttribute(3, "int", "fill_start", 4)]
|
||||
public int fill_start;
|
||||
[DNAFieldAttribute(4, "int", "vertex_start", 4)]
|
||||
public int vertex_start;
|
||||
[DNAFieldAttribute(5, "int", "curve_start", 4)]
|
||||
public int curve_start;
|
||||
[DNAFieldAttribute(6, "int", "_pad0", 4)]
|
||||
public int _pad0;
|
||||
[DNAFieldAttribute(7, "bGPDstroke", "*gps_orig", 472)]
|
||||
public bGPDstroke ptr_gps_orig;
|
||||
[DNAFieldAttribute(8, "void", "*_pad2", 0)]
|
||||
public object ptr__pad2;
|
||||
public bGPDstroke_Runtime(char[] tmp_layerinfo, float multi_frame_falloff, int stroke_start, int fill_start, int vertex_start, int curve_start, int _pad0, bGPDstroke ptr_gps_orig, object ptr__pad2) {
|
||||
this.tmp_layerinfo = tmp_layerinfo;
|
||||
|
||||
Reference in New Issue
Block a user