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,19 +15,19 @@ namespace BlendFile.DNA {
[DNAClassAttribute(257, "bGPDpalettecolor", 120)]
public class bGPDpalettecolor {
[DNAFieldAttribute(0, "bGPDpalettecolor", "*next", "bGPDpalettecolor", 8, true)]
[DNAFieldAttribute(0, "bGPDpalettecolor", "*next", "bGPDpalettecolor", 8, true, 0)]
public bGPDpalettecolor ptr_next;
[DNAFieldAttribute(1, "bGPDpalettecolor", "*prev", "bGPDpalettecolor", 8, true)]
[DNAFieldAttribute(1, "bGPDpalettecolor", "*prev", "bGPDpalettecolor", 8, true, 8)]
public bGPDpalettecolor ptr_prev;
[DNAFieldAttribute(2, "char", "info[64]", "System.Char[]", 64, false)]
[DNAFieldAttribute(2, "char", "info[64]", "System.Char[]", 64, false, 16)]
public char[] info = new System.Char[64];
[DNAFieldAttribute(3, "float", "color[4]", "System.Single[]", 16, false)]
[DNAFieldAttribute(3, "float", "color[4]", "System.Single[]", 16, false, 80)]
public float[] color = new System.Single[4];
[DNAFieldAttribute(4, "float", "fill[4]", "System.Single[]", 16, false)]
[DNAFieldAttribute(4, "float", "fill[4]", "System.Single[]", 16, false, 96)]
public float[] fill = new System.Single[4];
[DNAFieldAttribute(5, "short", "flag", "short", 2, false)]
[DNAFieldAttribute(5, "short", "flag", "short", 2, false, 112)]
public short flag;
[DNAFieldAttribute(6, "char", "_pad[6]", "System.Char[]", 6, false)]
[DNAFieldAttribute(6, "char", "_pad[6]", "System.Char[]", 6, false, 114)]
public char[] _pad = new System.Char[6];
public bGPDpalettecolor() {
this.ptr_next = default;