Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -13,106 +13,96 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(311, "GreasePencil", 592)]
[DNAClassAttribute(311, "GreasePencil", 570)]
public class GreasePencil {
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false, 0)]
[DNAFieldAttribute(208, "ID", 0, "id", "ID", false, 0)]
public ID id;
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 8, true, 208)]
public AnimData ptr_adt;
[DNAFieldAttribute(2, "GreasePencilDrawingBase", "**drawing_array", "GreasePencilDrawingBase", 8, true, 216)]
public GreasePencilDrawingBase ptr_ptr_drawing_array;
[DNAFieldAttribute(3, "int", "drawing_array_size", "int", 4, false, 224)]
public int drawing_array_size;
[DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 4, false, 228)]
[DNAFieldAttribute(8, "AnimData", 1, "*adt", "AnimData", true, 208)]
public AnimData adt;
[DNAFieldAttribute(4, "char", 4, "_pad[4]", "System.Char[]", false, 216)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(5, "GreasePencilLayerTreeGroup", "*root_group_ptr", "GreasePencilLayerTreeGroup", 8, true, 232)]
public GreasePencilLayerTreeGroup ptr_root_group_ptr;
[DNAFieldAttribute(6, "CustomData", "layers_data", "CustomData", 248, false, 240)]
[DNAFieldAttribute(8, "GreasePencilLayerTreeGroup", 5, "*root_group_ptr", "GreasePencilLayerTreeGroup", true, 220)]
public GreasePencilLayerTreeGroup root_group_ptr;
[DNAFieldAttribute(248, "CustomData", 6, "layers_data", "CustomData", false, 228)]
public CustomData layers_data;
[DNAFieldAttribute(7, "int", "attributes_active_index", "int", 4, false, 488)]
[DNAFieldAttribute(4, "int", 7, "attributes_active_index", "int", false, 476)]
public int attributes_active_index;
[DNAFieldAttribute(8, "char", "_pad2[4]", "System.Char[]", 4, false, 492)]
[DNAFieldAttribute(4, "char", 8, "_pad2[4]", "System.Char[]", false, 480)]
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(9, "GreasePencilLayerTreeNode", "*active_node", "GreasePencilLayerTreeNode", 8, true, 496)]
public GreasePencilLayerTreeNode ptr_active_node;
[DNAFieldAttribute(10, "Material", "**material_array", "Material", 8, true, 504)]
public Material ptr_ptr_material_array;
[DNAFieldAttribute(11, "short", "material_array_size", "short", 2, false, 512)]
public short material_array_size;
[DNAFieldAttribute(12, "char", "_pad3[2]", "System.Char[]", 2, false, 514)]
[DNAFieldAttribute(8, "GreasePencilLayerTreeNode", 9, "*active_node", "GreasePencilLayerTreeNode", true, 484)]
public GreasePencilLayerTreeNode active_node;
[DNAFieldAttribute(2, "char", 12, "_pad3[2]", "System.Char[]", false, 492)]
public char[] _pad3 = new System.Char[2];
[DNAFieldAttribute(13, "int", "flag", "int", 4, false, 516)]
[DNAFieldAttribute(4, "int", 13, "flag", "int", false, 494)]
public int flag;
[DNAFieldAttribute(14, "ListBase", "vertex_group_names", "ListBase", 16, false, 520)]
[DNAFieldAttribute(16, "ListBase", 14, "vertex_group_names", "ListBase", false, 498)]
public ListBase vertex_group_names;
[DNAFieldAttribute(15, "int", "vertex_group_active_index", "int", 4, false, 536)]
[DNAFieldAttribute(4, "int", 15, "vertex_group_active_index", "int", false, 514)]
public int vertex_group_active_index;
[DNAFieldAttribute(16, "char", "_pad4[4]", "System.Char[]", 4, false, 540)]
[DNAFieldAttribute(4, "char", 16, "_pad4[4]", "System.Char[]", false, 518)]
public char[] _pad4 = new System.Char[4];
[DNAFieldAttribute(17, "GreasePencilOnionSkinningSettings", "onion_skinning_settings", "GreasePencilOnionSkinningSettings", 40, false, 544)]
[DNAFieldAttribute(40, "GreasePencilOnionSkinningSettings", 17, "onion_skinning_settings", "GreasePencilOnionSkinningSettings", false, 522)]
public GreasePencilOnionSkinningSettings onion_skinning_settings;
[DNAFieldAttribute(18, "GreasePencilRuntimeHandle", "*runtime", "GreasePencilRuntimeHandle", 8, true, 584)]
public GreasePencilRuntimeHandle ptr_runtime;
[DNAFieldAttribute(8, "GreasePencilRuntimeHandle", 18, "*runtime", "GreasePencilRuntimeHandle", true, 562)]
public GreasePencilRuntimeHandle runtime;
[DNAListAttribute(8, "GreasePencilDrawingBase", "**drawing_array", 2, "GreasePencilDrawingBase", "drawing_array_size", 3, 570)]
public System.Collections.Generic.List<GreasePencilDrawingBase> drawing_array;
[DNAListAttribute(8, "Material", "**material_array", 10, "Material", "material_array_size", 11, 570)]
public System.Collections.Generic.List<Material> material_array;
public GreasePencil() {
this.id = default;
this.ptr_adt = default;
this.ptr_ptr_drawing_array = default;
this.drawing_array_size = default;
this.adt = default;
this._pad = default;
this.ptr_root_group_ptr = default;
this.root_group_ptr = default;
this.layers_data = default;
this.attributes_active_index = default;
this._pad2 = default;
this.ptr_active_node = default;
this.ptr_ptr_material_array = default;
this.material_array_size = default;
this.active_node = default;
this._pad3 = default;
this.flag = default;
this.vertex_group_names = default;
this.vertex_group_active_index = default;
this._pad4 = default;
this.onion_skinning_settings = default;
this.ptr_runtime = default;
this.runtime = default;
this.drawing_array = default;
this.material_array = default;
}
public GreasePencil(
ID id,
AnimData ptr_adt,
GreasePencilDrawingBase ptr_ptr_drawing_array,
int drawing_array_size,
AnimData adt,
char[] _pad,
GreasePencilLayerTreeGroup ptr_root_group_ptr,
GreasePencilLayerTreeGroup root_group_ptr,
CustomData layers_data,
int attributes_active_index,
char[] _pad2,
GreasePencilLayerTreeNode ptr_active_node,
Material ptr_ptr_material_array,
short material_array_size,
GreasePencilLayerTreeNode active_node,
char[] _pad3,
int flag,
ListBase vertex_group_names,
int vertex_group_active_index,
char[] _pad4,
GreasePencilOnionSkinningSettings onion_skinning_settings,
GreasePencilRuntimeHandle ptr_runtime) {
GreasePencilRuntimeHandle runtime,
System.Collections.Generic.List<GreasePencilDrawingBase> drawing_array,
System.Collections.Generic.List<Material> material_array) {
this.id = id;
this.ptr_adt = ptr_adt;
this.ptr_ptr_drawing_array = ptr_ptr_drawing_array;
this.drawing_array_size = drawing_array_size;
this.adt = adt;
this._pad = _pad;
this.ptr_root_group_ptr = ptr_root_group_ptr;
this.root_group_ptr = root_group_ptr;
this.layers_data = layers_data;
this.attributes_active_index = attributes_active_index;
this._pad2 = _pad2;
this.ptr_active_node = ptr_active_node;
this.ptr_ptr_material_array = ptr_ptr_material_array;
this.material_array_size = material_array_size;
this.active_node = active_node;
this._pad3 = _pad3;
this.flag = flag;
this.vertex_group_names = vertex_group_names;
this.vertex_group_active_index = vertex_group_active_index;
this._pad4 = _pad4;
this.onion_skinning_settings = onion_skinning_settings;
this.ptr_runtime = ptr_runtime;
this.runtime = runtime;
this.drawing_array = drawing_array;
this.material_array = material_array;
}
}
}