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,13 +15,13 @@ namespace BlendFile.DNA {
[DNAClassAttribute(890, "EditingRuntime", 32)]
public class EditingRuntime {
[DNAFieldAttribute(0, "SequenceLookup", "*sequence_lookup", "SequenceLookup", 8, true)]
[DNAFieldAttribute(0, "SequenceLookup", "*sequence_lookup", "SequenceLookup", 8, true, 0)]
public SequenceLookup ptr_sequence_lookup;
[DNAFieldAttribute(1, "MediaPresence", "*media_presence", "MediaPresence", 8, true)]
[DNAFieldAttribute(1, "MediaPresence", "*media_presence", "MediaPresence", 8, true, 8)]
public MediaPresence ptr_media_presence;
[DNAFieldAttribute(2, "ThumbnailCache", "*thumbnail_cache", "ThumbnailCache", 8, true)]
[DNAFieldAttribute(2, "ThumbnailCache", "*thumbnail_cache", "ThumbnailCache", 8, true, 16)]
public ThumbnailCache ptr_thumbnail_cache;
[DNAFieldAttribute(3, "void", "*_pad", "void", 8, true)]
[DNAFieldAttribute(3, "void", "*_pad", "void", 8, true, 24)]
public object ptr__pad;
public EditingRuntime() {
this.ptr_sequence_lookup = default;