Fixed wrong attribute position being modified. Regenerated code files
This commit is contained in:
@@ -17,7 +17,7 @@ namespace BlendFile.DNA {
|
||||
public class IDPropertyUIDataInt {
|
||||
[DNAFieldAttribute(16, "IDPropertyUIData", 0, "base", "IDPropertyUIData", false, 0)]
|
||||
public IDPropertyUIData @base;
|
||||
[DNAListAttribute(8, "int", "*default_array", 1, "int", 24, "default_array_len", 2, 16, 0)]
|
||||
[DNAListAttribute(8, "int", "*default_array", 1, "int", "int", "default_array_len", 2, 16, 24)]
|
||||
public System.Collections.Generic.List<int> default_array;
|
||||
[DNAFieldAttribute(4, "int", 3, "min", "int", false, 28)]
|
||||
public int min;
|
||||
|
||||
Reference in New Issue
Block a user