regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
[DNAClassAttribute(92, "ChannelDriver")]
public class ChannelDriver {
[DNAFieldAttribute(0, "ListBase", "variables", 16)]
[DNAFieldAttribute(0, "ListBase", "variables", "ListBase", 16)]
public ListBase variables;
[DNAFieldAttribute(1, "char", "expression[256]", 1)]
[DNAFieldAttribute(1, "char", "expression[256]", "System.Char[]", 1)]
public char[] expression = new System.Char[256];
[DNAFieldAttribute(2, "void", "*expr_comp", 0)]
[DNAFieldAttribute(2, "void", "*expr_comp", "void", 0)]
public object ptr_expr_comp;
[DNAFieldAttribute(3, "ExprPyLike_Parsed", "*expr_simple", 0)]
[DNAFieldAttribute(3, "ExprPyLike_Parsed", "*expr_simple", "ExprPyLike_Parsed", 0)]
public ExprPyLike_Parsed ptr_expr_simple;
[DNAFieldAttribute(4, "float", "curval", 4)]
[DNAFieldAttribute(4, "float", "curval", "float", 4)]
public float curval;
[DNAFieldAttribute(5, "float", "influence", 4)]
[DNAFieldAttribute(5, "float", "influence", "float", 4)]
public float influence;
[DNAFieldAttribute(6, "int", "type", 4)]
[DNAFieldAttribute(6, "int", "type", "int", 4)]
public int type;
[DNAFieldAttribute(7, "int", "flag", 4)]
[DNAFieldAttribute(7, "int", "flag", "int", 4)]
public int flag;
public ChannelDriver() {
this.variables = default;