regenerate files
This commit is contained in:
@@ -13,11 +13,11 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(18, "IDPropertyUIDataInt")]
|
||||
[DNAClassAttribute(18, "IDPropertyUIDataInt", 64)]
|
||||
public class IDPropertyUIDataInt {
|
||||
[DNAFieldAttribute(0, "IDPropertyUIData", "base", "IDPropertyUIData", 16, false)]
|
||||
public IDPropertyUIData @base;
|
||||
[DNAFieldAttribute(1, "int", "*default_array", "int", 4, true)]
|
||||
[DNAFieldAttribute(1, "int", "*default_array", "int", 8, true)]
|
||||
public int ptr_default_array;
|
||||
[DNAFieldAttribute(2, "int", "default_array_len", "int", 4, false)]
|
||||
public int default_array_len;
|
||||
@@ -35,7 +35,7 @@ namespace BlendFile.DNA {
|
||||
public int default_value;
|
||||
[DNAFieldAttribute(9, "int", "enum_items_num", "int", 4, false)]
|
||||
public int enum_items_num;
|
||||
[DNAFieldAttribute(10, "IDPropertyUIDataEnumItem", "*enum_items", "IDPropertyUIDataEnumItem", 4, true)]
|
||||
[DNAFieldAttribute(10, "IDPropertyUIDataEnumItem", "*enum_items", "IDPropertyUIDataEnumItem", 8, true)]
|
||||
public IDPropertyUIDataEnumItem ptr_enum_items;
|
||||
public IDPropertyUIDataInt() {
|
||||
this.@base = default;
|
||||
|
||||
Reference in New Issue
Block a user