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,57 +15,57 @@ namespace BlendFile.DNA {
[DNAClassAttribute(285, "BuildGpencilModifierData", 376)]
public class BuildGpencilModifierData {
[DNAFieldAttribute(0, "GpencilModifierData", "modifier", "GpencilModifierData", 104, false, 0)]
[DNAFieldAttribute(104, "GpencilModifierData", 0, "modifier", "GpencilModifierData", false, 0)]
public GpencilModifierData modifier;
[DNAFieldAttribute(1, "Material", "*material", "Material", 8, true, 104)]
public Material ptr_material;
[DNAFieldAttribute(2, "char", "layername[64]", "System.Char[]", 64, false, 112)]
[DNAFieldAttribute(8, "Material", 1, "*material", "Material", true, 104)]
public Material material;
[DNAFieldAttribute(64, "char", 2, "layername[64]", "System.Char[]", false, 112)]
public char[] layername = new System.Char[64];
[DNAFieldAttribute(3, "int", "pass_index", "int", 4, false, 176)]
[DNAFieldAttribute(4, "int", 3, "pass_index", "int", false, 176)]
public int pass_index;
[DNAFieldAttribute(4, "char", "materialname[64]", "System.Char[]", 64, false, 180)]
[DNAFieldAttribute(64, "char", 4, "materialname[64]", "System.Char[]", false, 180)]
public char[] materialname = new System.Char[64];
[DNAFieldAttribute(5, "int", "layer_pass", "int", 4, false, 244)]
[DNAFieldAttribute(4, "int", 5, "layer_pass", "int", false, 244)]
public int layer_pass;
[DNAFieldAttribute(6, "float", "start_frame", "float", 4, false, 248)]
[DNAFieldAttribute(4, "float", 6, "start_frame", "float", false, 248)]
public float start_frame;
[DNAFieldAttribute(7, "float", "end_frame", "float", 4, false, 252)]
[DNAFieldAttribute(4, "float", 7, "end_frame", "float", false, 252)]
public float end_frame;
[DNAFieldAttribute(8, "float", "start_delay", "float", 4, false, 256)]
[DNAFieldAttribute(4, "float", 8, "start_delay", "float", false, 256)]
public float start_delay;
[DNAFieldAttribute(9, "float", "length", "float", 4, false, 260)]
[DNAFieldAttribute(4, "float", 9, "length", "float", false, 260)]
public float length;
[DNAFieldAttribute(10, "short", "flag", "short", 2, false, 264)]
[DNAFieldAttribute(2, "short", 10, "flag", "short", false, 264)]
public short flag;
[DNAFieldAttribute(11, "short", "mode", "short", 2, false, 266)]
[DNAFieldAttribute(2, "short", 11, "mode", "short", false, 266)]
public short mode;
[DNAFieldAttribute(12, "short", "transition", "short", 2, false, 268)]
[DNAFieldAttribute(2, "short", 12, "transition", "short", false, 268)]
public short transition;
[DNAFieldAttribute(13, "short", "time_alignment", "short", 2, false, 270)]
[DNAFieldAttribute(2, "short", 13, "time_alignment", "short", false, 270)]
public short time_alignment;
[DNAFieldAttribute(14, "float", "speed_fac", "float", 4, false, 272)]
[DNAFieldAttribute(4, "float", 14, "speed_fac", "float", false, 272)]
public float speed_fac;
[DNAFieldAttribute(15, "float", "speed_maxgap", "float", 4, false, 276)]
[DNAFieldAttribute(4, "float", 15, "speed_maxgap", "float", false, 276)]
public float speed_maxgap;
[DNAFieldAttribute(16, "short", "time_mode", "short", 2, false, 280)]
[DNAFieldAttribute(2, "short", 16, "time_mode", "short", false, 280)]
public short time_mode;
[DNAFieldAttribute(17, "char", "_pad[6]", "System.Char[]", 6, false, 282)]
[DNAFieldAttribute(6, "char", 17, "_pad[6]", "System.Char[]", false, 282)]
public char[] _pad = new System.Char[6];
[DNAFieldAttribute(18, "Object", "*object", "Object", 8, true, 288)]
public Object ptr_object;
[DNAFieldAttribute(19, "float", "percentage_fac", "float", 4, false, 296)]
[DNAFieldAttribute(8, "Object", 18, "*object", "Object", true, 288)]
public Object @object;
[DNAFieldAttribute(4, "float", 19, "percentage_fac", "float", false, 296)]
public float percentage_fac;
[DNAFieldAttribute(20, "float", "fade_fac", "float", 4, false, 300)]
[DNAFieldAttribute(4, "float", 20, "fade_fac", "float", false, 300)]
public float fade_fac;
[DNAFieldAttribute(21, "char", "target_vgname[64]", "System.Char[]", 64, false, 304)]
[DNAFieldAttribute(64, "char", 21, "target_vgname[64]", "System.Char[]", false, 304)]
public char[] target_vgname = new System.Char[64];
[DNAFieldAttribute(22, "float", "fade_opacity_strength", "float", 4, false, 368)]
[DNAFieldAttribute(4, "float", 22, "fade_opacity_strength", "float", false, 368)]
public float fade_opacity_strength;
[DNAFieldAttribute(23, "float", "fade_thickness_strength", "float", 4, false, 372)]
[DNAFieldAttribute(4, "float", 23, "fade_thickness_strength", "float", false, 372)]
public float fade_thickness_strength;
public BuildGpencilModifierData() {
this.modifier = default;
this.ptr_material = default;
this.material = default;
this.layername = default;
this.pass_index = default;
this.materialname = default;
@@ -82,7 +82,7 @@ namespace BlendFile.DNA {
this.speed_maxgap = default;
this.time_mode = default;
this._pad = default;
this.ptr_object = default;
this.@object = default;
this.percentage_fac = default;
this.fade_fac = default;
this.target_vgname = default;
@@ -91,7 +91,7 @@ namespace BlendFile.DNA {
}
public BuildGpencilModifierData(
GpencilModifierData modifier,
Material ptr_material,
Material material,
char[] layername,
int pass_index,
char[] materialname,
@@ -108,14 +108,14 @@ namespace BlendFile.DNA {
float speed_maxgap,
short time_mode,
char[] _pad,
Object ptr_object,
Object @object,
float percentage_fac,
float fade_fac,
char[] target_vgname,
float fade_opacity_strength,
float fade_thickness_strength) {
this.modifier = modifier;
this.ptr_material = ptr_material;
this.material = material;
this.layername = layername;
this.pass_index = pass_index;
this.materialname = materialname;
@@ -132,7 +132,7 @@ namespace BlendFile.DNA {
this.speed_maxgap = speed_maxgap;
this.time_mode = time_mode;
this._pad = _pad;
this.ptr_object = ptr_object;
this.@object = @object;
this.percentage_fac = percentage_fac;
this.fade_fac = fade_fac;
this.target_vgname = target_vgname;