Regenerated all the files
This commit is contained in:
@@ -11,27 +11,48 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class ShrinkwrapGpencilModifierData {
|
||||
[DNAFieldAttribute(0, "GpencilModifierData", "modifier", 104)]
|
||||
public GpencilModifierData modifier;
|
||||
[DNAFieldAttribute(1, "Object", "*target", 1160)]
|
||||
public Object ptr_target;
|
||||
[DNAFieldAttribute(2, "Object", "*aux_target", 1160)]
|
||||
public Object ptr_aux_target;
|
||||
[DNAFieldAttribute(3, "Material", "*material", 392)]
|
||||
public Material ptr_material;
|
||||
[DNAFieldAttribute(4, "char", "layername[64]", 1)]
|
||||
public char[] layername = 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", "flag", 4)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(8, "int", "layer_pass", 4)]
|
||||
public int layer_pass;
|
||||
[DNAFieldAttribute(9, "float", "keep_dist", 4)]
|
||||
public float keep_dist;
|
||||
[DNAFieldAttribute(10, "short", "shrink_type", 2)]
|
||||
public short shrink_type;
|
||||
[DNAFieldAttribute(11, "char", "shrink_opts", 1)]
|
||||
public char shrink_opts;
|
||||
[DNAFieldAttribute(12, "char", "shrink_mode", 1)]
|
||||
public char shrink_mode;
|
||||
[DNAFieldAttribute(13, "float", "proj_limit", 4)]
|
||||
public float proj_limit;
|
||||
[DNAFieldAttribute(14, "char", "proj_axis", 1)]
|
||||
public char proj_axis;
|
||||
[DNAFieldAttribute(15, "char", "subsurf_levels", 1)]
|
||||
public char subsurf_levels;
|
||||
[DNAFieldAttribute(16, "char", "_pad[6]", 1)]
|
||||
public char[] _pad = new System.Char[6];
|
||||
[DNAFieldAttribute(17, "float", "smooth_factor", 4)]
|
||||
public float smooth_factor;
|
||||
[DNAFieldAttribute(18, "int", "smooth_step", 4)]
|
||||
public int smooth_step;
|
||||
[DNAFieldAttribute(19, "ShrinkwrapTreeData", "*cache_data", 0)]
|
||||
public ShrinkwrapTreeData ptr_cache_data;
|
||||
public ShrinkwrapGpencilModifierData(
|
||||
GpencilModifierData modifier,
|
||||
|
||||
Reference in New Issue
Block a user