regenerate files

This commit is contained in:
mm00
2025-02-19 18:48:50 +01:00
parent 33a8f1baf3
commit b66247488e
937 changed files with 2572 additions and 2562 deletions

View File

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