updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 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;
[DNAArrayAttribute(1024, "char", 1, "object_path[1024]", "System.Char[]", 1024, 8)]
[DNAArrayAttribute(1024, "char", 1, "object_path[1024]", "System.Char[]", 1024, false, 8)]
public char[] object_path = new System.Char[1024];
[DNAFieldAttribute(8, "CacheReader", 2, "*reader", "CacheReader", true, 1032)]
public CacheReader reader;
[DNAArrayAttribute(1024, "char", 3, "reader_object_path[1024]", "System.Char[]", 1024, 1040)]
[DNAArrayAttribute(1024, "char", 3, "reader_object_path[1024]", "System.Char[]", 1024, false, 1040)]
public char[] reader_object_path = new System.Char[1024];
public bTransformCacheConstraint() {
this.cache_file = default;