regenerate files

This commit is contained in:
mm00
2025-02-19 18:48:50 +01:00
parent 33a8f1baf3
commit b66247488e
937 changed files with 2572 additions and 2562 deletions

View File

@@ -13,9 +13,9 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(866, "ARegion_Runtime")]
[DNAClassAttribute(866, "ARegion_Runtime", 48)]
public class ARegion_Runtime {
[DNAFieldAttribute(0, "char", "*category", "char", 4, true)]
[DNAFieldAttribute(0, "char", "*category", "char", 8, true)]
public char ptr_category;
[DNAFieldAttribute(1, "rcti", "visible_rect", "rcti", 16, false)]
public rcti visible_rect;
@@ -23,9 +23,9 @@ namespace BlendFile.DNA {
public int offset_x;
[DNAFieldAttribute(3, "int", "offset_y", "int", 4, false)]
public int offset_y;
[DNAFieldAttribute(4, "GHash", "*block_name_map", "GHash", 4, true)]
[DNAFieldAttribute(4, "GHash", "*block_name_map", "GHash", 8, true)]
public GHash ptr_block_name_map;
[DNAFieldAttribute(5, "Panel", "*popup_block_panel", "Panel", 4, true)]
[DNAFieldAttribute(5, "Panel", "*popup_block_panel", "Panel", 8, true)]
public Panel ptr_popup_block_panel;
public ARegion_Runtime() {
this.ptr_category = default;