Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -21,9 +21,9 @@ namespace BlendFile.DNA {
public GreasePencilModifierInfluenceData influence;
[DNAFieldAttribute(1, "char", 2, "color_mode", "char", false, 288)]
public char color_mode;
[DNAFieldAttribute(3, "char", 3, "_pad1[3]", "System.Char[]", false, 289)]
[DNAArrayAttribute(3, "char", 3, "_pad1[3]", "System.Char[]", 3, 289)]
public char[] _pad1 = new System.Char[3];
[DNAFieldAttribute(12, "float", 4, "hsv[3]", "System.Single[]", false, 292)]
[DNAArrayAttribute(12, "float", 4, "hsv[3]", "System.Single[]", 3, 292)]
public float[] hsv = new System.Single[3];
[DNAFieldAttribute(8, "void", 5, "*_pad2", "void", true, 304)]
public object _pad2;