regenerated files
This commit is contained in:
@@ -15,33 +15,33 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(80, "FModifier")]
|
||||
public class FModifier {
|
||||
[DNAFieldAttribute(0, "FModifier", "*next", "FModifier", 128)]
|
||||
[DNAFieldAttribute(0, "FModifier", "*next", "FModifier", 4, true)]
|
||||
public FModifier ptr_next;
|
||||
[DNAFieldAttribute(1, "FModifier", "*prev", "FModifier", 128)]
|
||||
[DNAFieldAttribute(1, "FModifier", "*prev", "FModifier", 4, true)]
|
||||
public FModifier ptr_prev;
|
||||
[DNAFieldAttribute(2, "FCurve", "*curve", "FCurve", 120)]
|
||||
[DNAFieldAttribute(2, "FCurve", "*curve", "FCurve", 4, true)]
|
||||
public FCurve ptr_curve;
|
||||
[DNAFieldAttribute(3, "void", "*data", "void", 0)]
|
||||
[DNAFieldAttribute(3, "void", "*data", "void", 4, true)]
|
||||
public object ptr_data;
|
||||
[DNAFieldAttribute(4, "char", "name[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(4, "char", "name[64]", "System.Char[]", 64, false)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(5, "short", "type", "short", 2)]
|
||||
[DNAFieldAttribute(5, "short", "type", "short", 2, false)]
|
||||
public short type;
|
||||
[DNAFieldAttribute(6, "short", "flag", "short", 2)]
|
||||
[DNAFieldAttribute(6, "short", "flag", "short", 2, false)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(7, "short", "ui_expand_flag", "short", 2)]
|
||||
[DNAFieldAttribute(7, "short", "ui_expand_flag", "short", 2, false)]
|
||||
public short ui_expand_flag;
|
||||
[DNAFieldAttribute(8, "char", "_pad[6]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(8, "char", "_pad[6]", "System.Char[]", 6, false)]
|
||||
public char[] _pad = new System.Char[6];
|
||||
[DNAFieldAttribute(9, "float", "influence", "float", 4)]
|
||||
[DNAFieldAttribute(9, "float", "influence", "float", 4, false)]
|
||||
public float influence;
|
||||
[DNAFieldAttribute(10, "float", "sfra", "float", 4)]
|
||||
[DNAFieldAttribute(10, "float", "sfra", "float", 4, false)]
|
||||
public float sfra;
|
||||
[DNAFieldAttribute(11, "float", "efra", "float", 4)]
|
||||
[DNAFieldAttribute(11, "float", "efra", "float", 4, false)]
|
||||
public float efra;
|
||||
[DNAFieldAttribute(12, "float", "blendin", "float", 4)]
|
||||
[DNAFieldAttribute(12, "float", "blendin", "float", 4, false)]
|
||||
public float blendin;
|
||||
[DNAFieldAttribute(13, "float", "blendout", "float", 4)]
|
||||
[DNAFieldAttribute(13, "float", "blendout", "float", 4, false)]
|
||||
public float blendout;
|
||||
public FModifier() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user