regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

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