Added count field type argument to the list attribute
This commit is contained in:
@@ -13,7 +13,7 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(20, "IDPropertyUIDataFloat", 76)]
|
||||
[DNAClassAttribute(20, "IDPropertyUIDataFloat", 80)]
|
||||
public class IDPropertyUIDataFloat {
|
||||
[DNAFieldAttribute(16, "IDPropertyUIData", 0, "base", "IDPropertyUIData", false, 0)]
|
||||
public IDPropertyUIData @base;
|
||||
@@ -33,7 +33,7 @@ namespace BlendFile.DNA {
|
||||
public double soft_max;
|
||||
[DNAFieldAttribute(8, "double", 10, "default_value", "double", false, 60)]
|
||||
public double default_value;
|
||||
[DNAListAttribute(8, "double", "*default_array", 1, "double", "default_array_len", 2, 68, 0)]
|
||||
[DNAListAttribute(8, "double", "*default_array", 1, "double", "int", "default_array_len", 2, 68, 0)]
|
||||
public System.Collections.Generic.List<double> default_array;
|
||||
public IDPropertyUIDataFloat() {
|
||||
this.@base = default;
|
||||
|
||||
Reference in New Issue
Block a user