regenerate files

This commit is contained in:
mm00
2025-02-19 18:48:50 +01:00
parent 33a8f1baf3
commit b66247488e
937 changed files with 2572 additions and 2562 deletions

View File

@@ -13,11 +13,11 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(129, "Material")]
[DNAClassAttribute(129, "Material", 392)]
public class Material {
[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, "short", "flag", "short", 2, false)]
public short flag;
@@ -61,11 +61,11 @@ namespace BlendFile.DNA {
public short pr_flag;
[DNAFieldAttribute(22, "short", "index", "short", 2, false)]
public short index;
[DNAFieldAttribute(23, "bNodeTree", "*nodetree", "bNodeTree", 4, true)]
[DNAFieldAttribute(23, "bNodeTree", "*nodetree", "bNodeTree", 8, true)]
public bNodeTree ptr_nodetree;
[DNAFieldAttribute(24, "Ipo", "*ipo", "Ipo", 4, true)]
[DNAFieldAttribute(24, "Ipo", "*ipo", "Ipo", 8, true)]
public Ipo ptr_ipo;
[DNAFieldAttribute(25, "PreviewImage", "*preview", "PreviewImage", 4, true)]
[DNAFieldAttribute(25, "PreviewImage", "*preview", "PreviewImage", 8, true)]
public PreviewImage ptr_preview;
[DNAFieldAttribute(26, "float", "line_col[4]", "System.Single[]", 16, false)]
public float[] line_col = new System.Single[4];
@@ -99,11 +99,11 @@ namespace BlendFile.DNA {
public float inflate_bounds;
[DNAFieldAttribute(41, "char", "_pad3[4]", "System.Char[]", 4, false)]
public char[] _pad3 = new System.Char[4];
[DNAFieldAttribute(42, "TexPaintSlot", "*texpaintslot", "TexPaintSlot", 4, true)]
[DNAFieldAttribute(42, "TexPaintSlot", "*texpaintslot", "TexPaintSlot", 8, true)]
public TexPaintSlot ptr_texpaintslot;
[DNAFieldAttribute(43, "ListBase", "gpumaterial", "ListBase", 16, false)]
public ListBase gpumaterial;
[DNAFieldAttribute(44, "MaterialGPencilStyle", "*gp_style", "MaterialGPencilStyle", 4, true)]
[DNAFieldAttribute(44, "MaterialGPencilStyle", "*gp_style", "MaterialGPencilStyle", 8, true)]
public MaterialGPencilStyle ptr_gp_style;
[DNAFieldAttribute(45, "MaterialLineArt", "lineart", "MaterialLineArt", 8, false)]
public MaterialLineArt lineart;