Regenerated code files
This commit is contained in:
@@ -15,9 +15,9 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(881, "StripProxy", 1048)]
|
||||
public class StripProxy {
|
||||
[DNAFieldAttribute(768, "char", 0, "dir[768]", "System.Char[]", false, 0)]
|
||||
[DNAArrayAttribute(768, "char", 0, "dir[768]", "System.Char[]", 768, 0)]
|
||||
public char[] dir = new System.Char[768];
|
||||
[DNAFieldAttribute(256, "char", 1, "file[256]", "System.Char[]", false, 768)]
|
||||
[DNAArrayAttribute(256, "char", 1, "file[256]", "System.Char[]", 256, 768)]
|
||||
public char[] file = new System.Char[256];
|
||||
[DNAFieldAttribute(8, "ImBufAnim", 2, "*anim", "ImBufAnim", true, 1024)]
|
||||
public ImBufAnim anim;
|
||||
@@ -33,7 +33,7 @@ namespace BlendFile.DNA {
|
||||
public short build_flags;
|
||||
[DNAFieldAttribute(1, "char", 8, "storage", "char", false, 1042)]
|
||||
public char storage;
|
||||
[DNAFieldAttribute(5, "char", 9, "_pad[5]", "System.Char[]", false, 1043)]
|
||||
[DNAArrayAttribute(5, "char", 9, "_pad[5]", "System.Char[]", 5, 1043)]
|
||||
public char[] _pad = new System.Char[5];
|
||||
public StripProxy() {
|
||||
this.dir = default;
|
||||
|
||||
Reference in New Issue
Block a user