Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

@@ -15,77 +15,77 @@ namespace BlendFile.DNA {
[DNAClassAttribute(268, "bGPDlayer", 680)]
public class bGPDlayer {
[DNAFieldAttribute(0, "bGPDlayer", "*next", "bGPDlayer", 8, true)]
[DNAFieldAttribute(0, "bGPDlayer", "*next", "bGPDlayer", 8, true, 0)]
public bGPDlayer ptr_next;
[DNAFieldAttribute(1, "bGPDlayer", "*prev", "bGPDlayer", 8, true)]
[DNAFieldAttribute(1, "bGPDlayer", "*prev", "bGPDlayer", 8, true, 8)]
public bGPDlayer ptr_prev;
[DNAFieldAttribute(2, "ListBase", "frames", "ListBase", 16, false)]
[DNAFieldAttribute(2, "ListBase", "frames", "ListBase", 16, false, 16)]
public ListBase frames;
[DNAFieldAttribute(3, "bGPDframe", "*actframe", "bGPDframe", 8, true)]
[DNAFieldAttribute(3, "bGPDframe", "*actframe", "bGPDframe", 8, true, 32)]
public bGPDframe ptr_actframe;
[DNAFieldAttribute(4, "short", "flag", "short", 2, false)]
[DNAFieldAttribute(4, "short", "flag", "short", 2, false, 40)]
public short flag;
[DNAFieldAttribute(5, "short", "onion_flag", "short", 2, false)]
[DNAFieldAttribute(5, "short", "onion_flag", "short", 2, false, 42)]
public short onion_flag;
[DNAFieldAttribute(6, "float", "color[4]", "System.Single[]", 16, false)]
[DNAFieldAttribute(6, "float", "color[4]", "System.Single[]", 16, false, 44)]
public float[] color = new System.Single[4];
[DNAFieldAttribute(7, "float", "fill[4]", "System.Single[]", 16, false)]
[DNAFieldAttribute(7, "float", "fill[4]", "System.Single[]", 16, false, 60)]
public float[] fill = new System.Single[4];
[DNAFieldAttribute(8, "char", "info[128]", "System.Char[]", 128, false)]
[DNAFieldAttribute(8, "char", "info[128]", "System.Char[]", 128, false, 76)]
public char[] info = new System.Char[128];
[DNAFieldAttribute(9, "short", "thickness", "short", 2, false)]
[DNAFieldAttribute(9, "short", "thickness", "short", 2, false, 204)]
public short thickness;
[DNAFieldAttribute(10, "short", "pass_index", "short", 2, false)]
[DNAFieldAttribute(10, "short", "pass_index", "short", 2, false, 206)]
public short pass_index;
[DNAFieldAttribute(11, "Object", "*parent", "Object", 8, true)]
[DNAFieldAttribute(11, "Object", "*parent", "Object", 8, true, 208)]
public Object ptr_parent;
[DNAFieldAttribute(12, "float", "inverse[4][4]", "System.Single[,]", 64, false)]
[DNAFieldAttribute(12, "float", "inverse[4][4]", "System.Single[,]", 64, false, 216)]
public float[,] inverse = new System.Single[4,4];
[DNAFieldAttribute(13, "char", "parsubstr[64]", "System.Char[]", 64, false)]
[DNAFieldAttribute(13, "char", "parsubstr[64]", "System.Char[]", 64, false, 280)]
public char[] parsubstr = new System.Char[64];
[DNAFieldAttribute(14, "short", "partype", "short", 2, false)]
[DNAFieldAttribute(14, "short", "partype", "short", 2, false, 344)]
public short partype;
[DNAFieldAttribute(15, "short", "line_change", "short", 2, false)]
[DNAFieldAttribute(15, "short", "line_change", "short", 2, false, 346)]
public short line_change;
[DNAFieldAttribute(16, "float", "tintcolor[4]", "System.Single[]", 16, false)]
[DNAFieldAttribute(16, "float", "tintcolor[4]", "System.Single[]", 16, false, 348)]
public float[] tintcolor = new System.Single[4];
[DNAFieldAttribute(17, "float", "opacity", "float", 4, false)]
[DNAFieldAttribute(17, "float", "opacity", "float", 4, false, 364)]
public float opacity;
[DNAFieldAttribute(18, "char", "viewlayername[64]", "System.Char[]", 64, false)]
[DNAFieldAttribute(18, "char", "viewlayername[64]", "System.Char[]", 64, false, 368)]
public char[] viewlayername = new System.Char[64];
[DNAFieldAttribute(19, "int", "blend_mode", "int", 4, false)]
[DNAFieldAttribute(19, "int", "blend_mode", "int", 4, false, 432)]
public int blend_mode;
[DNAFieldAttribute(20, "float", "vertex_paint_opacity", "float", 4, false)]
[DNAFieldAttribute(20, "float", "vertex_paint_opacity", "float", 4, false, 436)]
public float vertex_paint_opacity;
[DNAFieldAttribute(21, "short", "gstep", "short", 2, false)]
[DNAFieldAttribute(21, "short", "gstep", "short", 2, false, 440)]
public short gstep;
[DNAFieldAttribute(22, "short", "gstep_next", "short", 2, false)]
[DNAFieldAttribute(22, "short", "gstep_next", "short", 2, false, 442)]
public short gstep_next;
[DNAFieldAttribute(23, "float", "gcolor_prev[3]", "System.Single[]", 12, false)]
[DNAFieldAttribute(23, "float", "gcolor_prev[3]", "System.Single[]", 12, false, 444)]
public float[] gcolor_prev = new System.Single[3];
[DNAFieldAttribute(24, "float", "gcolor_next[3]", "System.Single[]", 12, false)]
[DNAFieldAttribute(24, "float", "gcolor_next[3]", "System.Single[]", 12, false, 456)]
public float[] gcolor_next = new System.Single[3];
[DNAFieldAttribute(25, "char", "_pad1[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(25, "char", "_pad1[4]", "System.Char[]", 4, false, 468)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(26, "ListBase", "mask_layers", "ListBase", 16, false)]
[DNAFieldAttribute(26, "ListBase", "mask_layers", "ListBase", 16, false, 472)]
public ListBase mask_layers;
[DNAFieldAttribute(27, "int", "act_mask", "int", 4, false)]
[DNAFieldAttribute(27, "int", "act_mask", "int", 4, false, 488)]
public int act_mask;
[DNAFieldAttribute(28, "char", "_pad2[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(28, "char", "_pad2[4]", "System.Char[]", 4, false, 492)]
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(29, "float", "location[3]", "System.Single[]", 12, false)]
[DNAFieldAttribute(29, "float", "location[3]", "System.Single[]", 12, false, 496)]
public float[] location = new System.Single[3];
[DNAFieldAttribute(30, "float", "rotation[3]", "System.Single[]", 12, false)]
[DNAFieldAttribute(30, "float", "rotation[3]", "System.Single[]", 12, false, 508)]
public float[] rotation = new System.Single[3];
[DNAFieldAttribute(31, "float", "scale[3]", "System.Single[]", 12, false)]
[DNAFieldAttribute(31, "float", "scale[3]", "System.Single[]", 12, false, 520)]
public float[] scale = new System.Single[3];
[DNAFieldAttribute(32, "float", "layer_mat[4][4]", "System.Single[,]", 64, false)]
[DNAFieldAttribute(32, "float", "layer_mat[4][4]", "System.Single[,]", 64, false, 532)]
public float[,] layer_mat = new System.Single[4,4];
[DNAFieldAttribute(33, "float", "layer_invmat[4][4]", "System.Single[,]", 64, false)]
[DNAFieldAttribute(33, "float", "layer_invmat[4][4]", "System.Single[,]", 64, false, 596)]
public float[,] layer_invmat = new System.Single[4,4];
[DNAFieldAttribute(34, "char", "_pad3[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(34, "char", "_pad3[4]", "System.Char[]", 4, false, 660)]
public char[] _pad3 = new System.Char[4];
[DNAFieldAttribute(35, "bGPDlayer_Runtime", "runtime", "bGPDlayer_Runtime", 16, false)]
[DNAFieldAttribute(35, "bGPDlayer_Runtime", "runtime", "bGPDlayer_Runtime", 16, false, 664)]
public bGPDlayer_Runtime runtime;
public bGPDlayer() {
this.ptr_next = default;