regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,13 +15,13 @@ namespace BlendFile.DNA {
[DNAClassAttribute(204, "bTransformCacheConstraint")]
public class bTransformCacheConstraint {
[DNAFieldAttribute(0, "CacheFile", "*cache_file", "CacheFile", 2416)]
[DNAFieldAttribute(0, "CacheFile", "*cache_file", "CacheFile", 4, true)]
public CacheFile ptr_cache_file;
[DNAFieldAttribute(1, "char", "object_path[1024]", "System.Char[]", 1)]
[DNAFieldAttribute(1, "char", "object_path[1024]", "System.Char[]", 1024, false)]
public char[] object_path = new System.Char[1024];
[DNAFieldAttribute(2, "CacheReader", "*reader", "CacheReader", 0)]
[DNAFieldAttribute(2, "CacheReader", "*reader", "CacheReader", 4, true)]
public CacheReader ptr_reader;
[DNAFieldAttribute(3, "char", "reader_object_path[1024]", "System.Char[]", 1)]
[DNAFieldAttribute(3, "char", "reader_object_path[1024]", "System.Char[]", 1024, false)]
public char[] reader_object_path = new System.Char[1024];
public bTransformCacheConstraint() {
this.ptr_cache_file = default;