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,45 +15,45 @@ namespace BlendFile.DNA {
[DNAClassAttribute(551, "GreasePencilBuildModifierData", 416)]
public class GreasePencilBuildModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false, 0)]
[DNAFieldAttribute(120, "ModifierData", 0, "modifier", "ModifierData", false, 0)]
public ModifierData modifier;
[DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168, false, 120)]
[DNAFieldAttribute(168, "GreasePencilModifierInfluenceData", 1, "influence", "GreasePencilModifierInfluenceData", false, 120)]
public GreasePencilModifierInfluenceData influence;
[DNAFieldAttribute(2, "float", "start_frame", "float", 4, false, 288)]
[DNAFieldAttribute(4, "float", 2, "start_frame", "float", false, 288)]
public float start_frame;
[DNAFieldAttribute(3, "float", "end_frame", "float", 4, false, 292)]
[DNAFieldAttribute(4, "float", 3, "end_frame", "float", false, 292)]
public float end_frame;
[DNAFieldAttribute(4, "float", "start_delay", "float", 4, false, 296)]
[DNAFieldAttribute(4, "float", 4, "start_delay", "float", false, 296)]
public float start_delay;
[DNAFieldAttribute(5, "float", "length", "float", 4, false, 300)]
[DNAFieldAttribute(4, "float", 5, "length", "float", false, 300)]
public float length;
[DNAFieldAttribute(6, "short", "flag", "short", 2, false, 304)]
[DNAFieldAttribute(2, "short", 6, "flag", "short", false, 304)]
public short flag;
[DNAFieldAttribute(7, "short", "mode", "short", 2, false, 306)]
[DNAFieldAttribute(2, "short", 7, "mode", "short", false, 306)]
public short mode;
[DNAFieldAttribute(8, "short", "transition", "short", 2, false, 308)]
[DNAFieldAttribute(2, "short", 8, "transition", "short", false, 308)]
public short transition;
[DNAFieldAttribute(9, "short", "time_alignment", "short", 2, false, 310)]
[DNAFieldAttribute(2, "short", 9, "time_alignment", "short", false, 310)]
public short time_alignment;
[DNAFieldAttribute(10, "float", "speed_fac", "float", 4, false, 312)]
[DNAFieldAttribute(4, "float", 10, "speed_fac", "float", false, 312)]
public float speed_fac;
[DNAFieldAttribute(11, "float", "speed_maxgap", "float", 4, false, 316)]
[DNAFieldAttribute(4, "float", 11, "speed_maxgap", "float", false, 316)]
public float speed_maxgap;
[DNAFieldAttribute(12, "short", "time_mode", "short", 2, false, 320)]
[DNAFieldAttribute(2, "short", 12, "time_mode", "short", false, 320)]
public short time_mode;
[DNAFieldAttribute(13, "char", "_pad[6]", "System.Char[]", 6, false, 322)]
[DNAFieldAttribute(6, "char", 13, "_pad[6]", "System.Char[]", false, 322)]
public char[] _pad = new System.Char[6];
[DNAFieldAttribute(14, "Object", "*object", "Object", 8, true, 328)]
public Object ptr_object;
[DNAFieldAttribute(15, "float", "percentage_fac", "float", 4, false, 336)]
[DNAFieldAttribute(8, "Object", 14, "*object", "Object", true, 328)]
public Object @object;
[DNAFieldAttribute(4, "float", 15, "percentage_fac", "float", false, 336)]
public float percentage_fac;
[DNAFieldAttribute(16, "float", "fade_fac", "float", 4, false, 340)]
[DNAFieldAttribute(4, "float", 16, "fade_fac", "float", false, 340)]
public float fade_fac;
[DNAFieldAttribute(17, "char", "target_vgname[64]", "System.Char[]", 64, false, 344)]
[DNAFieldAttribute(64, "char", 17, "target_vgname[64]", "System.Char[]", false, 344)]
public char[] target_vgname = new System.Char[64];
[DNAFieldAttribute(18, "float", "fade_opacity_strength", "float", 4, false, 408)]
[DNAFieldAttribute(4, "float", 18, "fade_opacity_strength", "float", false, 408)]
public float fade_opacity_strength;
[DNAFieldAttribute(19, "float", "fade_thickness_strength", "float", 4, false, 412)]
[DNAFieldAttribute(4, "float", 19, "fade_thickness_strength", "float", false, 412)]
public float fade_thickness_strength;
public GreasePencilBuildModifierData() {
this.modifier = default;
@@ -70,7 +70,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;
@@ -92,7 +92,7 @@ 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,
@@ -112,7 +112,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;