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,55 +15,55 @@ namespace BlendFile.DNA {
[DNAClassAttribute(414, "MaterialGPencilStyle")]
public class MaterialGPencilStyle {
[DNAFieldAttribute(0, "Image", "*sima", "Image", 1600)]
[DNAFieldAttribute(0, "Image", "*sima", "Image", 4, true)]
public Image ptr_sima;
[DNAFieldAttribute(1, "Image", "*ima", "Image", 1600)]
[DNAFieldAttribute(1, "Image", "*ima", "Image", 4, true)]
public Image ptr_ima;
[DNAFieldAttribute(2, "float", "stroke_rgba[4]", "System.Single[]", 4)]
[DNAFieldAttribute(2, "float", "stroke_rgba[4]", "System.Single[]", 16, false)]
public float[] stroke_rgba = new System.Single[4];
[DNAFieldAttribute(3, "float", "fill_rgba[4]", "System.Single[]", 4)]
[DNAFieldAttribute(3, "float", "fill_rgba[4]", "System.Single[]", 16, false)]
public float[] fill_rgba = new System.Single[4];
[DNAFieldAttribute(4, "float", "mix_rgba[4]", "System.Single[]", 4)]
[DNAFieldAttribute(4, "float", "mix_rgba[4]", "System.Single[]", 16, false)]
public float[] mix_rgba = new System.Single[4];
[DNAFieldAttribute(5, "short", "flag", "short", 2)]
[DNAFieldAttribute(5, "short", "flag", "short", 2, false)]
public short flag;
[DNAFieldAttribute(6, "short", "index", "short", 2)]
[DNAFieldAttribute(6, "short", "index", "short", 2, false)]
public short index;
[DNAFieldAttribute(7, "short", "stroke_style", "short", 2)]
[DNAFieldAttribute(7, "short", "stroke_style", "short", 2, false)]
public short stroke_style;
[DNAFieldAttribute(8, "short", "fill_style", "short", 2)]
[DNAFieldAttribute(8, "short", "fill_style", "short", 2, false)]
public short fill_style;
[DNAFieldAttribute(9, "float", "mix_factor", "float", 4)]
[DNAFieldAttribute(9, "float", "mix_factor", "float", 4, false)]
public float mix_factor;
[DNAFieldAttribute(10, "float", "gradient_angle", "float", 4)]
[DNAFieldAttribute(10, "float", "gradient_angle", "float", 4, false)]
public float gradient_angle;
[DNAFieldAttribute(11, "float", "gradient_radius", "float", 4)]
[DNAFieldAttribute(11, "float", "gradient_radius", "float", 4, false)]
public float gradient_radius;
[DNAFieldAttribute(12, "char", "_pad2[4]", "System.Char[]", 1)]
[DNAFieldAttribute(12, "char", "_pad2[4]", "System.Char[]", 4, false)]
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(13, "float", "gradient_scale[2]", "System.Single[]", 4)]
[DNAFieldAttribute(13, "float", "gradient_scale[2]", "System.Single[]", 8, false)]
public float[] gradient_scale = new System.Single[2];
[DNAFieldAttribute(14, "float", "gradient_shift[2]", "System.Single[]", 4)]
[DNAFieldAttribute(14, "float", "gradient_shift[2]", "System.Single[]", 8, false)]
public float[] gradient_shift = new System.Single[2];
[DNAFieldAttribute(15, "float", "texture_angle", "float", 4)]
[DNAFieldAttribute(15, "float", "texture_angle", "float", 4, false)]
public float texture_angle;
[DNAFieldAttribute(16, "float", "texture_scale[2]", "System.Single[]", 4)]
[DNAFieldAttribute(16, "float", "texture_scale[2]", "System.Single[]", 8, false)]
public float[] texture_scale = new System.Single[2];
[DNAFieldAttribute(17, "float", "texture_offset[2]", "System.Single[]", 4)]
[DNAFieldAttribute(17, "float", "texture_offset[2]", "System.Single[]", 8, false)]
public float[] texture_offset = new System.Single[2];
[DNAFieldAttribute(18, "float", "texture_opacity", "float", 4)]
[DNAFieldAttribute(18, "float", "texture_opacity", "float", 4, false)]
public float texture_opacity;
[DNAFieldAttribute(19, "float", "texture_pixsize", "float", 4)]
[DNAFieldAttribute(19, "float", "texture_pixsize", "float", 4, false)]
public float texture_pixsize;
[DNAFieldAttribute(20, "int", "mode", "int", 4)]
[DNAFieldAttribute(20, "int", "mode", "int", 4, false)]
public int mode;
[DNAFieldAttribute(21, "int", "gradient_type", "int", 4)]
[DNAFieldAttribute(21, "int", "gradient_type", "int", 4, false)]
public int gradient_type;
[DNAFieldAttribute(22, "float", "mix_stroke_factor", "float", 4)]
[DNAFieldAttribute(22, "float", "mix_stroke_factor", "float", 4, false)]
public float mix_stroke_factor;
[DNAFieldAttribute(23, "int", "alignment_mode", "int", 4)]
[DNAFieldAttribute(23, "int", "alignment_mode", "int", 4, false)]
public int alignment_mode;
[DNAFieldAttribute(24, "float", "alignment_rotation", "float", 4)]
[DNAFieldAttribute(24, "float", "alignment_rotation", "float", 4, false)]
public float alignment_rotation;
public MaterialGPencilStyle() {
this.ptr_sima = default;