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,36 +15,36 @@ namespace BlendFile.DNA {
[DNAClassAttribute(531, "GreasePencilOffsetModifierData", 392)]
public class GreasePencilOffsetModifierData {
[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, "int", "flag", "int", 4, false, 288)]
[DNAFieldAttribute(4, "int", 2, "flag", "int", false, 288)]
public int flag;
[DNAFieldAttribute(3, "int", "offset_mode", "int", 4, false, 292)]
[DNAFieldAttribute(4, "int", 3, "offset_mode", "int", false, 292)]
public int offset_mode;
[DNAFieldAttribute(4, "float", "loc[3]", "System.Single[]", 12, false, 296)]
[DNAFieldAttribute(12, "float", 4, "loc[3]", "System.Single[]", false, 296)]
public float[] loc = new System.Single[3];
[DNAFieldAttribute(5, "float", "rot[3]", "System.Single[]", 12, false, 308)]
[DNAFieldAttribute(12, "float", 5, "rot[3]", "System.Single[]", false, 308)]
public float[] rot = new System.Single[3];
[DNAFieldAttribute(6, "float", "scale[3]", "System.Single[]", 12, false, 320)]
[DNAFieldAttribute(12, "float", 6, "scale[3]", "System.Single[]", false, 320)]
public float[] scale = new System.Single[3];
[DNAFieldAttribute(7, "float", "stroke_loc[3]", "System.Single[]", 12, false, 332)]
[DNAFieldAttribute(12, "float", 7, "stroke_loc[3]", "System.Single[]", false, 332)]
public float[] stroke_loc = new System.Single[3];
[DNAFieldAttribute(8, "float", "stroke_rot[3]", "System.Single[]", 12, false, 344)]
[DNAFieldAttribute(12, "float", 8, "stroke_rot[3]", "System.Single[]", false, 344)]
public float[] stroke_rot = new System.Single[3];
[DNAFieldAttribute(9, "float", "stroke_scale[3]", "System.Single[]", 12, false, 356)]
[DNAFieldAttribute(12, "float", 9, "stroke_scale[3]", "System.Single[]", false, 356)]
public float[] stroke_scale = new System.Single[3];
[DNAFieldAttribute(10, "int", "seed", "int", 4, false, 368)]
[DNAFieldAttribute(4, "int", 10, "seed", "int", false, 368)]
public int seed;
[DNAFieldAttribute(11, "int", "stroke_step", "int", 4, false, 372)]
[DNAFieldAttribute(4, "int", 11, "stroke_step", "int", false, 372)]
public int stroke_step;
[DNAFieldAttribute(12, "int", "stroke_start_offset", "int", 4, false, 376)]
[DNAFieldAttribute(4, "int", 12, "stroke_start_offset", "int", false, 376)]
public int stroke_start_offset;
[DNAFieldAttribute(13, "char", "_pad1[4]", "System.Char[]", 4, false, 380)]
[DNAFieldAttribute(4, "char", 13, "_pad1[4]", "System.Char[]", false, 380)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(14, "void", "*_pad2", "void", 8, true, 384)]
public object ptr__pad2;
[DNAFieldAttribute(8, "void", 14, "*_pad2", "void", true, 384)]
public object _pad2;
public GreasePencilOffsetModifierData() {
this.modifier = default;
this.influence = default;
@@ -60,9 +60,9 @@ namespace BlendFile.DNA {
this.stroke_step = default;
this.stroke_start_offset = default;
this._pad1 = default;
this.ptr__pad2 = default;
this._pad2 = default;
}
public GreasePencilOffsetModifierData(ModifierData modifier, GreasePencilModifierInfluenceData influence, int flag, int offset_mode, float[] loc, float[] rot, float[] scale, float[] stroke_loc, float[] stroke_rot, float[] stroke_scale, int seed, int stroke_step, int stroke_start_offset, char[] _pad1, object ptr__pad2) {
public GreasePencilOffsetModifierData(ModifierData modifier, GreasePencilModifierInfluenceData influence, int flag, int offset_mode, float[] loc, float[] rot, float[] scale, float[] stroke_loc, float[] stroke_rot, float[] stroke_scale, int seed, int stroke_step, int stroke_start_offset, char[] _pad1, object _pad2) {
this.modifier = modifier;
this.influence = influence;
this.flag = flag;
@@ -77,7 +77,7 @@ namespace BlendFile.DNA {
this.stroke_step = stroke_step;
this.stroke_start_offset = stroke_start_offset;
this._pad1 = _pad1;
this.ptr__pad2 = ptr__pad2;
this._pad2 = _pad2;
}
}
}