Regenerated all the files
This commit is contained in:
@@ -11,53 +11,100 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class Material {
|
||||
[DNAFieldAttribute(0, "ID", "id", 208)]
|
||||
public ID id;
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", 248)]
|
||||
public AnimData ptr_adt;
|
||||
[DNAFieldAttribute(2, "short", "flag", 2)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(3, "char", "surface_render_method", 1)]
|
||||
public char surface_render_method;
|
||||
[DNAFieldAttribute(4, "char", "_pad1[1]", 1)]
|
||||
public char[] _pad1 = new System.Char[1];
|
||||
[DNAFieldAttribute(5, "float", "r", 4)]
|
||||
public float r;
|
||||
[DNAFieldAttribute(6, "float", "g", 4)]
|
||||
public float g;
|
||||
[DNAFieldAttribute(7, "float", "b", 4)]
|
||||
public float b;
|
||||
[DNAFieldAttribute(8, "float", "a", 4)]
|
||||
public float a;
|
||||
[DNAFieldAttribute(9, "float", "specr", 4)]
|
||||
public float specr;
|
||||
[DNAFieldAttribute(10, "float", "specg", 4)]
|
||||
public float specg;
|
||||
[DNAFieldAttribute(11, "float", "specb", 4)]
|
||||
public float specb;
|
||||
[DNAFieldAttribute(12, "float", "alpha", 4)]
|
||||
public float alpha;
|
||||
[DNAFieldAttribute(13, "float", "ray_mirror", 4)]
|
||||
public float ray_mirror;
|
||||
[DNAFieldAttribute(14, "float", "spec", 4)]
|
||||
public float spec;
|
||||
[DNAFieldAttribute(15, "float", "gloss_mir", 4)]
|
||||
public float gloss_mir;
|
||||
[DNAFieldAttribute(16, "float", "roughness", 4)]
|
||||
public float roughness;
|
||||
[DNAFieldAttribute(17, "float", "metallic", 4)]
|
||||
public float metallic;
|
||||
[DNAFieldAttribute(18, "char", "use_nodes", 1)]
|
||||
public char use_nodes;
|
||||
[DNAFieldAttribute(19, "char", "pr_type", 1)]
|
||||
public char pr_type;
|
||||
[DNAFieldAttribute(20, "short", "pr_texture", 2)]
|
||||
public short pr_texture;
|
||||
[DNAFieldAttribute(21, "short", "pr_flag", 2)]
|
||||
public short pr_flag;
|
||||
[DNAFieldAttribute(22, "short", "index", 2)]
|
||||
public short index;
|
||||
[DNAFieldAttribute(23, "bNodeTree", "*nodetree", 544)]
|
||||
public bNodeTree ptr_nodetree;
|
||||
[DNAFieldAttribute(24, "Ipo", "*ipo", 248)]
|
||||
public Ipo ptr_ipo;
|
||||
[DNAFieldAttribute(25, "PreviewImage", "*preview", 48)]
|
||||
public PreviewImage ptr_preview;
|
||||
[DNAFieldAttribute(26, "float", "line_col[4]", 4)]
|
||||
public float[] line_col = new System.Single[4];
|
||||
[DNAFieldAttribute(27, "short", "line_priority", 2)]
|
||||
public short line_priority;
|
||||
[DNAFieldAttribute(28, "short", "vcol_alpha", 2)]
|
||||
public short vcol_alpha;
|
||||
[DNAFieldAttribute(29, "short", "paint_active_slot", 2)]
|
||||
public short paint_active_slot;
|
||||
[DNAFieldAttribute(30, "short", "paint_clone_slot", 2)]
|
||||
public short paint_clone_slot;
|
||||
[DNAFieldAttribute(31, "short", "tot_slots", 2)]
|
||||
public short tot_slots;
|
||||
[DNAFieldAttribute(32, "char", "displacement_method", 1)]
|
||||
public char displacement_method;
|
||||
[DNAFieldAttribute(33, "char", "thickness_mode", 1)]
|
||||
public char thickness_mode;
|
||||
[DNAFieldAttribute(34, "float", "alpha_threshold", 4)]
|
||||
public float alpha_threshold;
|
||||
[DNAFieldAttribute(35, "float", "refract_depth", 4)]
|
||||
public float refract_depth;
|
||||
[DNAFieldAttribute(36, "char", "blend_method", 1)]
|
||||
public char blend_method;
|
||||
[DNAFieldAttribute(37, "char", "blend_shadow", 1)]
|
||||
public char blend_shadow;
|
||||
[DNAFieldAttribute(38, "char", "blend_flag", 1)]
|
||||
public char blend_flag;
|
||||
[DNAFieldAttribute(39, "char", "volume_intersection_method", 1)]
|
||||
public char volume_intersection_method;
|
||||
[DNAFieldAttribute(40, "float", "inflate_bounds", 4)]
|
||||
public float inflate_bounds;
|
||||
[DNAFieldAttribute(41, "char", "_pad3[4]", 1)]
|
||||
public char[] _pad3 = new System.Char[4];
|
||||
[DNAFieldAttribute(42, "TexPaintSlot", "*texpaintslot", 40)]
|
||||
public TexPaintSlot ptr_texpaintslot;
|
||||
[DNAFieldAttribute(43, "ListBase", "gpumaterial", 16)]
|
||||
public ListBase gpumaterial;
|
||||
[DNAFieldAttribute(44, "MaterialGPencilStyle", "*gp_style", 152)]
|
||||
public MaterialGPencilStyle ptr_gp_style;
|
||||
[DNAFieldAttribute(45, "MaterialLineArt", "lineart", 8)]
|
||||
public MaterialLineArt lineart;
|
||||
public Material(
|
||||
ID id,
|
||||
|
||||
Reference in New Issue
Block a user