Regenerated all the files
This commit is contained in:
@@ -11,16 +11,26 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class GreasePencilModifierInfluenceData {
|
||||
[DNAFieldAttribute(0, "int", "flag", 4)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(1, "char", "_pad1[4]", 1)]
|
||||
public char[] _pad1 = new System.Char[4];
|
||||
[DNAFieldAttribute(2, "char", "layer_name[64]", 1)]
|
||||
public char[] layer_name = new System.Char[64];
|
||||
[DNAFieldAttribute(3, "Material", "*material", 392)]
|
||||
public Material ptr_material;
|
||||
[DNAFieldAttribute(4, "int", "layer_pass", 4)]
|
||||
public int layer_pass;
|
||||
[DNAFieldAttribute(5, "int", "material_pass", 4)]
|
||||
public int material_pass;
|
||||
[DNAFieldAttribute(6, "char", "vertex_group_name[64]", 1)]
|
||||
public char[] vertex_group_name = new System.Char[64];
|
||||
[DNAFieldAttribute(7, "CurveMapping", "*custom_curve", 424)]
|
||||
public CurveMapping ptr_custom_curve;
|
||||
[DNAFieldAttribute(8, "void", "*_pad2", 0)]
|
||||
public object ptr__pad2;
|
||||
public GreasePencilModifierInfluenceData(int flag, char[] _pad1, char[] layer_name, Material ptr_material, int layer_pass, int material_pass, char[] vertex_group_name, CurveMapping ptr_custom_curve, object ptr__pad2) {
|
||||
this.flag = flag;
|
||||
|
||||
Reference in New Issue
Block a user