regenerate files
This commit is contained in:
@@ -13,9 +13,9 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(746, "NodeIndexSwitch")]
|
||||
[DNAClassAttribute(746, "NodeIndexSwitch", 24)]
|
||||
public class NodeIndexSwitch {
|
||||
[DNAFieldAttribute(0, "IndexSwitchItem", "*items", "IndexSwitchItem", 4, true)]
|
||||
[DNAFieldAttribute(0, "IndexSwitchItem", "*items", "IndexSwitchItem", 8, true)]
|
||||
public IndexSwitchItem ptr_items;
|
||||
[DNAFieldAttribute(1, "int", "items_num", "int", 4, false)]
|
||||
public int items_num;
|
||||
|
||||
Reference in New Issue
Block a user