Regenerated all the files
This commit is contained in:
@@ -11,22 +11,38 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class GreasePencilOffsetModifierData {
|
||||
[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, "int", "offset_mode", 4)]
|
||||
public int offset_mode;
|
||||
[DNAFieldAttribute(4, "float", "loc[3]", 4)]
|
||||
public float[] loc = new System.Single[3];
|
||||
[DNAFieldAttribute(5, "float", "rot[3]", 4)]
|
||||
public float[] rot = new System.Single[3];
|
||||
[DNAFieldAttribute(6, "float", "scale[3]", 4)]
|
||||
public float[] scale = new System.Single[3];
|
||||
[DNAFieldAttribute(7, "float", "stroke_loc[3]", 4)]
|
||||
public float[] stroke_loc = new System.Single[3];
|
||||
[DNAFieldAttribute(8, "float", "stroke_rot[3]", 4)]
|
||||
public float[] stroke_rot = new System.Single[3];
|
||||
[DNAFieldAttribute(9, "float", "stroke_scale[3]", 4)]
|
||||
public float[] stroke_scale = new System.Single[3];
|
||||
[DNAFieldAttribute(10, "int", "seed", 4)]
|
||||
public int seed;
|
||||
[DNAFieldAttribute(11, "int", "stroke_step", 4)]
|
||||
public int stroke_step;
|
||||
[DNAFieldAttribute(12, "int", "stroke_start_offset", 4)]
|
||||
public int stroke_start_offset;
|
||||
[DNAFieldAttribute(13, "char", "_pad1[4]", 1)]
|
||||
public char[] _pad1 = new System.Char[4];
|
||||
[DNAFieldAttribute(14, "void", "*_pad2", 0)]
|
||||
public object ptr__pad2;
|
||||
public GreasePencilOffsetModifierData(ModifierData modifier, GreasePencilModifierInfluenceData influence, int flag, int offset_mode, float[] loc, float[] rot, float[] scale, float[] stroke_loc, float[] stroke_rot, float[] stroke_scale, int seed, int stroke_step, int stroke_start_offset, char[] _pad1, object ptr__pad2) {
|
||||
this.modifier = modifier;
|
||||
|
||||
Reference in New Issue
Block a user