Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

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