regenerate files
This commit is contained in:
@@ -13,19 +13,19 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(311, "GreasePencil")]
|
||||
[DNAClassAttribute(311, "GreasePencil", 592)]
|
||||
public class GreasePencil {
|
||||
[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, "GreasePencilDrawingBase", "**drawing_array", "GreasePencilDrawingBase", 4, true)]
|
||||
[DNAFieldAttribute(2, "GreasePencilDrawingBase", "**drawing_array", "GreasePencilDrawingBase", 8, true)]
|
||||
public GreasePencilDrawingBase ptr_ptr_drawing_array;
|
||||
[DNAFieldAttribute(3, "int", "drawing_array_size", "int", 4, false)]
|
||||
public int drawing_array_size;
|
||||
[DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 4, false)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(5, "GreasePencilLayerTreeGroup", "*root_group_ptr", "GreasePencilLayerTreeGroup", 4, true)]
|
||||
[DNAFieldAttribute(5, "GreasePencilLayerTreeGroup", "*root_group_ptr", "GreasePencilLayerTreeGroup", 8, true)]
|
||||
public GreasePencilLayerTreeGroup ptr_root_group_ptr;
|
||||
[DNAFieldAttribute(6, "CustomData", "layers_data", "CustomData", 248, false)]
|
||||
public CustomData layers_data;
|
||||
@@ -33,9 +33,9 @@ namespace BlendFile.DNA {
|
||||
public int attributes_active_index;
|
||||
[DNAFieldAttribute(8, "char", "_pad2[4]", "System.Char[]", 4, false)]
|
||||
public char[] _pad2 = new System.Char[4];
|
||||
[DNAFieldAttribute(9, "GreasePencilLayerTreeNode", "*active_node", "GreasePencilLayerTreeNode", 4, true)]
|
||||
[DNAFieldAttribute(9, "GreasePencilLayerTreeNode", "*active_node", "GreasePencilLayerTreeNode", 8, true)]
|
||||
public GreasePencilLayerTreeNode ptr_active_node;
|
||||
[DNAFieldAttribute(10, "Material", "**material_array", "Material", 4, true)]
|
||||
[DNAFieldAttribute(10, "Material", "**material_array", "Material", 8, true)]
|
||||
public Material ptr_ptr_material_array;
|
||||
[DNAFieldAttribute(11, "short", "material_array_size", "short", 2, false)]
|
||||
public short material_array_size;
|
||||
@@ -51,7 +51,7 @@ namespace BlendFile.DNA {
|
||||
public char[] _pad4 = new System.Char[4];
|
||||
[DNAFieldAttribute(17, "GreasePencilOnionSkinningSettings", "onion_skinning_settings", "GreasePencilOnionSkinningSettings", 40, false)]
|
||||
public GreasePencilOnionSkinningSettings onion_skinning_settings;
|
||||
[DNAFieldAttribute(18, "GreasePencilRuntimeHandle", "*runtime", "GreasePencilRuntimeHandle", 4, true)]
|
||||
[DNAFieldAttribute(18, "GreasePencilRuntimeHandle", "*runtime", "GreasePencilRuntimeHandle", 8, true)]
|
||||
public GreasePencilRuntimeHandle ptr_runtime;
|
||||
public GreasePencil() {
|
||||
this.id = default;
|
||||
|
||||
Reference in New Issue
Block a user