regenerate files
This commit is contained in:
@@ -13,15 +13,15 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(268, "bGPDlayer")]
|
||||
[DNAClassAttribute(268, "bGPDlayer", 680)]
|
||||
public class bGPDlayer {
|
||||
[DNAFieldAttribute(0, "bGPDlayer", "*next", "bGPDlayer", 4, true)]
|
||||
[DNAFieldAttribute(0, "bGPDlayer", "*next", "bGPDlayer", 8, true)]
|
||||
public bGPDlayer ptr_next;
|
||||
[DNAFieldAttribute(1, "bGPDlayer", "*prev", "bGPDlayer", 4, true)]
|
||||
[DNAFieldAttribute(1, "bGPDlayer", "*prev", "bGPDlayer", 8, true)]
|
||||
public bGPDlayer ptr_prev;
|
||||
[DNAFieldAttribute(2, "ListBase", "frames", "ListBase", 16, false)]
|
||||
public ListBase frames;
|
||||
[DNAFieldAttribute(3, "bGPDframe", "*actframe", "bGPDframe", 4, true)]
|
||||
[DNAFieldAttribute(3, "bGPDframe", "*actframe", "bGPDframe", 8, true)]
|
||||
public bGPDframe ptr_actframe;
|
||||
[DNAFieldAttribute(4, "short", "flag", "short", 2, false)]
|
||||
public short flag;
|
||||
@@ -37,7 +37,7 @@ namespace BlendFile.DNA {
|
||||
public short thickness;
|
||||
[DNAFieldAttribute(10, "short", "pass_index", "short", 2, false)]
|
||||
public short pass_index;
|
||||
[DNAFieldAttribute(11, "Object", "*parent", "Object", 4, true)]
|
||||
[DNAFieldAttribute(11, "Object", "*parent", "Object", 8, true)]
|
||||
public Object ptr_parent;
|
||||
[DNAFieldAttribute(12, "float", "inverse[4][4]", "System.Single[,]", 64, false)]
|
||||
public float[,] inverse = new System.Single[4,4];
|
||||
|
||||
Reference in New Issue
Block a user