Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -15,51 +15,51 @@ namespace BlendFile.DNA {
[DNAClassAttribute(304, "ShrinkwrapGpencilModifierData", 304)]
public class ShrinkwrapGpencilModifierData {
[DNAFieldAttribute(0, "GpencilModifierData", "modifier", "GpencilModifierData", 104, false, 0)]
[DNAFieldAttribute(104, "GpencilModifierData", 0, "modifier", "GpencilModifierData", false, 0)]
public GpencilModifierData modifier;
[DNAFieldAttribute(1, "Object", "*target", "Object", 8, true, 104)]
public Object ptr_target;
[DNAFieldAttribute(2, "Object", "*aux_target", "Object", 8, true, 112)]
public Object ptr_aux_target;
[DNAFieldAttribute(3, "Material", "*material", "Material", 8, true, 120)]
public Material ptr_material;
[DNAFieldAttribute(4, "char", "layername[64]", "System.Char[]", 64, false, 128)]
[DNAFieldAttribute(8, "Object", 1, "*target", "Object", true, 104)]
public Object target;
[DNAFieldAttribute(8, "Object", 2, "*aux_target", "Object", true, 112)]
public Object aux_target;
[DNAFieldAttribute(8, "Material", 3, "*material", "Material", true, 120)]
public Material material;
[DNAFieldAttribute(64, "char", 4, "layername[64]", "System.Char[]", false, 128)]
public char[] layername = new System.Char[64];
[DNAFieldAttribute(5, "char", "vgname[64]", "System.Char[]", 64, false, 192)]
[DNAFieldAttribute(64, "char", 5, "vgname[64]", "System.Char[]", false, 192)]
public char[] vgname = new System.Char[64];
[DNAFieldAttribute(6, "int", "pass_index", "int", 4, false, 256)]
[DNAFieldAttribute(4, "int", 6, "pass_index", "int", false, 256)]
public int pass_index;
[DNAFieldAttribute(7, "int", "flag", "int", 4, false, 260)]
[DNAFieldAttribute(4, "int", 7, "flag", "int", false, 260)]
public int flag;
[DNAFieldAttribute(8, "int", "layer_pass", "int", 4, false, 264)]
[DNAFieldAttribute(4, "int", 8, "layer_pass", "int", false, 264)]
public int layer_pass;
[DNAFieldAttribute(9, "float", "keep_dist", "float", 4, false, 268)]
[DNAFieldAttribute(4, "float", 9, "keep_dist", "float", false, 268)]
public float keep_dist;
[DNAFieldAttribute(10, "short", "shrink_type", "short", 2, false, 272)]
[DNAFieldAttribute(2, "short", 10, "shrink_type", "short", false, 272)]
public short shrink_type;
[DNAFieldAttribute(11, "char", "shrink_opts", "char", 1, false, 274)]
[DNAFieldAttribute(1, "char", 11, "shrink_opts", "char", false, 274)]
public char shrink_opts;
[DNAFieldAttribute(12, "char", "shrink_mode", "char", 1, false, 275)]
[DNAFieldAttribute(1, "char", 12, "shrink_mode", "char", false, 275)]
public char shrink_mode;
[DNAFieldAttribute(13, "float", "proj_limit", "float", 4, false, 276)]
[DNAFieldAttribute(4, "float", 13, "proj_limit", "float", false, 276)]
public float proj_limit;
[DNAFieldAttribute(14, "char", "proj_axis", "char", 1, false, 280)]
[DNAFieldAttribute(1, "char", 14, "proj_axis", "char", false, 280)]
public char proj_axis;
[DNAFieldAttribute(15, "char", "subsurf_levels", "char", 1, false, 281)]
[DNAFieldAttribute(1, "char", 15, "subsurf_levels", "char", false, 281)]
public char subsurf_levels;
[DNAFieldAttribute(16, "char", "_pad[6]", "System.Char[]", 6, false, 282)]
[DNAFieldAttribute(6, "char", 16, "_pad[6]", "System.Char[]", false, 282)]
public char[] _pad = new System.Char[6];
[DNAFieldAttribute(17, "float", "smooth_factor", "float", 4, false, 288)]
[DNAFieldAttribute(4, "float", 17, "smooth_factor", "float", false, 288)]
public float smooth_factor;
[DNAFieldAttribute(18, "int", "smooth_step", "int", 4, false, 292)]
[DNAFieldAttribute(4, "int", 18, "smooth_step", "int", false, 292)]
public int smooth_step;
[DNAFieldAttribute(19, "ShrinkwrapTreeData", "*cache_data", "ShrinkwrapTreeData", 8, true, 296)]
public ShrinkwrapTreeData ptr_cache_data;
[DNAFieldAttribute(8, "ShrinkwrapTreeData", 19, "*cache_data", "ShrinkwrapTreeData", true, 296)]
public ShrinkwrapTreeData cache_data;
public ShrinkwrapGpencilModifierData() {
this.modifier = default;
this.ptr_target = default;
this.ptr_aux_target = default;
this.ptr_material = default;
this.target = default;
this.aux_target = default;
this.material = default;
this.layername = default;
this.vgname = default;
this.pass_index = default;
@@ -75,13 +75,13 @@ namespace BlendFile.DNA {
this._pad = default;
this.smooth_factor = default;
this.smooth_step = default;
this.ptr_cache_data = default;
this.cache_data = default;
}
public ShrinkwrapGpencilModifierData(
GpencilModifierData modifier,
Object ptr_target,
Object ptr_aux_target,
Material ptr_material,
Object target,
Object aux_target,
Material material,
char[] layername,
char[] vgname,
int pass_index,
@@ -97,11 +97,11 @@ namespace BlendFile.DNA {
char[] _pad,
float smooth_factor,
int smooth_step,
ShrinkwrapTreeData ptr_cache_data) {
ShrinkwrapTreeData cache_data) {
this.modifier = modifier;
this.ptr_target = ptr_target;
this.ptr_aux_target = ptr_aux_target;
this.ptr_material = ptr_material;
this.target = target;
this.aux_target = aux_target;
this.material = material;
this.layername = layername;
this.vgname = vgname;
this.pass_index = pass_index;
@@ -117,7 +117,7 @@ namespace BlendFile.DNA {
this._pad = _pad;
this.smooth_factor = smooth_factor;
this.smooth_step = smooth_step;
this.ptr_cache_data = ptr_cache_data;
this.cache_data = cache_data;
}
}
}