Regenerated all the files
This commit is contained in:
@@ -11,24 +11,42 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class GreasePencilLengthModifierData {
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", 120)]
|
||||
public ModifierData modifier;
|
||||
[DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", 168)]
|
||||
public GreasePencilModifierInfluenceData influence;
|
||||
[DNAFieldAttribute(2, "int", "flag", 4)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(3, "float", "start_fac", 4)]
|
||||
public float start_fac;
|
||||
[DNAFieldAttribute(4, "float", "end_fac", 4)]
|
||||
public float end_fac;
|
||||
[DNAFieldAttribute(5, "float", "rand_start_fac", 4)]
|
||||
public float rand_start_fac;
|
||||
[DNAFieldAttribute(6, "float", "rand_end_fac", 4)]
|
||||
public float rand_end_fac;
|
||||
[DNAFieldAttribute(7, "float", "rand_offset", 4)]
|
||||
public float rand_offset;
|
||||
[DNAFieldAttribute(8, "float", "overshoot_fac", 4)]
|
||||
public float overshoot_fac;
|
||||
[DNAFieldAttribute(9, "int", "seed", 4)]
|
||||
public int seed;
|
||||
[DNAFieldAttribute(10, "int", "step", 4)]
|
||||
public int step;
|
||||
[DNAFieldAttribute(11, "int", "mode", 4)]
|
||||
public int mode;
|
||||
[DNAFieldAttribute(12, "char", "_pad[4]", 1)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(13, "float", "point_density", 4)]
|
||||
public float point_density;
|
||||
[DNAFieldAttribute(14, "float", "segment_influence", 4)]
|
||||
public float segment_influence;
|
||||
[DNAFieldAttribute(15, "float", "max_angle", 4)]
|
||||
public float max_angle;
|
||||
[DNAFieldAttribute(16, "void", "*_pad1", 0)]
|
||||
public object ptr__pad1;
|
||||
public GreasePencilLengthModifierData(
|
||||
ModifierData modifier,
|
||||
|
||||
Reference in New Issue
Block a user