regenerate files
This commit is contained in:
@@ -13,7 +13,7 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(428, "MStringProperty")]
|
||||
[DNAClassAttribute(428, "MStringProperty", 256)]
|
||||
public struct MStringProperty {
|
||||
[DNAFieldAttribute(0, "char", "s[255]", "System.Char[]", 255, false)]
|
||||
public char[] s = new System.Char[255];
|
||||
|
||||
Reference in New Issue
Block a user