regenerate files
This commit is contained in:
@@ -13,11 +13,11 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(257, "bGPDpalettecolor")]
|
||||
[DNAClassAttribute(257, "bGPDpalettecolor", 120)]
|
||||
public class bGPDpalettecolor {
|
||||
[DNAFieldAttribute(0, "bGPDpalettecolor", "*next", "bGPDpalettecolor", 4, true)]
|
||||
[DNAFieldAttribute(0, "bGPDpalettecolor", "*next", "bGPDpalettecolor", 8, true)]
|
||||
public bGPDpalettecolor ptr_next;
|
||||
[DNAFieldAttribute(1, "bGPDpalettecolor", "*prev", "bGPDpalettecolor", 4, true)]
|
||||
[DNAFieldAttribute(1, "bGPDpalettecolor", "*prev", "bGPDpalettecolor", 8, true)]
|
||||
public bGPDpalettecolor ptr_prev;
|
||||
[DNAFieldAttribute(2, "char", "info[64]", "System.Char[]", 64, false)]
|
||||
public char[] info = new System.Char[64];
|
||||
|
||||
Reference in New Issue
Block a user