Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

@@ -15,483 +15,483 @@ namespace BlendFile.DNA {
[DNAClassAttribute(994, "ThemeSpace", 936)]
public struct ThemeSpace {
[DNAFieldAttribute(0, "char", "back[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(0, "char", "back[4]", "System.Char[]", 4, false, 0)]
public char[] back = new System.Char[4];
[DNAFieldAttribute(1, "char", "back_grad[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(1, "char", "back_grad[4]", "System.Char[]", 4, false, 4)]
public char[] back_grad = new System.Char[4];
[DNAFieldAttribute(2, "char", "show_back_grad", "char", 1, false)]
[DNAFieldAttribute(2, "char", "show_back_grad", "char", 1, false, 8)]
public char show_back_grad;
[DNAFieldAttribute(3, "char", "_pad0[3]", "System.Char[]", 3, false)]
[DNAFieldAttribute(3, "char", "_pad0[3]", "System.Char[]", 3, false, 9)]
public char[] _pad0 = new System.Char[3];
[DNAFieldAttribute(4, "char", "title[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(4, "char", "title[4]", "System.Char[]", 4, false, 12)]
public char[] title = new System.Char[4];
[DNAFieldAttribute(5, "char", "text[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(5, "char", "text[4]", "System.Char[]", 4, false, 16)]
public char[] text = new System.Char[4];
[DNAFieldAttribute(6, "char", "text_hi[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(6, "char", "text_hi[4]", "System.Char[]", 4, false, 20)]
public char[] text_hi = new System.Char[4];
[DNAFieldAttribute(7, "char", "header[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(7, "char", "header[4]", "System.Char[]", 4, false, 24)]
public char[] header = new System.Char[4];
[DNAFieldAttribute(8, "char", "header_title[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(8, "char", "header_title[4]", "System.Char[]", 4, false, 28)]
public char[] header_title = new System.Char[4];
[DNAFieldAttribute(9, "char", "header_text[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(9, "char", "header_text[4]", "System.Char[]", 4, false, 32)]
public char[] header_text = new System.Char[4];
[DNAFieldAttribute(10, "char", "header_text_hi[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(10, "char", "header_text_hi[4]", "System.Char[]", 4, false, 36)]
public char[] header_text_hi = new System.Char[4];
[DNAFieldAttribute(11, "char", "tab_active[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(11, "char", "tab_active[4]", "System.Char[]", 4, false, 40)]
public char[] tab_active = new System.Char[4];
[DNAFieldAttribute(12, "char", "tab_inactive[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(12, "char", "tab_inactive[4]", "System.Char[]", 4, false, 44)]
public char[] tab_inactive = new System.Char[4];
[DNAFieldAttribute(13, "char", "tab_back[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(13, "char", "tab_back[4]", "System.Char[]", 4, false, 48)]
public char[] tab_back = new System.Char[4];
[DNAFieldAttribute(14, "char", "tab_outline[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(14, "char", "tab_outline[4]", "System.Char[]", 4, false, 52)]
public char[] tab_outline = new System.Char[4];
[DNAFieldAttribute(15, "char", "button[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(15, "char", "button[4]", "System.Char[]", 4, false, 56)]
public char[] button = new System.Char[4];
[DNAFieldAttribute(16, "char", "button_title[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(16, "char", "button_title[4]", "System.Char[]", 4, false, 60)]
public char[] button_title = new System.Char[4];
[DNAFieldAttribute(17, "char", "button_text[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(17, "char", "button_text[4]", "System.Char[]", 4, false, 64)]
public char[] button_text = new System.Char[4];
[DNAFieldAttribute(18, "char", "button_text_hi[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(18, "char", "button_text_hi[4]", "System.Char[]", 4, false, 68)]
public char[] button_text_hi = new System.Char[4];
[DNAFieldAttribute(19, "char", "list[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(19, "char", "list[4]", "System.Char[]", 4, false, 72)]
public char[] list = new System.Char[4];
[DNAFieldAttribute(20, "char", "list_title[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(20, "char", "list_title[4]", "System.Char[]", 4, false, 76)]
public char[] list_title = new System.Char[4];
[DNAFieldAttribute(21, "char", "list_text[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(21, "char", "list_text[4]", "System.Char[]", 4, false, 80)]
public char[] list_text = new System.Char[4];
[DNAFieldAttribute(22, "char", "list_text_hi[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(22, "char", "list_text_hi[4]", "System.Char[]", 4, false, 84)]
public char[] list_text_hi = new System.Char[4];
[DNAFieldAttribute(23, "char", "navigation_bar[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(23, "char", "navigation_bar[4]", "System.Char[]", 4, false, 88)]
public char[] navigation_bar = new System.Char[4];
[DNAFieldAttribute(24, "char", "execution_buts[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(24, "char", "execution_buts[4]", "System.Char[]", 4, false, 92)]
public char[] execution_buts = new System.Char[4];
[DNAFieldAttribute(25, "uiPanelColors", "panelcolors", "uiPanelColors", 16, false)]
[DNAFieldAttribute(25, "uiPanelColors", "panelcolors", "uiPanelColors", 16, false, 96)]
public uiPanelColors panelcolors;
[DNAFieldAttribute(26, "ThemeAssetShelf", "asset_shelf", "ThemeAssetShelf", 8, false)]
[DNAFieldAttribute(26, "ThemeAssetShelf", "asset_shelf", "ThemeAssetShelf", 8, false, 112)]
public ThemeAssetShelf asset_shelf;
[DNAFieldAttribute(27, "char", "shade1[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(27, "char", "shade1[4]", "System.Char[]", 4, false, 120)]
public char[] shade1 = new System.Char[4];
[DNAFieldAttribute(28, "char", "shade2[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(28, "char", "shade2[4]", "System.Char[]", 4, false, 124)]
public char[] shade2 = new System.Char[4];
[DNAFieldAttribute(29, "char", "hilite[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(29, "char", "hilite[4]", "System.Char[]", 4, false, 128)]
public char[] hilite = new System.Char[4];
[DNAFieldAttribute(30, "char", "grid[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(30, "char", "grid[4]", "System.Char[]", 4, false, 132)]
public char[] grid = new System.Char[4];
[DNAFieldAttribute(31, "char", "view_overlay[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(31, "char", "view_overlay[4]", "System.Char[]", 4, false, 136)]
public char[] view_overlay = new System.Char[4];
[DNAFieldAttribute(32, "char", "wire[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(32, "char", "wire[4]", "System.Char[]", 4, false, 140)]
public char[] wire = new System.Char[4];
[DNAFieldAttribute(33, "char", "wire_edit[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(33, "char", "wire_edit[4]", "System.Char[]", 4, false, 144)]
public char[] wire_edit = new System.Char[4];
[DNAFieldAttribute(34, "char", "select[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(34, "char", "select[4]", "System.Char[]", 4, false, 148)]
public char[] select = new System.Char[4];
[DNAFieldAttribute(35, "char", "lamp[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(35, "char", "lamp[4]", "System.Char[]", 4, false, 152)]
public char[] lamp = new System.Char[4];
[DNAFieldAttribute(36, "char", "speaker[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(36, "char", "speaker[4]", "System.Char[]", 4, false, 156)]
public char[] speaker = new System.Char[4];
[DNAFieldAttribute(37, "char", "empty[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(37, "char", "empty[4]", "System.Char[]", 4, false, 160)]
public char[] empty = new System.Char[4];
[DNAFieldAttribute(38, "char", "camera[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(38, "char", "camera[4]", "System.Char[]", 4, false, 164)]
public char[] camera = new System.Char[4];
[DNAFieldAttribute(39, "char", "active[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(39, "char", "active[4]", "System.Char[]", 4, false, 168)]
public char[] active = new System.Char[4];
[DNAFieldAttribute(40, "char", "group[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(40, "char", "group[4]", "System.Char[]", 4, false, 172)]
public char[] group = new System.Char[4];
[DNAFieldAttribute(41, "char", "group_active[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(41, "char", "group_active[4]", "System.Char[]", 4, false, 176)]
public char[] group_active = new System.Char[4];
[DNAFieldAttribute(42, "char", "transform[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(42, "char", "transform[4]", "System.Char[]", 4, false, 180)]
public char[] transform = new System.Char[4];
[DNAFieldAttribute(43, "char", "vertex[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(43, "char", "vertex[4]", "System.Char[]", 4, false, 184)]
public char[] vertex = new System.Char[4];
[DNAFieldAttribute(44, "char", "vertex_select[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(44, "char", "vertex_select[4]", "System.Char[]", 4, false, 188)]
public char[] vertex_select = new System.Char[4];
[DNAFieldAttribute(45, "char", "vertex_active[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(45, "char", "vertex_active[4]", "System.Char[]", 4, false, 192)]
public char[] vertex_active = new System.Char[4];
[DNAFieldAttribute(46, "char", "vertex_bevel[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(46, "char", "vertex_bevel[4]", "System.Char[]", 4, false, 196)]
public char[] vertex_bevel = new System.Char[4];
[DNAFieldAttribute(47, "char", "vertex_unreferenced[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(47, "char", "vertex_unreferenced[4]", "System.Char[]", 4, false, 200)]
public char[] vertex_unreferenced = new System.Char[4];
[DNAFieldAttribute(48, "char", "edge[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(48, "char", "edge[4]", "System.Char[]", 4, false, 204)]
public char[] edge = new System.Char[4];
[DNAFieldAttribute(49, "char", "edge_select[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(49, "char", "edge_select[4]", "System.Char[]", 4, false, 208)]
public char[] edge_select = new System.Char[4];
[DNAFieldAttribute(50, "char", "edge_mode_select[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(50, "char", "edge_mode_select[4]", "System.Char[]", 4, false, 212)]
public char[] edge_mode_select = new System.Char[4];
[DNAFieldAttribute(51, "char", "edge_seam[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(51, "char", "edge_seam[4]", "System.Char[]", 4, false, 216)]
public char[] edge_seam = new System.Char[4];
[DNAFieldAttribute(52, "char", "edge_sharp[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(52, "char", "edge_sharp[4]", "System.Char[]", 4, false, 220)]
public char[] edge_sharp = new System.Char[4];
[DNAFieldAttribute(53, "char", "edge_facesel[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(53, "char", "edge_facesel[4]", "System.Char[]", 4, false, 224)]
public char[] edge_facesel = new System.Char[4];
[DNAFieldAttribute(54, "char", "edge_crease[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(54, "char", "edge_crease[4]", "System.Char[]", 4, false, 228)]
public char[] edge_crease = new System.Char[4];
[DNAFieldAttribute(55, "char", "edge_bevel[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(55, "char", "edge_bevel[4]", "System.Char[]", 4, false, 232)]
public char[] edge_bevel = new System.Char[4];
[DNAFieldAttribute(56, "char", "face[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(56, "char", "face[4]", "System.Char[]", 4, false, 236)]
public char[] face = new System.Char[4];
[DNAFieldAttribute(57, "char", "face_select[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(57, "char", "face_select[4]", "System.Char[]", 4, false, 240)]
public char[] face_select = new System.Char[4];
[DNAFieldAttribute(58, "char", "face_mode_select[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(58, "char", "face_mode_select[4]", "System.Char[]", 4, false, 244)]
public char[] face_mode_select = new System.Char[4];
[DNAFieldAttribute(59, "char", "face_retopology[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(59, "char", "face_retopology[4]", "System.Char[]", 4, false, 248)]
public char[] face_retopology = new System.Char[4];
[DNAFieldAttribute(60, "char", "face_back[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(60, "char", "face_back[4]", "System.Char[]", 4, false, 252)]
public char[] face_back = new System.Char[4];
[DNAFieldAttribute(61, "char", "face_front[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(61, "char", "face_front[4]", "System.Char[]", 4, false, 256)]
public char[] face_front = new System.Char[4];
[DNAFieldAttribute(62, "char", "face_dot[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(62, "char", "face_dot[4]", "System.Char[]", 4, false, 260)]
public char[] face_dot = new System.Char[4];
[DNAFieldAttribute(63, "char", "extra_edge_len[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(63, "char", "extra_edge_len[4]", "System.Char[]", 4, false, 264)]
public char[] extra_edge_len = new System.Char[4];
[DNAFieldAttribute(64, "char", "extra_edge_angle[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(64, "char", "extra_edge_angle[4]", "System.Char[]", 4, false, 268)]
public char[] extra_edge_angle = new System.Char[4];
[DNAFieldAttribute(65, "char", "extra_face_angle[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(65, "char", "extra_face_angle[4]", "System.Char[]", 4, false, 272)]
public char[] extra_face_angle = new System.Char[4];
[DNAFieldAttribute(66, "char", "extra_face_area[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(66, "char", "extra_face_area[4]", "System.Char[]", 4, false, 276)]
public char[] extra_face_area = new System.Char[4];
[DNAFieldAttribute(67, "char", "normal[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(67, "char", "normal[4]", "System.Char[]", 4, false, 280)]
public char[] normal = new System.Char[4];
[DNAFieldAttribute(68, "char", "vertex_normal[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(68, "char", "vertex_normal[4]", "System.Char[]", 4, false, 284)]
public char[] vertex_normal = new System.Char[4];
[DNAFieldAttribute(69, "char", "loop_normal[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(69, "char", "loop_normal[4]", "System.Char[]", 4, false, 288)]
public char[] loop_normal = new System.Char[4];
[DNAFieldAttribute(70, "char", "bone_solid[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(70, "char", "bone_solid[4]", "System.Char[]", 4, false, 292)]
public char[] bone_solid = new System.Char[4];
[DNAFieldAttribute(71, "char", "bone_pose[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(71, "char", "bone_pose[4]", "System.Char[]", 4, false, 296)]
public char[] bone_pose = new System.Char[4];
[DNAFieldAttribute(72, "char", "bone_pose_active[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(72, "char", "bone_pose_active[4]", "System.Char[]", 4, false, 300)]
public char[] bone_pose_active = new System.Char[4];
[DNAFieldAttribute(73, "char", "bone_locked_weight[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(73, "char", "bone_locked_weight[4]", "System.Char[]", 4, false, 304)]
public char[] bone_locked_weight = new System.Char[4];
[DNAFieldAttribute(74, "char", "strip[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(74, "char", "strip[4]", "System.Char[]", 4, false, 308)]
public char[] strip = new System.Char[4];
[DNAFieldAttribute(75, "char", "strip_select[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(75, "char", "strip_select[4]", "System.Char[]", 4, false, 312)]
public char[] strip_select = new System.Char[4];
[DNAFieldAttribute(76, "char", "cframe[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(76, "char", "cframe[4]", "System.Char[]", 4, false, 316)]
public char[] cframe = new System.Char[4];
[DNAFieldAttribute(77, "char", "before_current_frame[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(77, "char", "before_current_frame[4]", "System.Char[]", 4, false, 320)]
public char[] before_current_frame = new System.Char[4];
[DNAFieldAttribute(78, "char", "after_current_frame[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(78, "char", "after_current_frame[4]", "System.Char[]", 4, false, 324)]
public char[] after_current_frame = new System.Char[4];
[DNAFieldAttribute(79, "char", "time_keyframe[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(79, "char", "time_keyframe[4]", "System.Char[]", 4, false, 328)]
public char[] time_keyframe = new System.Char[4];
[DNAFieldAttribute(80, "char", "time_gp_keyframe[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(80, "char", "time_gp_keyframe[4]", "System.Char[]", 4, false, 332)]
public char[] time_gp_keyframe = new System.Char[4];
[DNAFieldAttribute(81, "char", "freestyle_edge_mark[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(81, "char", "freestyle_edge_mark[4]", "System.Char[]", 4, false, 336)]
public char[] freestyle_edge_mark = new System.Char[4];
[DNAFieldAttribute(82, "char", "freestyle_face_mark[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(82, "char", "freestyle_face_mark[4]", "System.Char[]", 4, false, 340)]
public char[] freestyle_face_mark = new System.Char[4];
[DNAFieldAttribute(83, "char", "scrubbing_background[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(83, "char", "scrubbing_background[4]", "System.Char[]", 4, false, 344)]
public char[] scrubbing_background = new System.Char[4];
[DNAFieldAttribute(84, "char", "time_marker_line[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(84, "char", "time_marker_line[4]", "System.Char[]", 4, false, 348)]
public char[] time_marker_line = new System.Char[4];
[DNAFieldAttribute(85, "char", "time_marker_line_selected[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(85, "char", "time_marker_line_selected[4]", "System.Char[]", 4, false, 352)]
public char[] time_marker_line_selected = new System.Char[4];
[DNAFieldAttribute(86, "char", "nurb_uline[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(86, "char", "nurb_uline[4]", "System.Char[]", 4, false, 356)]
public char[] nurb_uline = new System.Char[4];
[DNAFieldAttribute(87, "char", "nurb_vline[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(87, "char", "nurb_vline[4]", "System.Char[]", 4, false, 360)]
public char[] nurb_vline = new System.Char[4];
[DNAFieldAttribute(88, "char", "act_spline[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(88, "char", "act_spline[4]", "System.Char[]", 4, false, 364)]
public char[] act_spline = new System.Char[4];
[DNAFieldAttribute(89, "char", "nurb_sel_uline[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(89, "char", "nurb_sel_uline[4]", "System.Char[]", 4, false, 368)]
public char[] nurb_sel_uline = new System.Char[4];
[DNAFieldAttribute(90, "char", "nurb_sel_vline[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(90, "char", "nurb_sel_vline[4]", "System.Char[]", 4, false, 372)]
public char[] nurb_sel_vline = new System.Char[4];
[DNAFieldAttribute(91, "char", "lastsel_point[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(91, "char", "lastsel_point[4]", "System.Char[]", 4, false, 376)]
public char[] lastsel_point = new System.Char[4];
[DNAFieldAttribute(92, "char", "handle_free[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(92, "char", "handle_free[4]", "System.Char[]", 4, false, 380)]
public char[] handle_free = new System.Char[4];
[DNAFieldAttribute(93, "char", "handle_auto[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(93, "char", "handle_auto[4]", "System.Char[]", 4, false, 384)]
public char[] handle_auto = new System.Char[4];
[DNAFieldAttribute(94, "char", "handle_vect[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(94, "char", "handle_vect[4]", "System.Char[]", 4, false, 388)]
public char[] handle_vect = new System.Char[4];
[DNAFieldAttribute(95, "char", "handle_align[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(95, "char", "handle_align[4]", "System.Char[]", 4, false, 392)]
public char[] handle_align = new System.Char[4];
[DNAFieldAttribute(96, "char", "handle_auto_clamped[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(96, "char", "handle_auto_clamped[4]", "System.Char[]", 4, false, 396)]
public char[] handle_auto_clamped = new System.Char[4];
[DNAFieldAttribute(97, "char", "handle_sel_free[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(97, "char", "handle_sel_free[4]", "System.Char[]", 4, false, 400)]
public char[] handle_sel_free = new System.Char[4];
[DNAFieldAttribute(98, "char", "handle_sel_auto[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(98, "char", "handle_sel_auto[4]", "System.Char[]", 4, false, 404)]
public char[] handle_sel_auto = new System.Char[4];
[DNAFieldAttribute(99, "char", "handle_sel_vect[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(99, "char", "handle_sel_vect[4]", "System.Char[]", 4, false, 408)]
public char[] handle_sel_vect = new System.Char[4];
[DNAFieldAttribute(100, "char", "handle_sel_align[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(100, "char", "handle_sel_align[4]", "System.Char[]", 4, false, 412)]
public char[] handle_sel_align = new System.Char[4];
[DNAFieldAttribute(101, "char", "handle_sel_auto_clamped[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(101, "char", "handle_sel_auto_clamped[4]", "System.Char[]", 4, false, 416)]
public char[] handle_sel_auto_clamped = new System.Char[4];
[DNAFieldAttribute(102, "char", "ds_channel[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(102, "char", "ds_channel[4]", "System.Char[]", 4, false, 420)]
public char[] ds_channel = new System.Char[4];
[DNAFieldAttribute(103, "char", "ds_subchannel[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(103, "char", "ds_subchannel[4]", "System.Char[]", 4, false, 424)]
public char[] ds_subchannel = new System.Char[4];
[DNAFieldAttribute(104, "char", "ds_ipoline[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(104, "char", "ds_ipoline[4]", "System.Char[]", 4, false, 428)]
public char[] ds_ipoline = new System.Char[4];
[DNAFieldAttribute(105, "char", "keytype_keyframe[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(105, "char", "keytype_keyframe[4]", "System.Char[]", 4, false, 432)]
public char[] keytype_keyframe = new System.Char[4];
[DNAFieldAttribute(106, "char", "keytype_extreme[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(106, "char", "keytype_extreme[4]", "System.Char[]", 4, false, 436)]
public char[] keytype_extreme = new System.Char[4];
[DNAFieldAttribute(107, "char", "keytype_breakdown[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(107, "char", "keytype_breakdown[4]", "System.Char[]", 4, false, 440)]
public char[] keytype_breakdown = new System.Char[4];
[DNAFieldAttribute(108, "char", "keytype_jitter[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(108, "char", "keytype_jitter[4]", "System.Char[]", 4, false, 444)]
public char[] keytype_jitter = new System.Char[4];
[DNAFieldAttribute(109, "char", "keytype_movehold[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(109, "char", "keytype_movehold[4]", "System.Char[]", 4, false, 448)]
public char[] keytype_movehold = new System.Char[4];
[DNAFieldAttribute(110, "char", "keytype_generated[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(110, "char", "keytype_generated[4]", "System.Char[]", 4, false, 452)]
public char[] keytype_generated = new System.Char[4];
[DNAFieldAttribute(111, "char", "keytype_keyframe_select[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(111, "char", "keytype_keyframe_select[4]", "System.Char[]", 4, false, 456)]
public char[] keytype_keyframe_select = new System.Char[4];
[DNAFieldAttribute(112, "char", "keytype_extreme_select[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(112, "char", "keytype_extreme_select[4]", "System.Char[]", 4, false, 460)]
public char[] keytype_extreme_select = new System.Char[4];
[DNAFieldAttribute(113, "char", "keytype_breakdown_select[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(113, "char", "keytype_breakdown_select[4]", "System.Char[]", 4, false, 464)]
public char[] keytype_breakdown_select = new System.Char[4];
[DNAFieldAttribute(114, "char", "keytype_jitter_select[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(114, "char", "keytype_jitter_select[4]", "System.Char[]", 4, false, 468)]
public char[] keytype_jitter_select = new System.Char[4];
[DNAFieldAttribute(115, "char", "keytype_movehold_select[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(115, "char", "keytype_movehold_select[4]", "System.Char[]", 4, false, 472)]
public char[] keytype_movehold_select = new System.Char[4];
[DNAFieldAttribute(116, "char", "keytype_generated_select[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(116, "char", "keytype_generated_select[4]", "System.Char[]", 4, false, 476)]
public char[] keytype_generated_select = new System.Char[4];
[DNAFieldAttribute(117, "char", "keyborder[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(117, "char", "keyborder[4]", "System.Char[]", 4, false, 480)]
public char[] keyborder = new System.Char[4];
[DNAFieldAttribute(118, "char", "keyborder_select[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(118, "char", "keyborder_select[4]", "System.Char[]", 4, false, 484)]
public char[] keyborder_select = new System.Char[4];
[DNAFieldAttribute(119, "char", "_pad4[3]", "System.Char[]", 3, false)]
[DNAFieldAttribute(119, "char", "_pad4[3]", "System.Char[]", 3, false, 488)]
public char[] _pad4 = new System.Char[3];
[DNAFieldAttribute(120, "char", "console_output[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(120, "char", "console_output[4]", "System.Char[]", 4, false, 491)]
public char[] console_output = new System.Char[4];
[DNAFieldAttribute(121, "char", "console_input[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(121, "char", "console_input[4]", "System.Char[]", 4, false, 495)]
public char[] console_input = new System.Char[4];
[DNAFieldAttribute(122, "char", "console_info[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(122, "char", "console_info[4]", "System.Char[]", 4, false, 499)]
public char[] console_info = new System.Char[4];
[DNAFieldAttribute(123, "char", "console_error[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(123, "char", "console_error[4]", "System.Char[]", 4, false, 503)]
public char[] console_error = new System.Char[4];
[DNAFieldAttribute(124, "char", "console_cursor[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(124, "char", "console_cursor[4]", "System.Char[]", 4, false, 507)]
public char[] console_cursor = new System.Char[4];
[DNAFieldAttribute(125, "char", "console_select[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(125, "char", "console_select[4]", "System.Char[]", 4, false, 511)]
public char[] console_select = new System.Char[4];
[DNAFieldAttribute(126, "char", "vertex_size", "char", 1, false)]
[DNAFieldAttribute(126, "char", "vertex_size", "char", 1, false, 515)]
public char vertex_size;
[DNAFieldAttribute(127, "char", "edge_width", "char", 1, false)]
[DNAFieldAttribute(127, "char", "edge_width", "char", 1, false, 516)]
public char edge_width;
[DNAFieldAttribute(128, "char", "outline_width", "char", 1, false)]
[DNAFieldAttribute(128, "char", "outline_width", "char", 1, false, 517)]
public char outline_width;
[DNAFieldAttribute(129, "char", "obcenter_dia", "char", 1, false)]
[DNAFieldAttribute(129, "char", "obcenter_dia", "char", 1, false, 518)]
public char obcenter_dia;
[DNAFieldAttribute(130, "char", "facedot_size", "char", 1, false)]
[DNAFieldAttribute(130, "char", "facedot_size", "char", 1, false, 519)]
public char facedot_size;
[DNAFieldAttribute(131, "char", "noodle_curving", "char", 1, false)]
[DNAFieldAttribute(131, "char", "noodle_curving", "char", 1, false, 520)]
public char noodle_curving;
[DNAFieldAttribute(132, "char", "grid_levels", "char", 1, false)]
[DNAFieldAttribute(132, "char", "grid_levels", "char", 1, false, 521)]
public char grid_levels;
[DNAFieldAttribute(133, "char", "_pad5[2]", "System.Char[]", 2, false)]
[DNAFieldAttribute(133, "char", "_pad5[2]", "System.Char[]", 2, false, 522)]
public char[] _pad5 = new System.Char[2];
[DNAFieldAttribute(134, "float", "dash_alpha", "float", 4, false)]
[DNAFieldAttribute(134, "float", "dash_alpha", "float", 4, false, 524)]
public float dash_alpha;
[DNAFieldAttribute(135, "char", "syntaxl[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(135, "char", "syntaxl[4]", "System.Char[]", 4, false, 528)]
public char[] syntaxl = new System.Char[4];
[DNAFieldAttribute(136, "char", "syntaxs[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(136, "char", "syntaxs[4]", "System.Char[]", 4, false, 532)]
public char[] syntaxs = new System.Char[4];
[DNAFieldAttribute(137, "char", "syntaxb[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(137, "char", "syntaxb[4]", "System.Char[]", 4, false, 536)]
public char[] syntaxb = new System.Char[4];
[DNAFieldAttribute(138, "char", "syntaxn[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(138, "char", "syntaxn[4]", "System.Char[]", 4, false, 540)]
public char[] syntaxn = new System.Char[4];
[DNAFieldAttribute(139, "char", "syntaxv[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(139, "char", "syntaxv[4]", "System.Char[]", 4, false, 544)]
public char[] syntaxv = new System.Char[4];
[DNAFieldAttribute(140, "char", "syntaxc[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(140, "char", "syntaxc[4]", "System.Char[]", 4, false, 548)]
public char[] syntaxc = new System.Char[4];
[DNAFieldAttribute(141, "char", "syntaxd[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(141, "char", "syntaxd[4]", "System.Char[]", 4, false, 552)]
public char[] syntaxd = new System.Char[4];
[DNAFieldAttribute(142, "char", "syntaxr[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(142, "char", "syntaxr[4]", "System.Char[]", 4, false, 556)]
public char[] syntaxr = new System.Char[4];
[DNAFieldAttribute(143, "char", "line_numbers[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(143, "char", "line_numbers[4]", "System.Char[]", 4, false, 560)]
public char[] line_numbers = new System.Char[4];
[DNAFieldAttribute(144, "char", "nodeclass_output[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(144, "char", "nodeclass_output[4]", "System.Char[]", 4, false, 564)]
public char[] nodeclass_output = new System.Char[4];
[DNAFieldAttribute(145, "char", "nodeclass_filter[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(145, "char", "nodeclass_filter[4]", "System.Char[]", 4, false, 568)]
public char[] nodeclass_filter = new System.Char[4];
[DNAFieldAttribute(146, "char", "nodeclass_vector[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(146, "char", "nodeclass_vector[4]", "System.Char[]", 4, false, 572)]
public char[] nodeclass_vector = new System.Char[4];
[DNAFieldAttribute(147, "char", "nodeclass_texture[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(147, "char", "nodeclass_texture[4]", "System.Char[]", 4, false, 576)]
public char[] nodeclass_texture = new System.Char[4];
[DNAFieldAttribute(148, "char", "nodeclass_shader[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(148, "char", "nodeclass_shader[4]", "System.Char[]", 4, false, 580)]
public char[] nodeclass_shader = new System.Char[4];
[DNAFieldAttribute(149, "char", "nodeclass_script[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(149, "char", "nodeclass_script[4]", "System.Char[]", 4, false, 584)]
public char[] nodeclass_script = new System.Char[4];
[DNAFieldAttribute(150, "char", "nodeclass_pattern[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(150, "char", "nodeclass_pattern[4]", "System.Char[]", 4, false, 588)]
public char[] nodeclass_pattern = new System.Char[4];
[DNAFieldAttribute(151, "char", "nodeclass_layout[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(151, "char", "nodeclass_layout[4]", "System.Char[]", 4, false, 592)]
public char[] nodeclass_layout = new System.Char[4];
[DNAFieldAttribute(152, "char", "nodeclass_geometry[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(152, "char", "nodeclass_geometry[4]", "System.Char[]", 4, false, 596)]
public char[] nodeclass_geometry = new System.Char[4];
[DNAFieldAttribute(153, "char", "nodeclass_attribute[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(153, "char", "nodeclass_attribute[4]", "System.Char[]", 4, false, 600)]
public char[] nodeclass_attribute = new System.Char[4];
[DNAFieldAttribute(154, "char", "node_zone_simulation[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(154, "char", "node_zone_simulation[4]", "System.Char[]", 4, false, 604)]
public char[] node_zone_simulation = new System.Char[4];
[DNAFieldAttribute(155, "char", "node_zone_repeat[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(155, "char", "node_zone_repeat[4]", "System.Char[]", 4, false, 608)]
public char[] node_zone_repeat = new System.Char[4];
[DNAFieldAttribute(156, "char", "node_zone_foreach_geometry_element[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(156, "char", "node_zone_foreach_geometry_element[4]", "System.Char[]", 4, false, 612)]
public char[] node_zone_foreach_geometry_element = new System.Char[4];
[DNAFieldAttribute(157, "char", "simulated_frames[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(157, "char", "simulated_frames[4]", "System.Char[]", 4, false, 616)]
public char[] simulated_frames = new System.Char[4];
[DNAFieldAttribute(158, "char", "movie[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(158, "char", "movie[4]", "System.Char[]", 4, false, 620)]
public char[] movie = new System.Char[4];
[DNAFieldAttribute(159, "char", "movieclip[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(159, "char", "movieclip[4]", "System.Char[]", 4, false, 624)]
public char[] movieclip = new System.Char[4];
[DNAFieldAttribute(160, "char", "mask[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(160, "char", "mask[4]", "System.Char[]", 4, false, 628)]
public char[] mask = new System.Char[4];
[DNAFieldAttribute(161, "char", "image[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(161, "char", "image[4]", "System.Char[]", 4, false, 632)]
public char[] image = new System.Char[4];
[DNAFieldAttribute(162, "char", "scene[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(162, "char", "scene[4]", "System.Char[]", 4, false, 636)]
public char[] scene = new System.Char[4];
[DNAFieldAttribute(163, "char", "audio[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(163, "char", "audio[4]", "System.Char[]", 4, false, 640)]
public char[] audio = new System.Char[4];
[DNAFieldAttribute(164, "char", "effect[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(164, "char", "effect[4]", "System.Char[]", 4, false, 644)]
public char[] effect = new System.Char[4];
[DNAFieldAttribute(165, "char", "transition[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(165, "char", "transition[4]", "System.Char[]", 4, false, 648)]
public char[] transition = new System.Char[4];
[DNAFieldAttribute(166, "char", "meta[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(166, "char", "meta[4]", "System.Char[]", 4, false, 652)]
public char[] meta = new System.Char[4];
[DNAFieldAttribute(167, "char", "text_strip[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(167, "char", "text_strip[4]", "System.Char[]", 4, false, 656)]
public char[] text_strip = new System.Char[4];
[DNAFieldAttribute(168, "char", "color_strip[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(168, "char", "color_strip[4]", "System.Char[]", 4, false, 660)]
public char[] color_strip = new System.Char[4];
[DNAFieldAttribute(169, "char", "active_strip[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(169, "char", "active_strip[4]", "System.Char[]", 4, false, 664)]
public char[] active_strip = new System.Char[4];
[DNAFieldAttribute(170, "char", "selected_strip[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(170, "char", "selected_strip[4]", "System.Char[]", 4, false, 668)]
public char[] selected_strip = new System.Char[4];
[DNAFieldAttribute(171, "float", "keyframe_scale_fac", "float", 4, false)]
[DNAFieldAttribute(171, "float", "keyframe_scale_fac", "float", 4, false, 672)]
public float keyframe_scale_fac;
[DNAFieldAttribute(172, "char", "editmesh_active[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(172, "char", "editmesh_active[4]", "System.Char[]", 4, false, 676)]
public char[] editmesh_active = new System.Char[4];
[DNAFieldAttribute(173, "char", "handle_vertex[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(173, "char", "handle_vertex[4]", "System.Char[]", 4, false, 680)]
public char[] handle_vertex = new System.Char[4];
[DNAFieldAttribute(174, "char", "handle_vertex_select[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(174, "char", "handle_vertex_select[4]", "System.Char[]", 4, false, 684)]
public char[] handle_vertex_select = new System.Char[4];
[DNAFieldAttribute(175, "char", "handle_vertex_size", "char", 1, false)]
[DNAFieldAttribute(175, "char", "handle_vertex_size", "char", 1, false, 688)]
public char handle_vertex_size;
[DNAFieldAttribute(176, "char", "clipping_border_3d[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(176, "char", "clipping_border_3d[4]", "System.Char[]", 4, false, 689)]
public char[] clipping_border_3d = new System.Char[4];
[DNAFieldAttribute(177, "char", "marker_outline[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(177, "char", "marker_outline[4]", "System.Char[]", 4, false, 693)]
public char[] marker_outline = new System.Char[4];
[DNAFieldAttribute(178, "char", "marker[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(178, "char", "marker[4]", "System.Char[]", 4, false, 697)]
public char[] marker = new System.Char[4];
[DNAFieldAttribute(179, "char", "act_marker[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(179, "char", "act_marker[4]", "System.Char[]", 4, false, 701)]
public char[] act_marker = new System.Char[4];
[DNAFieldAttribute(180, "char", "sel_marker[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(180, "char", "sel_marker[4]", "System.Char[]", 4, false, 705)]
public char[] sel_marker = new System.Char[4];
[DNAFieldAttribute(181, "char", "dis_marker[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(181, "char", "dis_marker[4]", "System.Char[]", 4, false, 709)]
public char[] dis_marker = new System.Char[4];
[DNAFieldAttribute(182, "char", "lock_marker[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(182, "char", "lock_marker[4]", "System.Char[]", 4, false, 713)]
public char[] lock_marker = new System.Char[4];
[DNAFieldAttribute(183, "char", "bundle_solid[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(183, "char", "bundle_solid[4]", "System.Char[]", 4, false, 717)]
public char[] bundle_solid = new System.Char[4];
[DNAFieldAttribute(184, "char", "path_before[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(184, "char", "path_before[4]", "System.Char[]", 4, false, 721)]
public char[] path_before = new System.Char[4];
[DNAFieldAttribute(185, "char", "path_after[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(185, "char", "path_after[4]", "System.Char[]", 4, false, 725)]
public char[] path_after = new System.Char[4];
[DNAFieldAttribute(186, "char", "path_keyframe_before[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(186, "char", "path_keyframe_before[4]", "System.Char[]", 4, false, 729)]
public char[] path_keyframe_before = new System.Char[4];
[DNAFieldAttribute(187, "char", "path_keyframe_after[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(187, "char", "path_keyframe_after[4]", "System.Char[]", 4, false, 733)]
public char[] path_keyframe_after = new System.Char[4];
[DNAFieldAttribute(188, "char", "camera_path[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(188, "char", "camera_path[4]", "System.Char[]", 4, false, 737)]
public char[] camera_path = new System.Char[4];
[DNAFieldAttribute(189, "char", "camera_passepartout[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(189, "char", "camera_passepartout[4]", "System.Char[]", 4, false, 741)]
public char[] camera_passepartout = new System.Char[4];
[DNAFieldAttribute(190, "char", "_pad1[2]", "System.Char[]", 2, false)]
[DNAFieldAttribute(190, "char", "_pad1[2]", "System.Char[]", 2, false, 745)]
public char[] _pad1 = new System.Char[2];
[DNAFieldAttribute(191, "char", "gp_vertex_size", "char", 1, false)]
[DNAFieldAttribute(191, "char", "gp_vertex_size", "char", 1, false, 747)]
public char gp_vertex_size;
[DNAFieldAttribute(192, "char", "gp_vertex[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(192, "char", "gp_vertex[4]", "System.Char[]", 4, false, 748)]
public char[] gp_vertex = new System.Char[4];
[DNAFieldAttribute(193, "char", "gp_vertex_select[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(193, "char", "gp_vertex_select[4]", "System.Char[]", 4, false, 752)]
public char[] gp_vertex_select = new System.Char[4];
[DNAFieldAttribute(194, "char", "preview_back[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(194, "char", "preview_back[4]", "System.Char[]", 4, false, 756)]
public char[] preview_back = new System.Char[4];
[DNAFieldAttribute(195, "char", "preview_stitch_face[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(195, "char", "preview_stitch_face[4]", "System.Char[]", 4, false, 760)]
public char[] preview_stitch_face = new System.Char[4];
[DNAFieldAttribute(196, "char", "preview_stitch_edge[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(196, "char", "preview_stitch_edge[4]", "System.Char[]", 4, false, 764)]
public char[] preview_stitch_edge = new System.Char[4];
[DNAFieldAttribute(197, "char", "preview_stitch_vert[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(197, "char", "preview_stitch_vert[4]", "System.Char[]", 4, false, 768)]
public char[] preview_stitch_vert = new System.Char[4];
[DNAFieldAttribute(198, "char", "preview_stitch_stitchable[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(198, "char", "preview_stitch_stitchable[4]", "System.Char[]", 4, false, 772)]
public char[] preview_stitch_stitchable = new System.Char[4];
[DNAFieldAttribute(199, "char", "preview_stitch_unstitchable[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(199, "char", "preview_stitch_unstitchable[4]", "System.Char[]", 4, false, 776)]
public char[] preview_stitch_unstitchable = new System.Char[4];
[DNAFieldAttribute(200, "char", "preview_stitch_active[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(200, "char", "preview_stitch_active[4]", "System.Char[]", 4, false, 780)]
public char[] preview_stitch_active = new System.Char[4];
[DNAFieldAttribute(201, "char", "uv_shadow[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(201, "char", "uv_shadow[4]", "System.Char[]", 4, false, 784)]
public char[] uv_shadow = new System.Char[4];
[DNAFieldAttribute(202, "char", "match[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(202, "char", "match[4]", "System.Char[]", 4, false, 788)]
public char[] match = new System.Char[4];
[DNAFieldAttribute(203, "char", "selected_highlight[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(203, "char", "selected_highlight[4]", "System.Char[]", 4, false, 792)]
public char[] selected_highlight = new System.Char[4];
[DNAFieldAttribute(204, "char", "selected_object[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(204, "char", "selected_object[4]", "System.Char[]", 4, false, 796)]
public char[] selected_object = new System.Char[4];
[DNAFieldAttribute(205, "char", "active_object[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(205, "char", "active_object[4]", "System.Char[]", 4, false, 800)]
public char[] active_object = new System.Char[4];
[DNAFieldAttribute(206, "char", "edited_object[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(206, "char", "edited_object[4]", "System.Char[]", 4, false, 804)]
public char[] edited_object = new System.Char[4];
[DNAFieldAttribute(207, "char", "row_alternate[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(207, "char", "row_alternate[4]", "System.Char[]", 4, false, 808)]
public char[] row_alternate = new System.Char[4];
[DNAFieldAttribute(208, "char", "skin_root[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(208, "char", "skin_root[4]", "System.Char[]", 4, false, 812)]
public char[] skin_root = new System.Char[4];
[DNAFieldAttribute(209, "char", "anim_active[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(209, "char", "anim_active[4]", "System.Char[]", 4, false, 816)]
public char[] anim_active = new System.Char[4];
[DNAFieldAttribute(210, "char", "anim_non_active[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(210, "char", "anim_non_active[4]", "System.Char[]", 4, false, 820)]
public char[] anim_non_active = new System.Char[4];
[DNAFieldAttribute(211, "char", "anim_preview_range[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(211, "char", "anim_preview_range[4]", "System.Char[]", 4, false, 824)]
public char[] anim_preview_range = new System.Char[4];
[DNAFieldAttribute(212, "char", "nla_tweaking[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(212, "char", "nla_tweaking[4]", "System.Char[]", 4, false, 828)]
public char[] nla_tweaking = new System.Char[4];
[DNAFieldAttribute(213, "char", "nla_tweakdupli[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(213, "char", "nla_tweakdupli[4]", "System.Char[]", 4, false, 832)]
public char[] nla_tweakdupli = new System.Char[4];
[DNAFieldAttribute(214, "char", "nla_track[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(214, "char", "nla_track[4]", "System.Char[]", 4, false, 836)]
public char[] nla_track = new System.Char[4];
[DNAFieldAttribute(215, "char", "nla_transition[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(215, "char", "nla_transition[4]", "System.Char[]", 4, false, 840)]
public char[] nla_transition = new System.Char[4];
[DNAFieldAttribute(216, "char", "nla_transition_sel[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(216, "char", "nla_transition_sel[4]", "System.Char[]", 4, false, 844)]
public char[] nla_transition_sel = new System.Char[4];
[DNAFieldAttribute(217, "char", "nla_meta[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(217, "char", "nla_meta[4]", "System.Char[]", 4, false, 848)]
public char[] nla_meta = new System.Char[4];
[DNAFieldAttribute(218, "char", "nla_meta_sel[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(218, "char", "nla_meta_sel[4]", "System.Char[]", 4, false, 852)]
public char[] nla_meta_sel = new System.Char[4];
[DNAFieldAttribute(219, "char", "nla_sound[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(219, "char", "nla_sound[4]", "System.Char[]", 4, false, 856)]
public char[] nla_sound = new System.Char[4];
[DNAFieldAttribute(220, "char", "nla_sound_sel[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(220, "char", "nla_sound_sel[4]", "System.Char[]", 4, false, 860)]
public char[] nla_sound_sel = new System.Char[4];
[DNAFieldAttribute(221, "char", "info_selected[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(221, "char", "info_selected[4]", "System.Char[]", 4, false, 864)]
public char[] info_selected = new System.Char[4];
[DNAFieldAttribute(222, "char", "info_selected_text[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(222, "char", "info_selected_text[4]", "System.Char[]", 4, false, 868)]
public char[] info_selected_text = new System.Char[4];
[DNAFieldAttribute(223, "char", "info_error[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(223, "char", "info_error[4]", "System.Char[]", 4, false, 872)]
public char[] info_error = new System.Char[4];
[DNAFieldAttribute(224, "char", "info_error_text[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(224, "char", "info_error_text[4]", "System.Char[]", 4, false, 876)]
public char[] info_error_text = new System.Char[4];
[DNAFieldAttribute(225, "char", "info_warning[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(225, "char", "info_warning[4]", "System.Char[]", 4, false, 880)]
public char[] info_warning = new System.Char[4];
[DNAFieldAttribute(226, "char", "info_warning_text[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(226, "char", "info_warning_text[4]", "System.Char[]", 4, false, 884)]
public char[] info_warning_text = new System.Char[4];
[DNAFieldAttribute(227, "char", "info_info[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(227, "char", "info_info[4]", "System.Char[]", 4, false, 888)]
public char[] info_info = new System.Char[4];
[DNAFieldAttribute(228, "char", "info_info_text[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(228, "char", "info_info_text[4]", "System.Char[]", 4, false, 892)]
public char[] info_info_text = new System.Char[4];
[DNAFieldAttribute(229, "char", "info_debug[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(229, "char", "info_debug[4]", "System.Char[]", 4, false, 896)]
public char[] info_debug = new System.Char[4];
[DNAFieldAttribute(230, "char", "info_debug_text[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(230, "char", "info_debug_text[4]", "System.Char[]", 4, false, 900)]
public char[] info_debug_text = new System.Char[4];
[DNAFieldAttribute(231, "char", "info_property[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(231, "char", "info_property[4]", "System.Char[]", 4, false, 904)]
public char[] info_property = new System.Char[4];
[DNAFieldAttribute(232, "char", "info_property_text[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(232, "char", "info_property_text[4]", "System.Char[]", 4, false, 908)]
public char[] info_property_text = new System.Char[4];
[DNAFieldAttribute(233, "char", "info_operator[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(233, "char", "info_operator[4]", "System.Char[]", 4, false, 912)]
public char[] info_operator = new System.Char[4];
[DNAFieldAttribute(234, "char", "info_operator_text[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(234, "char", "info_operator_text[4]", "System.Char[]", 4, false, 916)]
public char[] info_operator_text = new System.Char[4];
[DNAFieldAttribute(235, "char", "paint_curve_pivot[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(235, "char", "paint_curve_pivot[4]", "System.Char[]", 4, false, 920)]
public char[] paint_curve_pivot = new System.Char[4];
[DNAFieldAttribute(236, "char", "paint_curve_handle[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(236, "char", "paint_curve_handle[4]", "System.Char[]", 4, false, 924)]
public char[] paint_curve_handle = new System.Char[4];
[DNAFieldAttribute(237, "char", "metadatabg[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(237, "char", "metadatabg[4]", "System.Char[]", 4, false, 928)]
public char[] metadatabg = new System.Char[4];
[DNAFieldAttribute(238, "char", "metadatatext[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(238, "char", "metadatatext[4]", "System.Char[]", 4, false, 932)]
public char[] metadatatext = new System.Char[4];
public ThemeSpace() {
this.back = default;