regenerate files
This commit is contained in:
@@ -13,15 +13,15 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(262, "bGPDstroke")]
|
||||
[DNAClassAttribute(262, "bGPDstroke", 472)]
|
||||
public class bGPDstroke {
|
||||
[DNAFieldAttribute(0, "bGPDstroke", "*next", "bGPDstroke", 4, true)]
|
||||
[DNAFieldAttribute(0, "bGPDstroke", "*next", "bGPDstroke", 8, true)]
|
||||
public bGPDstroke ptr_next;
|
||||
[DNAFieldAttribute(1, "bGPDstroke", "*prev", "bGPDstroke", 4, true)]
|
||||
[DNAFieldAttribute(1, "bGPDstroke", "*prev", "bGPDstroke", 8, true)]
|
||||
public bGPDstroke ptr_prev;
|
||||
[DNAFieldAttribute(2, "bGPDspoint", "*points", "bGPDspoint", 4, true)]
|
||||
[DNAFieldAttribute(2, "bGPDspoint", "*points", "bGPDspoint", 8, true)]
|
||||
public bGPDspoint ptr_points;
|
||||
[DNAFieldAttribute(3, "bGPDtriangle", "*triangles", "bGPDtriangle", 4, true)]
|
||||
[DNAFieldAttribute(3, "bGPDtriangle", "*triangles", "bGPDtriangle", 8, true)]
|
||||
public bGPDtriangle ptr_triangles;
|
||||
[DNAFieldAttribute(4, "int", "totpoints", "int", 4, false)]
|
||||
public int totpoints;
|
||||
@@ -61,17 +61,17 @@ namespace BlendFile.DNA {
|
||||
public int select_index;
|
||||
[DNAFieldAttribute(22, "char", "_pad4[4]", "System.Char[]", 4, false)]
|
||||
public char[] _pad4 = new System.Char[4];
|
||||
[DNAFieldAttribute(23, "MDeformVert", "*dvert", "MDeformVert", 4, true)]
|
||||
[DNAFieldAttribute(23, "MDeformVert", "*dvert", "MDeformVert", 8, true)]
|
||||
public MDeformVert ptr_dvert;
|
||||
[DNAFieldAttribute(24, "void", "*_pad3", "void", 4, true)]
|
||||
[DNAFieldAttribute(24, "void", "*_pad3", "void", 8, true)]
|
||||
public object ptr__pad3;
|
||||
[DNAFieldAttribute(25, "float", "vert_color_fill[4]", "System.Single[]", 16, false)]
|
||||
public float[] vert_color_fill = new System.Single[4];
|
||||
[DNAFieldAttribute(26, "bGPDcurve", "*editcurve", "bGPDcurve", 4, true)]
|
||||
[DNAFieldAttribute(26, "bGPDcurve", "*editcurve", "bGPDcurve", 8, true)]
|
||||
public bGPDcurve ptr_editcurve;
|
||||
[DNAFieldAttribute(27, "bGPDstroke_Runtime", "runtime", "bGPDstroke_Runtime", 168, false)]
|
||||
public bGPDstroke_Runtime runtime;
|
||||
[DNAFieldAttribute(28, "void", "*_pad5", "void", 4, true)]
|
||||
[DNAFieldAttribute(28, "void", "*_pad5", "void", 8, true)]
|
||||
public object ptr__pad5;
|
||||
public bGPDstroke() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user