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,15 +13,15 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(1054, "WorkSpaceInstanceHook")]
[DNAClassAttribute(1054, "WorkSpaceInstanceHook", 32)]
public class WorkSpaceInstanceHook {
[DNAFieldAttribute(0, "WorkSpace", "*active", "WorkSpace", 4, true)]
[DNAFieldAttribute(0, "WorkSpace", "*active", "WorkSpace", 8, true)]
public WorkSpace ptr_active;
[DNAFieldAttribute(1, "WorkSpaceLayout", "*act_layout", "WorkSpaceLayout", 4, true)]
[DNAFieldAttribute(1, "WorkSpaceLayout", "*act_layout", "WorkSpaceLayout", 8, true)]
public WorkSpaceLayout ptr_act_layout;
[DNAFieldAttribute(2, "WorkSpace", "*temp_workspace_store", "WorkSpace", 4, true)]
[DNAFieldAttribute(2, "WorkSpace", "*temp_workspace_store", "WorkSpace", 8, true)]
public WorkSpace ptr_temp_workspace_store;
[DNAFieldAttribute(3, "WorkSpaceLayout", "*temp_layout_store", "WorkSpaceLayout", 4, true)]
[DNAFieldAttribute(3, "WorkSpaceLayout", "*temp_layout_store", "WorkSpaceLayout", 8, true)]
public WorkSpaceLayout ptr_temp_layout_store;
public WorkSpaceInstanceHook() {
this.ptr_active = default;