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,37 +15,37 @@ namespace BlendFile.DNA {
[DNAClassAttribute(298, "TintGpencilModifierData")]
public class TintGpencilModifierData {
[DNAFieldAttribute(0, "GpencilModifierData", "modifier", "GpencilModifierData", 104)]
[DNAFieldAttribute(0, "GpencilModifierData", "modifier", "GpencilModifierData", 104, false)]
public GpencilModifierData modifier;
[DNAFieldAttribute(1, "Object", "*object", "Object", 1160)]
[DNAFieldAttribute(1, "Object", "*object", "Object", 4, true)]
public Object ptr_object;
[DNAFieldAttribute(2, "Material", "*material", "Material", 392)]
[DNAFieldAttribute(2, "Material", "*material", "Material", 4, true)]
public Material ptr_material;
[DNAFieldAttribute(3, "char", "layername[64]", "System.Char[]", 1)]
[DNAFieldAttribute(3, "char", "layername[64]", "System.Char[]", 64, false)]
public char[] layername = new System.Char[64];
[DNAFieldAttribute(4, "char", "materialname[64]", "System.Char[]", 1)]
[DNAFieldAttribute(4, "char", "materialname[64]", "System.Char[]", 64, false)]
public char[] materialname = new System.Char[64];
[DNAFieldAttribute(5, "char", "vgname[64]", "System.Char[]", 1)]
[DNAFieldAttribute(5, "char", "vgname[64]", "System.Char[]", 64, false)]
public char[] vgname = new System.Char[64];
[DNAFieldAttribute(6, "int", "pass_index", "int", 4)]
[DNAFieldAttribute(6, "int", "pass_index", "int", 4, false)]
public int pass_index;
[DNAFieldAttribute(7, "int", "layer_pass", "int", 4)]
[DNAFieldAttribute(7, "int", "layer_pass", "int", 4, false)]
public int layer_pass;
[DNAFieldAttribute(8, "int", "flag", "int", 4)]
[DNAFieldAttribute(8, "int", "flag", "int", 4, false)]
public int flag;
[DNAFieldAttribute(9, "int", "mode", "int", 4)]
[DNAFieldAttribute(9, "int", "mode", "int", 4, false)]
public int mode;
[DNAFieldAttribute(10, "float", "factor", "float", 4)]
[DNAFieldAttribute(10, "float", "factor", "float", 4, false)]
public float factor;
[DNAFieldAttribute(11, "float", "radius", "float", 4)]
[DNAFieldAttribute(11, "float", "radius", "float", 4, false)]
public float radius;
[DNAFieldAttribute(12, "float", "rgb[3]", "System.Single[]", 4)]
[DNAFieldAttribute(12, "float", "rgb[3]", "System.Single[]", 12, false)]
public float[] rgb = new System.Single[3];
[DNAFieldAttribute(13, "int", "type", "int", 4)]
[DNAFieldAttribute(13, "int", "type", "int", 4, false)]
public int type;
[DNAFieldAttribute(14, "CurveMapping", "*curve_intensity", "CurveMapping", 424)]
[DNAFieldAttribute(14, "CurveMapping", "*curve_intensity", "CurveMapping", 4, true)]
public CurveMapping ptr_curve_intensity;
[DNAFieldAttribute(15, "ColorBand", "*colorband", "ColorBand", 776)]
[DNAFieldAttribute(15, "ColorBand", "*colorband", "ColorBand", 4, true)]
public ColorBand ptr_colorband;
public TintGpencilModifierData() {
this.modifier = default;