regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

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