regenerate files
This commit is contained in:
@@ -13,9 +13,9 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(157, "ClothCollSettings")]
|
||||
[DNAClassAttribute(157, "ClothCollSettings", 72)]
|
||||
public class ClothCollSettings {
|
||||
[DNAFieldAttribute(0, "LinkNode", "*collision_list", "LinkNode", 4, true)]
|
||||
[DNAFieldAttribute(0, "LinkNode", "*collision_list", "LinkNode", 8, true)]
|
||||
public LinkNode ptr_collision_list;
|
||||
[DNAFieldAttribute(1, "float", "epsilon", "float", 4, false)]
|
||||
public float epsilon;
|
||||
@@ -39,7 +39,7 @@ namespace BlendFile.DNA {
|
||||
public short loop_count;
|
||||
[DNAFieldAttribute(11, "char", "_pad[4]", "System.Char[]", 4, false)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(12, "Collection", "*group", "Collection", 4, true)]
|
||||
[DNAFieldAttribute(12, "Collection", "*group", "Collection", 8, true)]
|
||||
public Collection ptr_group;
|
||||
[DNAFieldAttribute(13, "short", "vgroup_selfcol", "short", 2, false)]
|
||||
public short vgroup_selfcol;
|
||||
|
||||
Reference in New Issue
Block a user