Regenerated all the files
This commit is contained in:
@@ -11,19 +11,32 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class CustomDataLayer {
|
||||
[DNAFieldAttribute(0, "int", "type", 4)]
|
||||
public int type;
|
||||
[DNAFieldAttribute(1, "int", "offset", 4)]
|
||||
public int offset;
|
||||
[DNAFieldAttribute(2, "int", "flag", 4)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(3, "int", "active", 4)]
|
||||
public int active;
|
||||
[DNAFieldAttribute(4, "int", "active_rnd", 4)]
|
||||
public int active_rnd;
|
||||
[DNAFieldAttribute(5, "int", "active_clone", 4)]
|
||||
public int active_clone;
|
||||
[DNAFieldAttribute(6, "int", "active_mask", 4)]
|
||||
public int active_mask;
|
||||
[DNAFieldAttribute(7, "int", "uid", 4)]
|
||||
public int uid;
|
||||
[DNAFieldAttribute(8, "char", "name[68]", 1)]
|
||||
public char[] name = new System.Char[68];
|
||||
[DNAFieldAttribute(9, "char", "_pad1[4]", 1)]
|
||||
public char[] _pad1 = new System.Char[4];
|
||||
[DNAFieldAttribute(10, "void", "*data", 0)]
|
||||
public object ptr_data;
|
||||
[DNAFieldAttribute(11, "ImplicitSharingInfoHandle", "*sharing_info", 0)]
|
||||
public ImplicitSharingInfoHandle ptr_sharing_info;
|
||||
public CustomDataLayer(int type, int offset, int flag, int active, int active_rnd, int active_clone, int active_mask, int uid, char[] name, char[] _pad1, object ptr_data, ImplicitSharingInfoHandle ptr_sharing_info) {
|
||||
this.type = type;
|
||||
|
||||
Reference in New Issue
Block a user