Regenerated all the files
This commit is contained in:
@@ -11,14 +11,22 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class bGPDpalettecolor {
|
||||
[DNAFieldAttribute(0, "bGPDpalettecolor", "*next", 120)]
|
||||
public bGPDpalettecolor ptr_next;
|
||||
[DNAFieldAttribute(1, "bGPDpalettecolor", "*prev", 120)]
|
||||
public bGPDpalettecolor ptr_prev;
|
||||
[DNAFieldAttribute(2, "char", "info[64]", 1)]
|
||||
public char[] info = new System.Char[64];
|
||||
[DNAFieldAttribute(3, "float", "color[4]", 4)]
|
||||
public float[] color = new System.Single[4];
|
||||
[DNAFieldAttribute(4, "float", "fill[4]", 4)]
|
||||
public float[] fill = new System.Single[4];
|
||||
[DNAFieldAttribute(5, "short", "flag", 2)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(6, "char", "_pad[6]", 1)]
|
||||
public char[] _pad = new System.Char[6];
|
||||
public bGPDpalettecolor(bGPDpalettecolor ptr_next, bGPDpalettecolor ptr_prev, char[] info, float[] color, float[] fill, short flag, char[] _pad) {
|
||||
this.ptr_next = ptr_next;
|
||||
|
||||
Reference in New Issue
Block a user