updated generated files
This commit is contained in:
@@ -37,9 +37,9 @@ namespace BlendFile.DNA {
|
||||
public float factor;
|
||||
[DNAFieldAttribute(1, "char", 10, "deform_mode", "char", false, 132)]
|
||||
public char deform_mode;
|
||||
[DNAArrayAttribute(64, "char", 11, "defgrp_name[64]", "System.Char[]", 64, 133)]
|
||||
[DNAArrayAttribute(64, "char", 11, "defgrp_name[64]", "System.Char[]", 64, false, 133)]
|
||||
public char[] defgrp_name = new System.Char[64];
|
||||
[DNAArrayAttribute(7, "char", 12, "_pad[7]", "System.Char[]", 7, 197)]
|
||||
[DNAArrayAttribute(7, "char", 12, "_pad[7]", "System.Char[]", 7, false, 197)]
|
||||
public char[] _pad = new System.Char[7];
|
||||
[DNAFieldAttribute(4, "float", 13, "frame_start", "float", false, 204)]
|
||||
public float frame_start;
|
||||
@@ -51,7 +51,7 @@ namespace BlendFile.DNA {
|
||||
public float eval_time;
|
||||
[DNAFieldAttribute(4, "float", 17, "eval_factor", "float", false, 220)]
|
||||
public float eval_factor;
|
||||
[DNAArrayAttribute(1024, "char", 18, "filepath[1024]", "System.Char[]", 1024, 224)]
|
||||
[DNAArrayAttribute(1024, "char", 18, "filepath[1024]", "System.Char[]", 1024, false, 224)]
|
||||
public char[] filepath = new System.Char[1024];
|
||||
public MeshCacheModifierData() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user