updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 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;
[DNAArrayAttribute(3, "char", 3, "_pad1[3]", "System.Char[]", 3, 289)]
[DNAArrayAttribute(3, "char", 3, "_pad1[3]", "System.Char[]", 3, false, 289)]
public char[] _pad1 = new System.Char[3];
[DNAArrayAttribute(12, "float", 4, "hsv[3]", "System.Single[]", 3, 292)]
[DNAArrayAttribute(12, "float", 4, "hsv[3]", "System.Single[]", 3, false, 292)]
public float[] hsv = new System.Single[3];
[DNAFieldAttribute(8, "void", 5, "*_pad2", "void", true, 304)]
public object _pad2;