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