regenerate files
This commit is contained in:
@@ -13,11 +13,11 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(274, "bGPdata")]
|
||||
[DNAClassAttribute(274, "bGPdata", 616)]
|
||||
public class bGPdata {
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
|
||||
public ID id;
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 4, true)]
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 8, true)]
|
||||
public AnimData ptr_adt;
|
||||
[DNAFieldAttribute(2, "ListBase", "layers", "ListBase", 16, false)]
|
||||
public ListBase layers;
|
||||
@@ -53,7 +53,7 @@ namespace BlendFile.DNA {
|
||||
public float[] gcolor_next = new System.Single[3];
|
||||
[DNAFieldAttribute(18, "float", "zdepth_offset", "float", 4, false)]
|
||||
public float zdepth_offset;
|
||||
[DNAFieldAttribute(19, "Material", "**mat", "Material", 4, true)]
|
||||
[DNAFieldAttribute(19, "Material", "**mat", "Material", 8, true)]
|
||||
public Material ptr_ptr_mat;
|
||||
[DNAFieldAttribute(20, "short", "totcol", "short", 2, false)]
|
||||
public short totcol;
|
||||
|
||||
Reference in New Issue
Block a user