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,10 +14,10 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(751, "NodeGeometryLinearGizmo", 8)]
public struct NodeGeometryLinearGizmo {
[DNAFieldAttribute(0, "int", "color_id", "int", 4, false, 0)]
public class NodeGeometryLinearGizmo {
[DNAFieldAttribute(4, "int", 0, "color_id", "int", false, 0)]
public int color_id;
[DNAFieldAttribute(1, "int", "draw_style", "int", 4, false, 4)]
[DNAFieldAttribute(4, "int", 1, "draw_style", "int", false, 4)]
public int draw_style;
public NodeGeometryLinearGizmo() {
this.color_id = default;