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,21 +15,21 @@ namespace BlendFile.DNA {
[DNAClassAttribute(289, "DashGpencilModifierSegment", 96)]
public class DashGpencilModifierSegment {
[DNAFieldAttribute(0, "char", "name[64]", "System.Char[]", 64, false)]
[DNAFieldAttribute(0, "char", "name[64]", "System.Char[]", 64, false, 0)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(1, "DashGpencilModifierData", "*dmd", "DashGpencilModifierData", 8, true)]
[DNAFieldAttribute(1, "DashGpencilModifierData", "*dmd", "DashGpencilModifierData", 8, true, 64)]
public DashGpencilModifierData ptr_dmd;
[DNAFieldAttribute(2, "int", "dash", "int", 4, false)]
[DNAFieldAttribute(2, "int", "dash", "int", 4, false, 72)]
public int dash;
[DNAFieldAttribute(3, "int", "gap", "int", 4, false)]
[DNAFieldAttribute(3, "int", "gap", "int", 4, false, 76)]
public int gap;
[DNAFieldAttribute(4, "float", "radius", "float", 4, false)]
[DNAFieldAttribute(4, "float", "radius", "float", 4, false, 80)]
public float radius;
[DNAFieldAttribute(5, "float", "opacity", "float", 4, false)]
[DNAFieldAttribute(5, "float", "opacity", "float", 4, false, 84)]
public float opacity;
[DNAFieldAttribute(6, "int", "mat_nr", "int", 4, false)]
[DNAFieldAttribute(6, "int", "mat_nr", "int", 4, false, 88)]
public int mat_nr;
[DNAFieldAttribute(7, "int", "flag", "int", 4, false)]
[DNAFieldAttribute(7, "int", "flag", "int", 4, false, 92)]
public int flag;
public DashGpencilModifierSegment() {
this.name = default;