regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

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