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

@@ -14,20 +14,20 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(536, "GreasePencilDashModifierSegment", 88)]
public struct GreasePencilDashModifierSegment {
[DNAFieldAttribute(0, "char", "name[64]", "System.Char[]", 64, false, 0)]
public class GreasePencilDashModifierSegment {
[DNAFieldAttribute(64, "char", 0, "name[64]", "System.Char[]", false, 0)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(1, "int", "dash", "int", 4, false, 64)]
[DNAFieldAttribute(4, "int", 1, "dash", "int", false, 64)]
public int dash;
[DNAFieldAttribute(2, "int", "gap", "int", 4, false, 68)]
[DNAFieldAttribute(4, "int", 2, "gap", "int", false, 68)]
public int gap;
[DNAFieldAttribute(3, "float", "radius", "float", 4, false, 72)]
[DNAFieldAttribute(4, "float", 3, "radius", "float", false, 72)]
public float radius;
[DNAFieldAttribute(4, "float", "opacity", "float", 4, false, 76)]
[DNAFieldAttribute(4, "float", 4, "opacity", "float", false, 76)]
public float opacity;
[DNAFieldAttribute(5, "int", "mat_nr", "int", 4, false, 80)]
[DNAFieldAttribute(4, "int", 5, "mat_nr", "int", false, 80)]
public int mat_nr;
[DNAFieldAttribute(6, "int", "flag", "int", 4, false, 84)]
[DNAFieldAttribute(4, "int", 6, "flag", "int", false, 84)]
public int flag;
public GreasePencilDashModifierSegment() {
this.name = default;