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(204, "bTransformCacheConstraint", 2064)]
public class bTransformCacheConstraint {
[DNAFieldAttribute(0, "CacheFile", "*cache_file", "CacheFile", 8, true)]
[DNAFieldAttribute(0, "CacheFile", "*cache_file", "CacheFile", 8, true, 0)]
public CacheFile ptr_cache_file;
[DNAFieldAttribute(1, "char", "object_path[1024]", "System.Char[]", 1024, false)]
[DNAFieldAttribute(1, "char", "object_path[1024]", "System.Char[]", 1024, false, 8)]
public char[] object_path = new System.Char[1024];
[DNAFieldAttribute(2, "CacheReader", "*reader", "CacheReader", 8, true)]
[DNAFieldAttribute(2, "CacheReader", "*reader", "CacheReader", 8, true, 1032)]
public CacheReader ptr_reader;
[DNAFieldAttribute(3, "char", "reader_object_path[1024]", "System.Char[]", 1024, false)]
[DNAFieldAttribute(3, "char", "reader_object_path[1024]", "System.Char[]", 1024, false, 1040)]
public char[] reader_object_path = new System.Char[1024];
public bTransformCacheConstraint() {
this.ptr_cache_file = default;