Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -15,24 +15,24 @@ namespace BlendFile.DNA {
[DNAClassAttribute(261, "bGPDstroke_Runtime", 168)]
public class bGPDstroke_Runtime {
[DNAFieldAttribute(0, "char", "tmp_layerinfo[128]", "System.Char[]", 128, false, 0)]
[DNAFieldAttribute(128, "char", 0, "tmp_layerinfo[128]", "System.Char[]", false, 0)]
public char[] tmp_layerinfo = new System.Char[128];
[DNAFieldAttribute(1, "float", "multi_frame_falloff", "float", 4, false, 128)]
[DNAFieldAttribute(4, "float", 1, "multi_frame_falloff", "float", false, 128)]
public float multi_frame_falloff;
[DNAFieldAttribute(2, "int", "stroke_start", "int", 4, false, 132)]
[DNAFieldAttribute(4, "int", 2, "stroke_start", "int", false, 132)]
public int stroke_start;
[DNAFieldAttribute(3, "int", "fill_start", "int", 4, false, 136)]
[DNAFieldAttribute(4, "int", 3, "fill_start", "int", false, 136)]
public int fill_start;
[DNAFieldAttribute(4, "int", "vertex_start", "int", 4, false, 140)]
[DNAFieldAttribute(4, "int", 4, "vertex_start", "int", false, 140)]
public int vertex_start;
[DNAFieldAttribute(5, "int", "curve_start", "int", 4, false, 144)]
[DNAFieldAttribute(4, "int", 5, "curve_start", "int", false, 144)]
public int curve_start;
[DNAFieldAttribute(6, "int", "_pad0", "int", 4, false, 148)]
[DNAFieldAttribute(4, "int", 6, "_pad0", "int", false, 148)]
public int _pad0;
[DNAFieldAttribute(7, "bGPDstroke", "*gps_orig", "bGPDstroke", 8, true, 152)]
public bGPDstroke ptr_gps_orig;
[DNAFieldAttribute(8, "void", "*_pad2", "void", 8, true, 160)]
public object ptr__pad2;
[DNAFieldAttribute(8, "bGPDstroke", 7, "*gps_orig", "bGPDstroke", true, 152)]
public bGPDstroke gps_orig;
[DNAFieldAttribute(8, "void", 8, "*_pad2", "void", true, 160)]
public object _pad2;
public bGPDstroke_Runtime() {
this.tmp_layerinfo = default;
this.multi_frame_falloff = default;
@@ -41,10 +41,10 @@ namespace BlendFile.DNA {
this.vertex_start = default;
this.curve_start = default;
this._pad0 = default;
this.ptr_gps_orig = default;
this.ptr__pad2 = default;
this.gps_orig = default;
this._pad2 = default;
}
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) {
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 gps_orig, object _pad2) {
this.tmp_layerinfo = tmp_layerinfo;
this.multi_frame_falloff = multi_frame_falloff;
this.stroke_start = stroke_start;
@@ -52,8 +52,8 @@ namespace BlendFile.DNA {
this.vertex_start = vertex_start;
this.curve_start = curve_start;
this._pad0 = _pad0;
this.ptr_gps_orig = ptr_gps_orig;
this.ptr__pad2 = ptr__pad2;
this.gps_orig = gps_orig;
this._pad2 = _pad2;
}
}
}