Regenerated all the files
This commit is contained in:
@@ -11,16 +11,26 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class SpaceUserPref {
|
||||
[DNAFieldAttribute(0, "SpaceLink", "*next", 40)]
|
||||
public SpaceLink ptr_next;
|
||||
[DNAFieldAttribute(1, "SpaceLink", "*prev", 40)]
|
||||
public SpaceLink ptr_prev;
|
||||
[DNAFieldAttribute(2, "ListBase", "regionbase", 16)]
|
||||
public ListBase regionbase;
|
||||
[DNAFieldAttribute(3, "char", "spacetype", 1)]
|
||||
public char spacetype;
|
||||
[DNAFieldAttribute(4, "char", "link_flag", 1)]
|
||||
public char link_flag;
|
||||
[DNAFieldAttribute(5, "char", "_pad0[6]", 1)]
|
||||
public char[] _pad0 = new System.Char[6];
|
||||
[DNAFieldAttribute(6, "char", "_pad1[7]", 1)]
|
||||
public char[] _pad1 = new System.Char[7];
|
||||
[DNAFieldAttribute(7, "char", "filter_type", 1)]
|
||||
public char filter_type;
|
||||
[DNAFieldAttribute(8, "char", "filter[64]", 1)]
|
||||
public char[] filter = new System.Char[64];
|
||||
public SpaceUserPref(SpaceLink ptr_next, SpaceLink ptr_prev, ListBase regionbase, char spacetype, char link_flag, char[] _pad0, char[] _pad1, char filter_type, char[] filter) {
|
||||
this.ptr_next = ptr_next;
|
||||
|
||||
Reference in New Issue
Block a user