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