regenerated files
This commit is contained in:
@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(92, "ChannelDriver")]
|
||||
public class ChannelDriver {
|
||||
[DNAFieldAttribute(0, "ListBase", "variables", "ListBase", 16)]
|
||||
[DNAFieldAttribute(0, "ListBase", "variables", "ListBase", 16, false)]
|
||||
public ListBase variables;
|
||||
[DNAFieldAttribute(1, "char", "expression[256]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(1, "char", "expression[256]", "System.Char[]", 256, false)]
|
||||
public char[] expression = new System.Char[256];
|
||||
[DNAFieldAttribute(2, "void", "*expr_comp", "void", 0)]
|
||||
[DNAFieldAttribute(2, "void", "*expr_comp", "void", 4, true)]
|
||||
public object ptr_expr_comp;
|
||||
[DNAFieldAttribute(3, "ExprPyLike_Parsed", "*expr_simple", "ExprPyLike_Parsed", 0)]
|
||||
[DNAFieldAttribute(3, "ExprPyLike_Parsed", "*expr_simple", "ExprPyLike_Parsed", 4, true)]
|
||||
public ExprPyLike_Parsed ptr_expr_simple;
|
||||
[DNAFieldAttribute(4, "float", "curval", "float", 4)]
|
||||
[DNAFieldAttribute(4, "float", "curval", "float", 4, false)]
|
||||
public float curval;
|
||||
[DNAFieldAttribute(5, "float", "influence", "float", 4)]
|
||||
[DNAFieldAttribute(5, "float", "influence", "float", 4, false)]
|
||||
public float influence;
|
||||
[DNAFieldAttribute(6, "int", "type", "int", 4)]
|
||||
[DNAFieldAttribute(6, "int", "type", "int", 4, false)]
|
||||
public int type;
|
||||
[DNAFieldAttribute(7, "int", "flag", "int", 4)]
|
||||
[DNAFieldAttribute(7, "int", "flag", "int", 4, false)]
|
||||
public int flag;
|
||||
public ChannelDriver() {
|
||||
this.variables = default;
|
||||
|
||||
Reference in New Issue
Block a user