Regenerated all the files
This commit is contained in:
@@ -11,12 +11,18 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class EffectorWeights {
|
||||
[DNAFieldAttribute(0, "Collection", "*group", 376)]
|
||||
public Collection ptr_group;
|
||||
[DNAFieldAttribute(1, "float", "weight[14]", 4)]
|
||||
public float[] weight = new System.Single[14];
|
||||
[DNAFieldAttribute(2, "float", "global_gravity", 4)]
|
||||
public float global_gravity;
|
||||
[DNAFieldAttribute(3, "short", "flag", 2)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(4, "char", "_pad[2]", 1)]
|
||||
public char[] _pad = new System.Char[2];
|
||||
public EffectorWeights(Collection ptr_group, float[] weight, float global_gravity, short flag, char[] _pad) {
|
||||
this.ptr_group = ptr_group;
|
||||
|
||||
Reference in New Issue
Block a user