regenerated files
This commit is contained in:
@@ -15,25 +15,25 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(473, "BooleanModifierData")]
|
||||
public class BooleanModifierData {
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false)]
|
||||
public ModifierData modifier;
|
||||
[DNAFieldAttribute(1, "Object", "*object", "Object", 1160)]
|
||||
[DNAFieldAttribute(1, "Object", "*object", "Object", 4, true)]
|
||||
public Object ptr_object;
|
||||
[DNAFieldAttribute(2, "Collection", "*collection", "Collection", 376)]
|
||||
[DNAFieldAttribute(2, "Collection", "*collection", "Collection", 4, true)]
|
||||
public Collection ptr_collection;
|
||||
[DNAFieldAttribute(3, "float", "double_threshold", "float", 4)]
|
||||
[DNAFieldAttribute(3, "float", "double_threshold", "float", 4, false)]
|
||||
public float double_threshold;
|
||||
[DNAFieldAttribute(4, "char", "operation", "char", 1)]
|
||||
[DNAFieldAttribute(4, "char", "operation", "char", 1, false)]
|
||||
public char operation;
|
||||
[DNAFieldAttribute(5, "char", "solver", "char", 1)]
|
||||
[DNAFieldAttribute(5, "char", "solver", "char", 1, false)]
|
||||
public char solver;
|
||||
[DNAFieldAttribute(6, "char", "material_mode", "char", 1)]
|
||||
[DNAFieldAttribute(6, "char", "material_mode", "char", 1, false)]
|
||||
public char material_mode;
|
||||
[DNAFieldAttribute(7, "char", "flag", "char", 1)]
|
||||
[DNAFieldAttribute(7, "char", "flag", "char", 1, false)]
|
||||
public char flag;
|
||||
[DNAFieldAttribute(8, "char", "bm_flag", "char", 1)]
|
||||
[DNAFieldAttribute(8, "char", "bm_flag", "char", 1, false)]
|
||||
public char bm_flag;
|
||||
[DNAFieldAttribute(9, "char", "_pad[7]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(9, "char", "_pad[7]", "System.Char[]", 7, false)]
|
||||
public char[] _pad = new System.Char[7];
|
||||
public BooleanModifierData() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user