Regenerated code files
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user