regenerated files
This commit is contained in:
@@ -15,13 +15,13 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(138, "Palette")]
|
||||
public struct Palette {
|
||||
[DNAFieldAttribute(0, "ID", "id", 208)]
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208)]
|
||||
public ID id;
|
||||
[DNAFieldAttribute(1, "ListBase", "colors", 16)]
|
||||
[DNAFieldAttribute(1, "ListBase", "colors", "ListBase", 16)]
|
||||
public ListBase colors;
|
||||
[DNAFieldAttribute(2, "int", "active_color", 4)]
|
||||
[DNAFieldAttribute(2, "int", "active_color", "int", 4)]
|
||||
public int active_color;
|
||||
[DNAFieldAttribute(3, "char", "_pad[4]", 1)]
|
||||
[DNAFieldAttribute(3, "char", "_pad[4]", "System.Char[]", 1)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public Palette() {
|
||||
this.id = default;
|
||||
|
||||
Reference in New Issue
Block a user