Regenerated code files
This commit is contained in:
@@ -19,17 +19,17 @@ namespace BlendFile.DNA {
|
||||
public ModifierData modifier;
|
||||
[DNAFieldAttribute(8, "CacheFile", 1, "*cache_file", "CacheFile", true, 120)]
|
||||
public CacheFile cache_file;
|
||||
[DNAFieldAttribute(1024, "char", 2, "object_path[1024]", "System.Char[]", false, 128)]
|
||||
[DNAArrayAttribute(1024, "char", 2, "object_path[1024]", "System.Char[]", 1024, 128)]
|
||||
public char[] object_path = new System.Char[1024];
|
||||
[DNAFieldAttribute(1, "char", 3, "read_flag", "char", false, 1152)]
|
||||
public char read_flag;
|
||||
[DNAFieldAttribute(3, "char", 4, "_pad[3]", "System.Char[]", false, 1153)]
|
||||
[DNAArrayAttribute(3, "char", 4, "_pad[3]", "System.Char[]", 3, 1153)]
|
||||
public char[] _pad = new System.Char[3];
|
||||
[DNAFieldAttribute(4, "float", 5, "velocity_scale", "float", false, 1156)]
|
||||
public float velocity_scale;
|
||||
[DNAFieldAttribute(8, "CacheReader", 6, "*reader", "CacheReader", true, 1160)]
|
||||
public CacheReader reader;
|
||||
[DNAFieldAttribute(1024, "char", 7, "reader_object_path[1024]", "System.Char[]", false, 1168)]
|
||||
[DNAArrayAttribute(1024, "char", 7, "reader_object_path[1024]", "System.Char[]", 1024, 1168)]
|
||||
public char[] reader_object_path = new System.Char[1024];
|
||||
public MeshSeqCacheModifierData() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user