Regenerated all the files

This commit is contained in:
Samuele Lorefice
2025-01-22 20:24:55 +01:00
parent 162f888600
commit bf1eb8201c
939 changed files with 10620 additions and 0 deletions

View File

@@ -11,26 +11,46 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
public class GreasePencil {
[DNAFieldAttribute(0, "ID", "id", 208)]
public ID id;
[DNAFieldAttribute(1, "AnimData", "*adt", 248)]
public AnimData ptr_adt;
[DNAFieldAttribute(2, "GreasePencilDrawingBase", "**drawing_array", 8)]
public GreasePencilDrawingBase ptr_ptr_drawing_array;
[DNAFieldAttribute(3, "int", "drawing_array_size", 4)]
public int drawing_array_size;
[DNAFieldAttribute(4, "char", "_pad[4]", 1)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(5, "GreasePencilLayerTreeGroup", "*root_group_ptr", 72)]
public GreasePencilLayerTreeGroup ptr_root_group_ptr;
[DNAFieldAttribute(6, "CustomData", "layers_data", 248)]
public CustomData layers_data;
[DNAFieldAttribute(7, "int", "attributes_active_index", 4)]
public int attributes_active_index;
[DNAFieldAttribute(8, "char", "_pad2[4]", 1)]
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(9, "GreasePencilLayerTreeNode", "*active_node", 40)]
public GreasePencilLayerTreeNode ptr_active_node;
[DNAFieldAttribute(10, "Material", "**material_array", 392)]
public Material ptr_ptr_material_array;
[DNAFieldAttribute(11, "short", "material_array_size", 2)]
public short material_array_size;
[DNAFieldAttribute(12, "char", "_pad3[2]", 1)]
public char[] _pad3 = new System.Char[2];
[DNAFieldAttribute(13, "int", "flag", 4)]
public int flag;
[DNAFieldAttribute(14, "ListBase", "vertex_group_names", 16)]
public ListBase vertex_group_names;
[DNAFieldAttribute(15, "int", "vertex_group_active_index", 4)]
public int vertex_group_active_index;
[DNAFieldAttribute(16, "char", "_pad4[4]", 1)]
public char[] _pad4 = new System.Char[4];
[DNAFieldAttribute(17, "GreasePencilOnionSkinningSettings", "onion_skinning_settings", 40)]
public GreasePencilOnionSkinningSettings onion_skinning_settings;
[DNAFieldAttribute(18, "GreasePencilRuntimeHandle", "*runtime", 0)]
public GreasePencilRuntimeHandle ptr_runtime;
public GreasePencil(
ID id,