Regenerated all the files
This commit is contained in:
@@ -11,13 +11,20 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class WorkSpaceDataRelation {
|
||||
[DNAFieldAttribute(0, "WorkSpaceDataRelation", "*next", 40)]
|
||||
public WorkSpaceDataRelation ptr_next;
|
||||
[DNAFieldAttribute(1, "WorkSpaceDataRelation", "*prev", 40)]
|
||||
public WorkSpaceDataRelation ptr_prev;
|
||||
[DNAFieldAttribute(2, "void", "*parent", 0)]
|
||||
public object ptr_parent;
|
||||
[DNAFieldAttribute(3, "void", "*value", 0)]
|
||||
public object ptr_value;
|
||||
[DNAFieldAttribute(4, "int", "parentid", 4)]
|
||||
public int parentid;
|
||||
[DNAFieldAttribute(5, "char", "_pad_0[4]", 1)]
|
||||
public char[] _pad_0 = new System.Char[4];
|
||||
public WorkSpaceDataRelation(WorkSpaceDataRelation ptr_next, WorkSpaceDataRelation ptr_prev, object ptr_parent, object ptr_value, int parentid, char[] _pad_0) {
|
||||
this.ptr_next = ptr_next;
|
||||
|
||||
Reference in New Issue
Block a user