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(509, "MeshSeqCacheModifierData", 2192)]
public class MeshSeqCacheModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false, 0)]
public ModifierData modifier;
[DNAFieldAttribute(1, "CacheFile", "*cache_file", "CacheFile", 8, true)]
[DNAFieldAttribute(1, "CacheFile", "*cache_file", "CacheFile", 8, true, 120)]
public CacheFile ptr_cache_file;
[DNAFieldAttribute(2, "char", "object_path[1024]", "System.Char[]", 1024, false)]
[DNAFieldAttribute(2, "char", "object_path[1024]", "System.Char[]", 1024, false, 128)]
public char[] object_path = new System.Char[1024];
[DNAFieldAttribute(3, "char", "read_flag", "char", 1, false)]
[DNAFieldAttribute(3, "char", "read_flag", "char", 1, false, 1152)]
public char read_flag;
[DNAFieldAttribute(4, "char", "_pad[3]", "System.Char[]", 3, false)]
[DNAFieldAttribute(4, "char", "_pad[3]", "System.Char[]", 3, false, 1153)]
public char[] _pad = new System.Char[3];
[DNAFieldAttribute(5, "float", "velocity_scale", "float", 4, false)]
[DNAFieldAttribute(5, "float", "velocity_scale", "float", 4, false, 1156)]
public float velocity_scale;
[DNAFieldAttribute(6, "CacheReader", "*reader", "CacheReader", 8, true)]
[DNAFieldAttribute(6, "CacheReader", "*reader", "CacheReader", 8, true, 1160)]
public CacheReader ptr_reader;
[DNAFieldAttribute(7, "char", "reader_object_path[1024]", "System.Char[]", 1024, false)]
[DNAFieldAttribute(7, "char", "reader_object_path[1024]", "System.Char[]", 1024, false, 1168)]
public char[] reader_object_path = new System.Char[1024];
public MeshSeqCacheModifierData() {
this.modifier = default;