- Modified DNAClassAttribute to also support usage on structs

- Added auto generation of DNAClass attributes on file generation
- Regenerated all files
This commit is contained in:
Samuele Lorefice
2025-01-23 16:15:50 +01:00
parent 7c0708b377
commit 0674e6b136
938 changed files with 942 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(746, "NodeIndexSwitch")]
public class NodeIndexSwitch {
[DNAFieldAttribute(0, "IndexSwitchItem", "*items", 4)]
public IndexSwitchItem ptr_items;