Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -21,7 +21,7 @@ namespace BlendFile.DNA {
public AnimData adt;
[DNAListAttribute(8, "GreasePencilDrawingBase", "**drawing_array", 2, "GreasePencilDrawingBase", "int", "drawing_array_size", 3, 216, 224)]
public System.Collections.Generic.List<GreasePencilDrawingBase> drawing_array;
[DNAFieldAttribute(4, "char", 4, "_pad[4]", "System.Char[]", false, 228)]
[DNAArrayAttribute(4, "char", 4, "_pad[4]", "System.Char[]", 4, 228)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(8, "GreasePencilLayerTreeGroup", 5, "*root_group_ptr", "GreasePencilLayerTreeGroup", true, 232)]
public GreasePencilLayerTreeGroup root_group_ptr;
@@ -29,13 +29,13 @@ namespace BlendFile.DNA {
public CustomData layers_data;
[DNAFieldAttribute(4, "int", 7, "attributes_active_index", "int", false, 488)]
public int attributes_active_index;
[DNAFieldAttribute(4, "char", 8, "_pad2[4]", "System.Char[]", false, 492)]
[DNAArrayAttribute(4, "char", 8, "_pad2[4]", "System.Char[]", 4, 492)]
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(8, "GreasePencilLayerTreeNode", 9, "*active_node", "GreasePencilLayerTreeNode", true, 496)]
public GreasePencilLayerTreeNode active_node;
[DNAListAttribute(8, "Material", "**material_array", 10, "Material", "short", "material_array_size", 11, 504, 512)]
public System.Collections.Generic.List<Material> material_array;
[DNAFieldAttribute(2, "char", 12, "_pad3[2]", "System.Char[]", false, 514)]
[DNAArrayAttribute(2, "char", 12, "_pad3[2]", "System.Char[]", 2, 514)]
public char[] _pad3 = new System.Char[2];
[DNAFieldAttribute(4, "int", 13, "flag", "int", false, 516)]
public int flag;
@@ -43,7 +43,7 @@ namespace BlendFile.DNA {
public ListBase vertex_group_names;
[DNAFieldAttribute(4, "int", 15, "vertex_group_active_index", "int", false, 536)]
public int vertex_group_active_index;
[DNAFieldAttribute(4, "char", 16, "_pad4[4]", "System.Char[]", false, 540)]
[DNAArrayAttribute(4, "char", 16, "_pad4[4]", "System.Char[]", 4, 540)]
public char[] _pad4 = new System.Char[4];
[DNAFieldAttribute(40, "GreasePencilOnionSkinningSettings", 17, "onion_skinning_settings", "GreasePencilOnionSkinningSettings", false, 544)]
public GreasePencilOnionSkinningSettings onion_skinning_settings;