Regenerated all the files
This commit is contained in:
@@ -11,18 +11,30 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class DriverTarget {
|
||||
[DNAFieldAttribute(0, "ID", "*id", 208)]
|
||||
public ID ptr_id;
|
||||
[DNAFieldAttribute(1, "char", "*rna_path", 1)]
|
||||
public char ptr_rna_path;
|
||||
[DNAFieldAttribute(2, "char", "pchan_name[64]", 1)]
|
||||
public char[] pchan_name = new System.Char[64];
|
||||
[DNAFieldAttribute(3, "short", "transChan", 2)]
|
||||
public short transChan;
|
||||
[DNAFieldAttribute(4, "char", "rotation_mode", 1)]
|
||||
public char rotation_mode;
|
||||
[DNAFieldAttribute(5, "char", "_pad[5]", 1)]
|
||||
public char[] _pad = new System.Char[5];
|
||||
[DNAFieldAttribute(6, "short", "flag", 2)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(7, "short", "options", 2)]
|
||||
public short options;
|
||||
[DNAFieldAttribute(8, "int", "idtype", 4)]
|
||||
public int idtype;
|
||||
[DNAFieldAttribute(9, "int", "context_property", 4)]
|
||||
public int context_property;
|
||||
[DNAFieldAttribute(10, "float", "fallback_value", 4)]
|
||||
public float fallback_value;
|
||||
public DriverTarget(ID ptr_id, char ptr_rna_path, char[] pchan_name, short transChan, char rotation_mode, char[] _pad, short flag, short options, int idtype, int context_property, float fallback_value) {
|
||||
this.ptr_id = ptr_id;
|
||||
|
||||
Reference in New Issue
Block a user