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,11 +15,11 @@ namespace BlendFile.DNA {
[DNAClassAttribute(32, "ID_Runtime", 32)]
public class ID_Runtime {
[DNAFieldAttribute(0, "ID_Runtime_Remap", "remap", "ID_Runtime_Remap", 16, false)]
[DNAFieldAttribute(0, "ID_Runtime_Remap", "remap", "ID_Runtime_Remap", 16, false, 0)]
public ID_Runtime_Remap remap;
[DNAFieldAttribute(1, "Depsgraph", "*depsgraph", "Depsgraph", 8, true)]
[DNAFieldAttribute(1, "Depsgraph", "*depsgraph", "Depsgraph", 8, true, 16)]
public Depsgraph ptr_depsgraph;
[DNAFieldAttribute(2, "void", "*_pad", "void", 8, true)]
[DNAFieldAttribute(2, "void", "*_pad", "void", 8, true, 24)]
public object ptr__pad;
public ID_Runtime() {
this.remap = default;