Regenerated all the files
This commit is contained in:
@@ -11,23 +11,40 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class TintGpencilModifierData {
|
||||
[DNAFieldAttribute(0, "GpencilModifierData", "modifier", 104)]
|
||||
public GpencilModifierData modifier;
|
||||
[DNAFieldAttribute(1, "Object", "*object", 1160)]
|
||||
public Object ptr_object;
|
||||
[DNAFieldAttribute(2, "Material", "*material", 392)]
|
||||
public Material ptr_material;
|
||||
[DNAFieldAttribute(3, "char", "layername[64]", 1)]
|
||||
public char[] layername = new System.Char[64];
|
||||
[DNAFieldAttribute(4, "char", "materialname[64]", 1)]
|
||||
public char[] materialname = new System.Char[64];
|
||||
[DNAFieldAttribute(5, "char", "vgname[64]", 1)]
|
||||
public char[] vgname = new System.Char[64];
|
||||
[DNAFieldAttribute(6, "int", "pass_index", 4)]
|
||||
public int pass_index;
|
||||
[DNAFieldAttribute(7, "int", "layer_pass", 4)]
|
||||
public int layer_pass;
|
||||
[DNAFieldAttribute(8, "int", "flag", 4)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(9, "int", "mode", 4)]
|
||||
public int mode;
|
||||
[DNAFieldAttribute(10, "float", "factor", 4)]
|
||||
public float factor;
|
||||
[DNAFieldAttribute(11, "float", "radius", 4)]
|
||||
public float radius;
|
||||
[DNAFieldAttribute(12, "float", "rgb[3]", 4)]
|
||||
public float[] rgb = new System.Single[3];
|
||||
[DNAFieldAttribute(13, "int", "type", 4)]
|
||||
public int type;
|
||||
[DNAFieldAttribute(14, "CurveMapping", "*curve_intensity", 424)]
|
||||
public CurveMapping ptr_curve_intensity;
|
||||
[DNAFieldAttribute(15, "ColorBand", "*colorband", 776)]
|
||||
public ColorBand ptr_colorband;
|
||||
public TintGpencilModifierData(
|
||||
GpencilModifierData modifier,
|
||||
|
||||
Reference in New Issue
Block a user