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,12 +14,12 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(57, "BoneColor", 24)]
public struct BoneColor {
[DNAFieldAttribute(0, "int8_t", "palette_index", "int8_t", 1, false, 0)]
public class BoneColor {
[DNAFieldAttribute(1, "int8_t", 0, "palette_index", "int8_t", false, 0)]
public sbyte palette_index;
[DNAFieldAttribute(1, "uchar", "_pad0[7]", "System.Byte[]", 7, false, 1)]
[DNAFieldAttribute(7, "uchar", 1, "_pad0[7]", "System.Byte[]", false, 1)]
public byte[] _pad0 = new System.Byte[7];
[DNAFieldAttribute(2, "ThemeWireColor", "custom", "ThemeWireColor", 16, false, 8)]
[DNAFieldAttribute(16, "ThemeWireColor", 2, "custom", "ThemeWireColor", false, 8)]
public ThemeWireColor custom;
public BoneColor() {
this.palette_index = default;