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,14 +14,14 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(819, "VPaint", 136)]
public struct VPaint {
[DNAFieldAttribute(0, "Paint", "paint", "Paint", 120, false, 0)]
public class VPaint {
[DNAFieldAttribute(120, "Paint", 0, "paint", "Paint", false, 0)]
public Paint paint;
[DNAFieldAttribute(1, "char", "flag", "char", 1, false, 120)]
[DNAFieldAttribute(1, "char", 1, "flag", "char", false, 120)]
public char flag;
[DNAFieldAttribute(2, "char", "_pad[3]", "System.Char[]", 3, false, 121)]
[DNAFieldAttribute(3, "char", 2, "_pad[3]", "System.Char[]", false, 121)]
public char[] _pad = new System.Char[3];
[DNAFieldAttribute(3, "int", "radial_symm[3]", "System.Int32[]", 12, false, 124)]
[DNAFieldAttribute(12, "int", 3, "radial_symm[3]", "System.Int32[]", false, 124)]
public int[] radial_symm = new System.Int32[3];
public VPaint() {
this.paint = default;