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,17 +15,17 @@ namespace BlendFile.DNA {
[DNAClassAttribute(279, "TimeGpencilModifierSegment", 88)]
public class TimeGpencilModifierSegment {
[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, "TimeGpencilModifierData", "*gpmd", "TimeGpencilModifierData", 8, true)]
[DNAFieldAttribute(1, "TimeGpencilModifierData", "*gpmd", "TimeGpencilModifierData", 8, true, 64)]
public TimeGpencilModifierData ptr_gpmd;
[DNAFieldAttribute(2, "int", "seg_start", "int", 4, false)]
[DNAFieldAttribute(2, "int", "seg_start", "int", 4, false, 72)]
public int seg_start;
[DNAFieldAttribute(3, "int", "seg_end", "int", 4, false)]
[DNAFieldAttribute(3, "int", "seg_end", "int", 4, false, 76)]
public int seg_end;
[DNAFieldAttribute(4, "int", "seg_mode", "int", 4, false)]
[DNAFieldAttribute(4, "int", "seg_mode", "int", 4, false, 80)]
public int seg_mode;
[DNAFieldAttribute(5, "int", "seg_repeat", "int", 4, false)]
[DNAFieldAttribute(5, "int", "seg_repeat", "int", 4, false, 84)]
public int seg_repeat;
public TimeGpencilModifierSegment() {
this.name = default;