regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,23 +15,23 @@ namespace BlendFile.DNA {
[DNAClassAttribute(261, "bGPDstroke_Runtime")]
public class bGPDstroke_Runtime {
[DNAFieldAttribute(0, "char", "tmp_layerinfo[128]", "System.Char[]", 1)]
[DNAFieldAttribute(0, "char", "tmp_layerinfo[128]", "System.Char[]", 128, false)]
public char[] tmp_layerinfo = new System.Char[128];
[DNAFieldAttribute(1, "float", "multi_frame_falloff", "float", 4)]
[DNAFieldAttribute(1, "float", "multi_frame_falloff", "float", 4, false)]
public float multi_frame_falloff;
[DNAFieldAttribute(2, "int", "stroke_start", "int", 4)]
[DNAFieldAttribute(2, "int", "stroke_start", "int", 4, false)]
public int stroke_start;
[DNAFieldAttribute(3, "int", "fill_start", "int", 4)]
[DNAFieldAttribute(3, "int", "fill_start", "int", 4, false)]
public int fill_start;
[DNAFieldAttribute(4, "int", "vertex_start", "int", 4)]
[DNAFieldAttribute(4, "int", "vertex_start", "int", 4, false)]
public int vertex_start;
[DNAFieldAttribute(5, "int", "curve_start", "int", 4)]
[DNAFieldAttribute(5, "int", "curve_start", "int", 4, false)]
public int curve_start;
[DNAFieldAttribute(6, "int", "_pad0", "int", 4)]
[DNAFieldAttribute(6, "int", "_pad0", "int", 4, false)]
public int _pad0;
[DNAFieldAttribute(7, "bGPDstroke", "*gps_orig", "bGPDstroke", 472)]
[DNAFieldAttribute(7, "bGPDstroke", "*gps_orig", "bGPDstroke", 4, true)]
public bGPDstroke ptr_gps_orig;
[DNAFieldAttribute(8, "void", "*_pad2", "void", 0)]
[DNAFieldAttribute(8, "void", "*_pad2", "void", 4, true)]
public object ptr__pad2;
public bGPDstroke_Runtime() {
this.tmp_layerinfo = default;