Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -17,11 +17,11 @@ namespace BlendFile.DNA {
public class bTransformCacheConstraint {
[DNAFieldAttribute(8, "CacheFile", 0, "*cache_file", "CacheFile", true, 0)]
public CacheFile cache_file;
[DNAFieldAttribute(1024, "char", 1, "object_path[1024]", "System.Char[]", false, 8)]
[DNAArrayAttribute(1024, "char", 1, "object_path[1024]", "System.Char[]", 1024, 8)]
public char[] object_path = new System.Char[1024];
[DNAFieldAttribute(8, "CacheReader", 2, "*reader", "CacheReader", true, 1032)]
public CacheReader reader;
[DNAFieldAttribute(1024, "char", 3, "reader_object_path[1024]", "System.Char[]", false, 1040)]
[DNAArrayAttribute(1024, "char", 3, "reader_object_path[1024]", "System.Char[]", 1024, 1040)]
public char[] reader_object_path = new System.Char[1024];
public bTransformCacheConstraint() {
this.cache_file = default;