updated generated files
This commit is contained in:
@@ -21,11 +21,11 @@ namespace BlendFile.DNA {
|
||||
public bGPDpalette prev;
|
||||
[DNAFieldAttribute(16, "ListBase", 2, "colors", "ListBase", false, 16)]
|
||||
public ListBase colors;
|
||||
[DNAArrayAttribute(64, "char", 3, "info[64]", "System.Char[]", 64, 32)]
|
||||
[DNAArrayAttribute(64, "char", 3, "info[64]", "System.Char[]", 64, false, 32)]
|
||||
public char[] info = new System.Char[64];
|
||||
[DNAFieldAttribute(2, "short", 4, "flag", "short", false, 96)]
|
||||
public short flag;
|
||||
[DNAArrayAttribute(6, "char", 5, "_pad[6]", "System.Char[]", 6, 98)]
|
||||
[DNAArrayAttribute(6, "char", 5, "_pad[6]", "System.Char[]", 6, false, 98)]
|
||||
public char[] _pad = new System.Char[6];
|
||||
public bGPDpalette() {
|
||||
this.next = default;
|
||||
|
||||
Reference in New Issue
Block a user