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

@@ -19,17 +19,17 @@ namespace BlendFile.DNA {
public ModifierData modifier;
[DNAFieldAttribute(8, "CacheFile", 1, "*cache_file", "CacheFile", true, 120)]
public CacheFile cache_file;
[DNAArrayAttribute(1024, "char", 2, "object_path[1024]", "System.Char[]", 1024, 128)]
[DNAArrayAttribute(1024, "char", 2, "object_path[1024]", "System.Char[]", 1024, false, 128)]
public char[] object_path = new System.Char[1024];
[DNAFieldAttribute(1, "char", 3, "read_flag", "char", false, 1152)]
public char read_flag;
[DNAArrayAttribute(3, "char", 4, "_pad[3]", "System.Char[]", 3, 1153)]
[DNAArrayAttribute(3, "char", 4, "_pad[3]", "System.Char[]", 3, false, 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;
[DNAArrayAttribute(1024, "char", 7, "reader_object_path[1024]", "System.Char[]", 1024, 1168)]
[DNAArrayAttribute(1024, "char", 7, "reader_object_path[1024]", "System.Char[]", 1024, false, 1168)]
public char[] reader_object_path = new System.Char[1024];
public MeshSeqCacheModifierData() {
this.modifier = default;