regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,9 +15,9 @@ namespace BlendFile.DNA {
[DNAClassAttribute(751, "NodeGeometryLinearGizmo")]
public struct NodeGeometryLinearGizmo {
[DNAFieldAttribute(0, "int", "color_id", 4)]
[DNAFieldAttribute(0, "int", "color_id", "int", 4)]
public int color_id;
[DNAFieldAttribute(1, "int", "draw_style", 4)]
[DNAFieldAttribute(1, "int", "draw_style", "int", 4)]
public int draw_style;
public NodeGeometryLinearGizmo() {
this.color_id = default;