regenerated files
This commit is contained in:
@@ -15,39 +15,39 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(317, "GreasePencilLayer")]
|
||||
public class GreasePencilLayer {
|
||||
[DNAFieldAttribute(0, "GreasePencilLayerTreeNode", "base", 40)]
|
||||
[DNAFieldAttribute(0, "GreasePencilLayerTreeNode", "base", "GreasePencilLayerTreeNode", 40)]
|
||||
public GreasePencilLayerTreeNode @base;
|
||||
[DNAFieldAttribute(1, "GreasePencilLayerFramesMapStorage", "frames_storage", 24)]
|
||||
[DNAFieldAttribute(1, "GreasePencilLayerFramesMapStorage", "frames_storage", "GreasePencilLayerFramesMapStorage", 24)]
|
||||
public GreasePencilLayerFramesMapStorage frames_storage;
|
||||
[DNAFieldAttribute(2, "int8_t", "blend_mode", 1)]
|
||||
[DNAFieldAttribute(2, "int8_t", "blend_mode", "int8_t", 1)]
|
||||
public sbyte blend_mode;
|
||||
[DNAFieldAttribute(3, "char", "_pad[3]", 1)]
|
||||
[DNAFieldAttribute(3, "char", "_pad[3]", "System.Char[]", 1)]
|
||||
public char[] _pad = new System.Char[3];
|
||||
[DNAFieldAttribute(4, "float", "opacity", 4)]
|
||||
[DNAFieldAttribute(4, "float", "opacity", "float", 4)]
|
||||
public float opacity;
|
||||
[DNAFieldAttribute(5, "ListBase", "masks", 16)]
|
||||
[DNAFieldAttribute(5, "ListBase", "masks", "ListBase", 16)]
|
||||
public ListBase masks;
|
||||
[DNAFieldAttribute(6, "int", "active_mask_index", 4)]
|
||||
[DNAFieldAttribute(6, "int", "active_mask_index", "int", 4)]
|
||||
public int active_mask_index;
|
||||
[DNAFieldAttribute(7, "char", "_pad2[4]", 1)]
|
||||
[DNAFieldAttribute(7, "char", "_pad2[4]", "System.Char[]", 1)]
|
||||
public char[] _pad2 = new System.Char[4];
|
||||
[DNAFieldAttribute(8, "Object", "*parent", 1160)]
|
||||
[DNAFieldAttribute(8, "Object", "*parent", "Object", 1160)]
|
||||
public Object ptr_parent;
|
||||
[DNAFieldAttribute(9, "char", "*parsubstr", 1)]
|
||||
[DNAFieldAttribute(9, "char", "*parsubstr", "char", 1)]
|
||||
public char ptr_parsubstr;
|
||||
[DNAFieldAttribute(10, "float", "parentinv[4][4]", 4)]
|
||||
[DNAFieldAttribute(10, "float", "parentinv[4][4]", "System.Single[,]", 4)]
|
||||
public float[,] parentinv = new System.Single[4,4];
|
||||
[DNAFieldAttribute(11, "float", "translation[3]", 4)]
|
||||
[DNAFieldAttribute(11, "float", "translation[3]", "System.Single[]", 4)]
|
||||
public float[] translation = new System.Single[3];
|
||||
[DNAFieldAttribute(12, "float", "rotation[3]", 4)]
|
||||
[DNAFieldAttribute(12, "float", "rotation[3]", "System.Single[]", 4)]
|
||||
public float[] rotation = new System.Single[3];
|
||||
[DNAFieldAttribute(13, "float", "scale[3]", 4)]
|
||||
[DNAFieldAttribute(13, "float", "scale[3]", "System.Single[]", 4)]
|
||||
public float[] scale = new System.Single[3];
|
||||
[DNAFieldAttribute(14, "char", "_pad3[4]", 1)]
|
||||
[DNAFieldAttribute(14, "char", "_pad3[4]", "System.Char[]", 1)]
|
||||
public char[] _pad3 = new System.Char[4];
|
||||
[DNAFieldAttribute(15, "char", "*viewlayername", 1)]
|
||||
[DNAFieldAttribute(15, "char", "*viewlayername", "char", 1)]
|
||||
public char ptr_viewlayername;
|
||||
[DNAFieldAttribute(16, "GreasePencilLayerRuntimeHandle", "*runtime", 0)]
|
||||
[DNAFieldAttribute(16, "GreasePencilLayerRuntimeHandle", "*runtime", "GreasePencilLayerRuntimeHandle", 0)]
|
||||
public GreasePencilLayerRuntimeHandle ptr_runtime;
|
||||
public GreasePencilLayer() {
|
||||
this.@base = default;
|
||||
|
||||
Reference in New Issue
Block a user