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