894 lines
43 KiB
C#
894 lines
43 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
using System;
|
|
|
|
|
|
namespace BlendFile.DNA {
|
|
using BlendFile;
|
|
|
|
[DNAClassAttribute(1015, "UserDef")]
|
|
public class UserDef {
|
|
[DNAFieldAttribute(0, "int", "versionfile", "int", 4)]
|
|
public int versionfile;
|
|
[DNAFieldAttribute(1, "int", "subversionfile", "int", 4)]
|
|
public int subversionfile;
|
|
[DNAFieldAttribute(2, "int", "flag", "int", 4)]
|
|
public int flag;
|
|
[DNAFieldAttribute(3, "int", "dupflag", "int", 4)]
|
|
public int dupflag;
|
|
[DNAFieldAttribute(4, "char", "pref_flag", "char", 1)]
|
|
public char pref_flag;
|
|
[DNAFieldAttribute(5, "char", "savetime", "char", 1)]
|
|
public char savetime;
|
|
[DNAFieldAttribute(6, "char", "mouse_emulate_3_button_modifier", "char", 1)]
|
|
public char mouse_emulate_3_button_modifier;
|
|
[DNAFieldAttribute(7, "char", "trackpad_scroll_direction", "char", 1)]
|
|
public char trackpad_scroll_direction;
|
|
[DNAFieldAttribute(8, "char", "tempdir[768]", "System.Char[]", 1)]
|
|
public char[] tempdir = new System.Char[768];
|
|
[DNAFieldAttribute(9, "char", "fontdir[768]", "System.Char[]", 1)]
|
|
public char[] fontdir = new System.Char[768];
|
|
[DNAFieldAttribute(10, "char", "renderdir[1024]", "System.Char[]", 1)]
|
|
public char[] renderdir = new System.Char[1024];
|
|
[DNAFieldAttribute(11, "char", "render_cachedir[768]", "System.Char[]", 1)]
|
|
public char[] render_cachedir = new System.Char[768];
|
|
[DNAFieldAttribute(12, "char", "textudir[768]", "System.Char[]", 1)]
|
|
public char[] textudir = new System.Char[768];
|
|
[DNAFieldAttribute(13, "char", "pythondir[768]", "System.Char[]", 1)]
|
|
public char[] pythondir = new System.Char[768];
|
|
[DNAFieldAttribute(14, "char", "sounddir[768]", "System.Char[]", 1)]
|
|
public char[] sounddir = new System.Char[768];
|
|
[DNAFieldAttribute(15, "char", "i18ndir[768]", "System.Char[]", 1)]
|
|
public char[] i18ndir = new System.Char[768];
|
|
[DNAFieldAttribute(16, "char", "image_editor[1024]", "System.Char[]", 1)]
|
|
public char[] image_editor = new System.Char[1024];
|
|
[DNAFieldAttribute(17, "char", "text_editor[1024]", "System.Char[]", 1)]
|
|
public char[] text_editor = new System.Char[1024];
|
|
[DNAFieldAttribute(18, "char", "text_editor_args[256]", "System.Char[]", 1)]
|
|
public char[] text_editor_args = new System.Char[256];
|
|
[DNAFieldAttribute(19, "char", "anim_player[1024]", "System.Char[]", 1)]
|
|
public char[] anim_player = new System.Char[1024];
|
|
[DNAFieldAttribute(20, "int", "anim_player_preset", "int", 4)]
|
|
public int anim_player_preset;
|
|
[DNAFieldAttribute(21, "short", "v2d_min_gridsize", "short", 2)]
|
|
public short v2d_min_gridsize;
|
|
[DNAFieldAttribute(22, "short", "timecode_style", "short", 2)]
|
|
public short timecode_style;
|
|
[DNAFieldAttribute(23, "short", "versions", "short", 2)]
|
|
public short versions;
|
|
[DNAFieldAttribute(24, "short", "dbl_click_time", "short", 2)]
|
|
public short dbl_click_time;
|
|
[DNAFieldAttribute(25, "char", "_pad0[3]", "System.Char[]", 1)]
|
|
public char[] _pad0 = new System.Char[3];
|
|
[DNAFieldAttribute(26, "char", "mini_axis_type", "char", 1)]
|
|
public char mini_axis_type;
|
|
[DNAFieldAttribute(27, "int", "uiflag", "int", 4)]
|
|
public int uiflag;
|
|
[DNAFieldAttribute(28, "char", "uiflag2", "char", 1)]
|
|
public char uiflag2;
|
|
[DNAFieldAttribute(29, "char", "gpu_flag", "char", 1)]
|
|
public char gpu_flag;
|
|
[DNAFieldAttribute(30, "char", "_pad8[6]", "System.Char[]", 1)]
|
|
public char[] _pad8 = new System.Char[6];
|
|
[DNAFieldAttribute(31, "char", "app_flag", "char", 1)]
|
|
public char app_flag;
|
|
[DNAFieldAttribute(32, "char", "viewzoom", "char", 1)]
|
|
public char viewzoom;
|
|
[DNAFieldAttribute(33, "short", "language", "short", 2)]
|
|
public short language;
|
|
[DNAFieldAttribute(34, "int", "mixbufsize", "int", 4)]
|
|
public int mixbufsize;
|
|
[DNAFieldAttribute(35, "int", "audiodevice", "int", 4)]
|
|
public int audiodevice;
|
|
[DNAFieldAttribute(36, "int", "audiorate", "int", 4)]
|
|
public int audiorate;
|
|
[DNAFieldAttribute(37, "int", "audioformat", "int", 4)]
|
|
public int audioformat;
|
|
[DNAFieldAttribute(38, "int", "audiochannels", "int", 4)]
|
|
public int audiochannels;
|
|
[DNAFieldAttribute(39, "float", "ui_scale", "float", 4)]
|
|
public float ui_scale;
|
|
[DNAFieldAttribute(40, "int", "ui_line_width", "int", 4)]
|
|
public int ui_line_width;
|
|
[DNAFieldAttribute(41, "int", "dpi", "int", 4)]
|
|
public int dpi;
|
|
[DNAFieldAttribute(42, "float", "scale_factor", "float", 4)]
|
|
public float scale_factor;
|
|
[DNAFieldAttribute(43, "float", "inv_scale_factor", "float", 4)]
|
|
public float inv_scale_factor;
|
|
[DNAFieldAttribute(44, "float", "pixelsize", "float", 4)]
|
|
public float pixelsize;
|
|
[DNAFieldAttribute(45, "int", "virtual_pixel", "int", 4)]
|
|
public int virtual_pixel;
|
|
[DNAFieldAttribute(46, "int", "scrollback", "int", 4)]
|
|
public int scrollback;
|
|
[DNAFieldAttribute(47, "char", "node_margin", "char", 1)]
|
|
public char node_margin;
|
|
[DNAFieldAttribute(48, "char", "node_preview_res", "char", 1)]
|
|
public char node_preview_res;
|
|
[DNAFieldAttribute(49, "short", "transopts", "short", 2)]
|
|
public short transopts;
|
|
[DNAFieldAttribute(50, "short", "menuthreshold1", "short", 2)]
|
|
public short menuthreshold1;
|
|
[DNAFieldAttribute(51, "short", "menuthreshold2", "short", 2)]
|
|
public short menuthreshold2;
|
|
[DNAFieldAttribute(52, "char", "app_template[64]", "System.Char[]", 1)]
|
|
public char[] app_template = new System.Char[64];
|
|
[DNAFieldAttribute(53, "ListBase", "themes", "ListBase", 16)]
|
|
public ListBase themes;
|
|
[DNAFieldAttribute(54, "ListBase", "uifonts", "ListBase", 16)]
|
|
public ListBase uifonts;
|
|
[DNAFieldAttribute(55, "ListBase", "uistyles", "ListBase", 16)]
|
|
public ListBase uistyles;
|
|
[DNAFieldAttribute(56, "ListBase", "user_keymaps", "ListBase", 16)]
|
|
public ListBase user_keymaps;
|
|
[DNAFieldAttribute(57, "ListBase", "user_keyconfig_prefs", "ListBase", 16)]
|
|
public ListBase user_keyconfig_prefs;
|
|
[DNAFieldAttribute(58, "ListBase", "addons", "ListBase", 16)]
|
|
public ListBase addons;
|
|
[DNAFieldAttribute(59, "ListBase", "autoexec_paths", "ListBase", 16)]
|
|
public ListBase autoexec_paths;
|
|
[DNAFieldAttribute(60, "ListBase", "script_directories", "ListBase", 16)]
|
|
public ListBase script_directories;
|
|
[DNAFieldAttribute(61, "ListBase", "user_menus", "ListBase", 16)]
|
|
public ListBase user_menus;
|
|
[DNAFieldAttribute(62, "ListBase", "asset_libraries", "ListBase", 16)]
|
|
public ListBase asset_libraries;
|
|
[DNAFieldAttribute(63, "ListBase", "extension_repos", "ListBase", 16)]
|
|
public ListBase extension_repos;
|
|
[DNAFieldAttribute(64, "ListBase", "asset_shelves_settings", "ListBase", 16)]
|
|
public ListBase asset_shelves_settings;
|
|
[DNAFieldAttribute(65, "char", "keyconfigstr[64]", "System.Char[]", 1)]
|
|
public char[] keyconfigstr = new System.Char[64];
|
|
[DNAFieldAttribute(66, "short", "active_asset_library", "short", 2)]
|
|
public short active_asset_library;
|
|
[DNAFieldAttribute(67, "short", "active_extension_repo", "short", 2)]
|
|
public short active_extension_repo;
|
|
[DNAFieldAttribute(68, "char", "extension_flag", "char", 1)]
|
|
public char extension_flag;
|
|
[DNAFieldAttribute(69, "uchar", "network_timeout", "uchar", 1)]
|
|
public byte network_timeout;
|
|
[DNAFieldAttribute(70, "uchar", "network_connection_limit", "uchar", 1)]
|
|
public byte network_connection_limit;
|
|
[DNAFieldAttribute(71, "char", "_pad14[3]", "System.Char[]", 1)]
|
|
public char[] _pad14 = new System.Char[3];
|
|
[DNAFieldAttribute(72, "short", "undosteps", "short", 2)]
|
|
public short undosteps;
|
|
[DNAFieldAttribute(73, "int", "undomemory", "int", 4)]
|
|
public int undomemory;
|
|
[DNAFieldAttribute(74, "float", "gpu_viewport_quality", "float", 4)]
|
|
public float gpu_viewport_quality;
|
|
[DNAFieldAttribute(75, "short", "gp_manhattendist", "short", 2)]
|
|
public short gp_manhattendist;
|
|
[DNAFieldAttribute(76, "short", "gp_euclideandist", "short", 2)]
|
|
public short gp_euclideandist;
|
|
[DNAFieldAttribute(77, "short", "gp_eraser", "short", 2)]
|
|
public short gp_eraser;
|
|
[DNAFieldAttribute(78, "short", "gp_settings", "short", 2)]
|
|
public short gp_settings;
|
|
[DNAFieldAttribute(79, "char", "_pad13[4]", "System.Char[]", 1)]
|
|
public char[] _pad13 = new System.Char[4];
|
|
[DNAFieldAttribute(80, "SolidLight", "light_param[4]", "SolidLight[]", 56)]
|
|
public SolidLight[] light_param = new SolidLight[4];
|
|
[DNAFieldAttribute(81, "float", "light_ambient[3]", "System.Single[]", 4)]
|
|
public float[] light_ambient = new System.Single[3];
|
|
[DNAFieldAttribute(82, "char", "gizmo_flag", "char", 1)]
|
|
public char gizmo_flag;
|
|
[DNAFieldAttribute(83, "char", "gizmo_size", "char", 1)]
|
|
public char gizmo_size;
|
|
[DNAFieldAttribute(84, "char", "gizmo_size_navigate_v3d", "char", 1)]
|
|
public char gizmo_size_navigate_v3d;
|
|
[DNAFieldAttribute(85, "char", "_pad3[5]", "System.Char[]", 1)]
|
|
public char[] _pad3 = new System.Char[5];
|
|
[DNAFieldAttribute(86, "short", "edit_studio_light", "short", 2)]
|
|
public short edit_studio_light;
|
|
[DNAFieldAttribute(87, "short", "lookdev_sphere_size", "short", 2)]
|
|
public short lookdev_sphere_size;
|
|
[DNAFieldAttribute(88, "short", "vbotimeout", "short", 2)]
|
|
public short vbotimeout;
|
|
[DNAFieldAttribute(89, "short", "vbocollectrate", "short", 2)]
|
|
public short vbocollectrate;
|
|
[DNAFieldAttribute(90, "short", "textimeout", "short", 2)]
|
|
public short textimeout;
|
|
[DNAFieldAttribute(91, "short", "texcollectrate", "short", 2)]
|
|
public short texcollectrate;
|
|
[DNAFieldAttribute(92, "int", "memcachelimit", "int", 4)]
|
|
public int memcachelimit;
|
|
[DNAFieldAttribute(93, "int", "prefetchframes", "int", 4)]
|
|
public int prefetchframes;
|
|
[DNAFieldAttribute(94, "float", "pad_rot_angle", "float", 4)]
|
|
public float pad_rot_angle;
|
|
[DNAFieldAttribute(95, "char", "_pad12[4]", "System.Char[]", 1)]
|
|
public char[] _pad12 = new System.Char[4];
|
|
[DNAFieldAttribute(96, "short", "rvisize", "short", 2)]
|
|
public short rvisize;
|
|
[DNAFieldAttribute(97, "short", "rvibright", "short", 2)]
|
|
public short rvibright;
|
|
[DNAFieldAttribute(98, "short", "recent_files", "short", 2)]
|
|
public short recent_files;
|
|
[DNAFieldAttribute(99, "short", "smooth_viewtx", "short", 2)]
|
|
public short smooth_viewtx;
|
|
[DNAFieldAttribute(100, "short", "glreslimit", "short", 2)]
|
|
public short glreslimit;
|
|
[DNAFieldAttribute(101, "short", "color_picker_type", "short", 2)]
|
|
public short color_picker_type;
|
|
[DNAFieldAttribute(102, "char", "auto_smoothing_new", "char", 1)]
|
|
public char auto_smoothing_new;
|
|
[DNAFieldAttribute(103, "char", "ipo_new", "char", 1)]
|
|
public char ipo_new;
|
|
[DNAFieldAttribute(104, "char", "keyhandles_new", "char", 1)]
|
|
public char keyhandles_new;
|
|
[DNAFieldAttribute(105, "char", "_pad11[4]", "System.Char[]", 1)]
|
|
public char[] _pad11 = new System.Char[4];
|
|
[DNAFieldAttribute(106, "char", "view_frame_type", "char", 1)]
|
|
public char view_frame_type;
|
|
[DNAFieldAttribute(107, "int", "view_frame_keyframes", "int", 4)]
|
|
public int view_frame_keyframes;
|
|
[DNAFieldAttribute(108, "float", "view_frame_seconds", "float", 4)]
|
|
public float view_frame_seconds;
|
|
[DNAFieldAttribute(109, "int", "gpu_preferred_index", "int", 4)]
|
|
public int gpu_preferred_index;
|
|
[DNAFieldAttribute(110, "int", "gpu_preferred_vendor_id", "int", 4)]
|
|
public int gpu_preferred_vendor_id;
|
|
[DNAFieldAttribute(111, "int", "gpu_preferred_device_id", "int", 4)]
|
|
public int gpu_preferred_device_id;
|
|
[DNAFieldAttribute(112, "char", "_pad16[4]", "System.Char[]", 1)]
|
|
public char[] _pad16 = new System.Char[4];
|
|
[DNAFieldAttribute(113, "short", "gpu_backend", "short", 2)]
|
|
public short gpu_backend;
|
|
[DNAFieldAttribute(114, "short", "max_shader_compilation_subprocesses", "short", 2)]
|
|
public short max_shader_compilation_subprocesses;
|
|
[DNAFieldAttribute(115, "short", "playback_fps_samples", "short", 2)]
|
|
public short playback_fps_samples;
|
|
[DNAFieldAttribute(116, "short", "widget_unit", "short", 2)]
|
|
public short widget_unit;
|
|
[DNAFieldAttribute(117, "short", "anisotropic_filter", "short", 2)]
|
|
public short anisotropic_filter;
|
|
[DNAFieldAttribute(118, "short", "tablet_api", "short", 2)]
|
|
public short tablet_api;
|
|
[DNAFieldAttribute(119, "float", "pressure_threshold_max", "float", 4)]
|
|
public float pressure_threshold_max;
|
|
[DNAFieldAttribute(120, "float", "pressure_softness", "float", 4)]
|
|
public float pressure_softness;
|
|
[DNAFieldAttribute(121, "float", "ndof_sensitivity", "float", 4)]
|
|
public float ndof_sensitivity;
|
|
[DNAFieldAttribute(122, "float", "ndof_orbit_sensitivity", "float", 4)]
|
|
public float ndof_orbit_sensitivity;
|
|
[DNAFieldAttribute(123, "float", "ndof_deadzone", "float", 4)]
|
|
public float ndof_deadzone;
|
|
[DNAFieldAttribute(124, "int", "ndof_flag", "int", 4)]
|
|
public int ndof_flag;
|
|
[DNAFieldAttribute(125, "short", "ogl_multisamples", "short", 2)]
|
|
public short ogl_multisamples;
|
|
[DNAFieldAttribute(126, "short", "image_draw_method", "short", 2)]
|
|
public short image_draw_method;
|
|
[DNAFieldAttribute(127, "float", "glalphaclip", "float", 4)]
|
|
public float glalphaclip;
|
|
[DNAFieldAttribute(128, "short", "autokey_mode", "short", 2)]
|
|
public short autokey_mode;
|
|
[DNAFieldAttribute(129, "short", "autokey_flag", "short", 2)]
|
|
public short autokey_flag;
|
|
[DNAFieldAttribute(130, "short", "key_insert_channels", "short", 2)]
|
|
public short key_insert_channels;
|
|
[DNAFieldAttribute(131, "char", "_pad15[6]", "System.Char[]", 1)]
|
|
public char[] _pad15 = new System.Char[6];
|
|
[DNAFieldAttribute(132, "short", "animation_flag", "short", 2)]
|
|
public short animation_flag;
|
|
[DNAFieldAttribute(133, "char", "text_render", "char", 1)]
|
|
public char text_render;
|
|
[DNAFieldAttribute(134, "char", "navigation_mode", "char", 1)]
|
|
public char navigation_mode;
|
|
[DNAFieldAttribute(135, "float", "view_rotate_sensitivity_turntable", "float", 4)]
|
|
public float view_rotate_sensitivity_turntable;
|
|
[DNAFieldAttribute(136, "float", "view_rotate_sensitivity_trackball", "float", 4)]
|
|
public float view_rotate_sensitivity_trackball;
|
|
[DNAFieldAttribute(137, "ColorBand", "coba_weight", "ColorBand", 776)]
|
|
public ColorBand coba_weight;
|
|
[DNAFieldAttribute(138, "float", "sculpt_paint_overlay_col[3]", "System.Single[]", 4)]
|
|
public float[] sculpt_paint_overlay_col = new System.Single[3];
|
|
[DNAFieldAttribute(139, "float", "gpencil_new_layer_col[4]", "System.Single[]", 4)]
|
|
public float[] gpencil_new_layer_col = new System.Single[4];
|
|
[DNAFieldAttribute(140, "char", "drag_threshold_mouse", "char", 1)]
|
|
public char drag_threshold_mouse;
|
|
[DNAFieldAttribute(141, "char", "drag_threshold_tablet", "char", 1)]
|
|
public char drag_threshold_tablet;
|
|
[DNAFieldAttribute(142, "char", "drag_threshold", "char", 1)]
|
|
public char drag_threshold;
|
|
[DNAFieldAttribute(143, "char", "move_threshold", "char", 1)]
|
|
public char move_threshold;
|
|
[DNAFieldAttribute(144, "char", "font_path_ui[1024]", "System.Char[]", 1)]
|
|
public char[] font_path_ui = new System.Char[1024];
|
|
[DNAFieldAttribute(145, "char", "font_path_ui_mono[1024]", "System.Char[]", 1)]
|
|
public char[] font_path_ui_mono = new System.Char[1024];
|
|
[DNAFieldAttribute(146, "int", "compute_device_type", "int", 4)]
|
|
public int compute_device_type;
|
|
[DNAFieldAttribute(147, "float", "fcu_inactive_alpha", "float", 4)]
|
|
public float fcu_inactive_alpha;
|
|
[DNAFieldAttribute(148, "short", "pie_tap_timeout", "short", 2)]
|
|
public short pie_tap_timeout;
|
|
[DNAFieldAttribute(149, "short", "pie_initial_timeout", "short", 2)]
|
|
public short pie_initial_timeout;
|
|
[DNAFieldAttribute(150, "short", "pie_animation_timeout", "short", 2)]
|
|
public short pie_animation_timeout;
|
|
[DNAFieldAttribute(151, "short", "pie_menu_confirm", "short", 2)]
|
|
public short pie_menu_confirm;
|
|
[DNAFieldAttribute(152, "short", "pie_menu_radius", "short", 2)]
|
|
public short pie_menu_radius;
|
|
[DNAFieldAttribute(153, "short", "pie_menu_threshold", "short", 2)]
|
|
public short pie_menu_threshold;
|
|
[DNAFieldAttribute(154, "int", "sequencer_editor_flag", "int", 4)]
|
|
public int sequencer_editor_flag;
|
|
[DNAFieldAttribute(155, "char", "factor_display_type", "char", 1)]
|
|
public char factor_display_type;
|
|
[DNAFieldAttribute(156, "char", "viewport_aa", "char", 1)]
|
|
public char viewport_aa;
|
|
[DNAFieldAttribute(157, "char", "render_display_type", "char", 1)]
|
|
public char render_display_type;
|
|
[DNAFieldAttribute(158, "char", "filebrowser_display_type", "char", 1)]
|
|
public char filebrowser_display_type;
|
|
[DNAFieldAttribute(159, "char", "sequencer_disk_cache_dir[1024]", "System.Char[]", 1)]
|
|
public char[] sequencer_disk_cache_dir = new System.Char[1024];
|
|
[DNAFieldAttribute(160, "int", "sequencer_disk_cache_compression", "int", 4)]
|
|
public int sequencer_disk_cache_compression;
|
|
[DNAFieldAttribute(161, "int", "sequencer_disk_cache_size_limit", "int", 4)]
|
|
public int sequencer_disk_cache_size_limit;
|
|
[DNAFieldAttribute(162, "short", "sequencer_disk_cache_flag", "short", 2)]
|
|
public short sequencer_disk_cache_flag;
|
|
[DNAFieldAttribute(163, "short", "sequencer_proxy_setup", "short", 2)]
|
|
public short sequencer_proxy_setup;
|
|
[DNAFieldAttribute(164, "float", "collection_instance_empty_size", "float", 4)]
|
|
public float collection_instance_empty_size;
|
|
[DNAFieldAttribute(165, "char", "text_flag", "char", 1)]
|
|
public char text_flag;
|
|
[DNAFieldAttribute(166, "char", "_pad10[1]", "System.Char[]", 1)]
|
|
public char[] _pad10 = new System.Char[1];
|
|
[DNAFieldAttribute(167, "char", "file_preview_type", "char", 1)]
|
|
public char file_preview_type;
|
|
[DNAFieldAttribute(168, "char", "statusbar_flag", "char", 1)]
|
|
public char statusbar_flag;
|
|
[DNAFieldAttribute(169, "WalkNavigation", "walk_navigation", "WalkNavigation", 32)]
|
|
public WalkNavigation walk_navigation;
|
|
[DNAFieldAttribute(170, "UserDef_SpaceData", "space_data", "UserDef_SpaceData", 8)]
|
|
public UserDef_SpaceData space_data;
|
|
[DNAFieldAttribute(171, "UserDef_FileSpaceData", "file_space_data", "UserDef_FileSpaceData", 40)]
|
|
public UserDef_FileSpaceData file_space_data;
|
|
[DNAFieldAttribute(172, "UserDef_Experimental", "experimental", "UserDef_Experimental", 24)]
|
|
public UserDef_Experimental experimental;
|
|
[DNAFieldAttribute(173, "UserDef_Runtime", "runtime", "UserDef_Runtime", 8)]
|
|
public UserDef_Runtime runtime;
|
|
public UserDef() {
|
|
this.versionfile = default;
|
|
this.subversionfile = default;
|
|
this.flag = default;
|
|
this.dupflag = default;
|
|
this.pref_flag = default;
|
|
this.savetime = default;
|
|
this.mouse_emulate_3_button_modifier = default;
|
|
this.trackpad_scroll_direction = default;
|
|
this.tempdir = default;
|
|
this.fontdir = default;
|
|
this.renderdir = default;
|
|
this.render_cachedir = default;
|
|
this.textudir = default;
|
|
this.pythondir = default;
|
|
this.sounddir = default;
|
|
this.i18ndir = default;
|
|
this.image_editor = default;
|
|
this.text_editor = default;
|
|
this.text_editor_args = default;
|
|
this.anim_player = default;
|
|
this.anim_player_preset = default;
|
|
this.v2d_min_gridsize = default;
|
|
this.timecode_style = default;
|
|
this.versions = default;
|
|
this.dbl_click_time = default;
|
|
this._pad0 = default;
|
|
this.mini_axis_type = default;
|
|
this.uiflag = default;
|
|
this.uiflag2 = default;
|
|
this.gpu_flag = default;
|
|
this._pad8 = default;
|
|
this.app_flag = default;
|
|
this.viewzoom = default;
|
|
this.language = default;
|
|
this.mixbufsize = default;
|
|
this.audiodevice = default;
|
|
this.audiorate = default;
|
|
this.audioformat = default;
|
|
this.audiochannels = default;
|
|
this.ui_scale = default;
|
|
this.ui_line_width = default;
|
|
this.dpi = default;
|
|
this.scale_factor = default;
|
|
this.inv_scale_factor = default;
|
|
this.pixelsize = default;
|
|
this.virtual_pixel = default;
|
|
this.scrollback = default;
|
|
this.node_margin = default;
|
|
this.node_preview_res = default;
|
|
this.transopts = default;
|
|
this.menuthreshold1 = default;
|
|
this.menuthreshold2 = default;
|
|
this.app_template = default;
|
|
this.themes = default;
|
|
this.uifonts = default;
|
|
this.uistyles = default;
|
|
this.user_keymaps = default;
|
|
this.user_keyconfig_prefs = default;
|
|
this.addons = default;
|
|
this.autoexec_paths = default;
|
|
this.script_directories = default;
|
|
this.user_menus = default;
|
|
this.asset_libraries = default;
|
|
this.extension_repos = default;
|
|
this.asset_shelves_settings = default;
|
|
this.keyconfigstr = default;
|
|
this.active_asset_library = default;
|
|
this.active_extension_repo = default;
|
|
this.extension_flag = default;
|
|
this.network_timeout = default;
|
|
this.network_connection_limit = default;
|
|
this._pad14 = default;
|
|
this.undosteps = default;
|
|
this.undomemory = default;
|
|
this.gpu_viewport_quality = default;
|
|
this.gp_manhattendist = default;
|
|
this.gp_euclideandist = default;
|
|
this.gp_eraser = default;
|
|
this.gp_settings = default;
|
|
this._pad13 = default;
|
|
this.light_param = default;
|
|
this.light_ambient = default;
|
|
this.gizmo_flag = default;
|
|
this.gizmo_size = default;
|
|
this.gizmo_size_navigate_v3d = default;
|
|
this._pad3 = default;
|
|
this.edit_studio_light = default;
|
|
this.lookdev_sphere_size = default;
|
|
this.vbotimeout = default;
|
|
this.vbocollectrate = default;
|
|
this.textimeout = default;
|
|
this.texcollectrate = default;
|
|
this.memcachelimit = default;
|
|
this.prefetchframes = default;
|
|
this.pad_rot_angle = default;
|
|
this._pad12 = default;
|
|
this.rvisize = default;
|
|
this.rvibright = default;
|
|
this.recent_files = default;
|
|
this.smooth_viewtx = default;
|
|
this.glreslimit = default;
|
|
this.color_picker_type = default;
|
|
this.auto_smoothing_new = default;
|
|
this.ipo_new = default;
|
|
this.keyhandles_new = default;
|
|
this._pad11 = default;
|
|
this.view_frame_type = default;
|
|
this.view_frame_keyframes = default;
|
|
this.view_frame_seconds = default;
|
|
this.gpu_preferred_index = default;
|
|
this.gpu_preferred_vendor_id = default;
|
|
this.gpu_preferred_device_id = default;
|
|
this._pad16 = default;
|
|
this.gpu_backend = default;
|
|
this.max_shader_compilation_subprocesses = default;
|
|
this.playback_fps_samples = default;
|
|
this.widget_unit = default;
|
|
this.anisotropic_filter = default;
|
|
this.tablet_api = default;
|
|
this.pressure_threshold_max = default;
|
|
this.pressure_softness = default;
|
|
this.ndof_sensitivity = default;
|
|
this.ndof_orbit_sensitivity = default;
|
|
this.ndof_deadzone = default;
|
|
this.ndof_flag = default;
|
|
this.ogl_multisamples = default;
|
|
this.image_draw_method = default;
|
|
this.glalphaclip = default;
|
|
this.autokey_mode = default;
|
|
this.autokey_flag = default;
|
|
this.key_insert_channels = default;
|
|
this._pad15 = default;
|
|
this.animation_flag = default;
|
|
this.text_render = default;
|
|
this.navigation_mode = default;
|
|
this.view_rotate_sensitivity_turntable = default;
|
|
this.view_rotate_sensitivity_trackball = default;
|
|
this.coba_weight = default;
|
|
this.sculpt_paint_overlay_col = default;
|
|
this.gpencil_new_layer_col = default;
|
|
this.drag_threshold_mouse = default;
|
|
this.drag_threshold_tablet = default;
|
|
this.drag_threshold = default;
|
|
this.move_threshold = default;
|
|
this.font_path_ui = default;
|
|
this.font_path_ui_mono = default;
|
|
this.compute_device_type = default;
|
|
this.fcu_inactive_alpha = default;
|
|
this.pie_tap_timeout = default;
|
|
this.pie_initial_timeout = default;
|
|
this.pie_animation_timeout = default;
|
|
this.pie_menu_confirm = default;
|
|
this.pie_menu_radius = default;
|
|
this.pie_menu_threshold = default;
|
|
this.sequencer_editor_flag = default;
|
|
this.factor_display_type = default;
|
|
this.viewport_aa = default;
|
|
this.render_display_type = default;
|
|
this.filebrowser_display_type = default;
|
|
this.sequencer_disk_cache_dir = default;
|
|
this.sequencer_disk_cache_compression = default;
|
|
this.sequencer_disk_cache_size_limit = default;
|
|
this.sequencer_disk_cache_flag = default;
|
|
this.sequencer_proxy_setup = default;
|
|
this.collection_instance_empty_size = default;
|
|
this.text_flag = default;
|
|
this._pad10 = default;
|
|
this.file_preview_type = default;
|
|
this.statusbar_flag = default;
|
|
this.walk_navigation = default;
|
|
this.space_data = default;
|
|
this.file_space_data = default;
|
|
this.experimental = default;
|
|
this.runtime = default;
|
|
}
|
|
public UserDef(
|
|
int versionfile,
|
|
int subversionfile,
|
|
int flag,
|
|
int dupflag,
|
|
char pref_flag,
|
|
char savetime,
|
|
char mouse_emulate_3_button_modifier,
|
|
char trackpad_scroll_direction,
|
|
char[] tempdir,
|
|
char[] fontdir,
|
|
char[] renderdir,
|
|
char[] render_cachedir,
|
|
char[] textudir,
|
|
char[] pythondir,
|
|
char[] sounddir,
|
|
char[] i18ndir,
|
|
char[] image_editor,
|
|
char[] text_editor,
|
|
char[] text_editor_args,
|
|
char[] anim_player,
|
|
int anim_player_preset,
|
|
short v2d_min_gridsize,
|
|
short timecode_style,
|
|
short versions,
|
|
short dbl_click_time,
|
|
char[] _pad0,
|
|
char mini_axis_type,
|
|
int uiflag,
|
|
char uiflag2,
|
|
char gpu_flag,
|
|
char[] _pad8,
|
|
char app_flag,
|
|
char viewzoom,
|
|
short language,
|
|
int mixbufsize,
|
|
int audiodevice,
|
|
int audiorate,
|
|
int audioformat,
|
|
int audiochannels,
|
|
float ui_scale,
|
|
int ui_line_width,
|
|
int dpi,
|
|
float scale_factor,
|
|
float inv_scale_factor,
|
|
float pixelsize,
|
|
int virtual_pixel,
|
|
int scrollback,
|
|
char node_margin,
|
|
char node_preview_res,
|
|
short transopts,
|
|
short menuthreshold1,
|
|
short menuthreshold2,
|
|
char[] app_template,
|
|
ListBase themes,
|
|
ListBase uifonts,
|
|
ListBase uistyles,
|
|
ListBase user_keymaps,
|
|
ListBase user_keyconfig_prefs,
|
|
ListBase addons,
|
|
ListBase autoexec_paths,
|
|
ListBase script_directories,
|
|
ListBase user_menus,
|
|
ListBase asset_libraries,
|
|
ListBase extension_repos,
|
|
ListBase asset_shelves_settings,
|
|
char[] keyconfigstr,
|
|
short active_asset_library,
|
|
short active_extension_repo,
|
|
char extension_flag,
|
|
byte network_timeout,
|
|
byte network_connection_limit,
|
|
char[] _pad14,
|
|
short undosteps,
|
|
int undomemory,
|
|
float gpu_viewport_quality,
|
|
short gp_manhattendist,
|
|
short gp_euclideandist,
|
|
short gp_eraser,
|
|
short gp_settings,
|
|
char[] _pad13,
|
|
SolidLight[] light_param,
|
|
float[] light_ambient,
|
|
char gizmo_flag,
|
|
char gizmo_size,
|
|
char gizmo_size_navigate_v3d,
|
|
char[] _pad3,
|
|
short edit_studio_light,
|
|
short lookdev_sphere_size,
|
|
short vbotimeout,
|
|
short vbocollectrate,
|
|
short textimeout,
|
|
short texcollectrate,
|
|
int memcachelimit,
|
|
int prefetchframes,
|
|
float pad_rot_angle,
|
|
char[] _pad12,
|
|
short rvisize,
|
|
short rvibright,
|
|
short recent_files,
|
|
short smooth_viewtx,
|
|
short glreslimit,
|
|
short color_picker_type,
|
|
char auto_smoothing_new,
|
|
char ipo_new,
|
|
char keyhandles_new,
|
|
char[] _pad11,
|
|
char view_frame_type,
|
|
int view_frame_keyframes,
|
|
float view_frame_seconds,
|
|
int gpu_preferred_index,
|
|
int gpu_preferred_vendor_id,
|
|
int gpu_preferred_device_id,
|
|
char[] _pad16,
|
|
short gpu_backend,
|
|
short max_shader_compilation_subprocesses,
|
|
short playback_fps_samples,
|
|
short widget_unit,
|
|
short anisotropic_filter,
|
|
short tablet_api,
|
|
float pressure_threshold_max,
|
|
float pressure_softness,
|
|
float ndof_sensitivity,
|
|
float ndof_orbit_sensitivity,
|
|
float ndof_deadzone,
|
|
int ndof_flag,
|
|
short ogl_multisamples,
|
|
short image_draw_method,
|
|
float glalphaclip,
|
|
short autokey_mode,
|
|
short autokey_flag,
|
|
short key_insert_channels,
|
|
char[] _pad15,
|
|
short animation_flag,
|
|
char text_render,
|
|
char navigation_mode,
|
|
float view_rotate_sensitivity_turntable,
|
|
float view_rotate_sensitivity_trackball,
|
|
ColorBand coba_weight,
|
|
float[] sculpt_paint_overlay_col,
|
|
float[] gpencil_new_layer_col,
|
|
char drag_threshold_mouse,
|
|
char drag_threshold_tablet,
|
|
char drag_threshold,
|
|
char move_threshold,
|
|
char[] font_path_ui,
|
|
char[] font_path_ui_mono,
|
|
int compute_device_type,
|
|
float fcu_inactive_alpha,
|
|
short pie_tap_timeout,
|
|
short pie_initial_timeout,
|
|
short pie_animation_timeout,
|
|
short pie_menu_confirm,
|
|
short pie_menu_radius,
|
|
short pie_menu_threshold,
|
|
int sequencer_editor_flag,
|
|
char factor_display_type,
|
|
char viewport_aa,
|
|
char render_display_type,
|
|
char filebrowser_display_type,
|
|
char[] sequencer_disk_cache_dir,
|
|
int sequencer_disk_cache_compression,
|
|
int sequencer_disk_cache_size_limit,
|
|
short sequencer_disk_cache_flag,
|
|
short sequencer_proxy_setup,
|
|
float collection_instance_empty_size,
|
|
char text_flag,
|
|
char[] _pad10,
|
|
char file_preview_type,
|
|
char statusbar_flag,
|
|
WalkNavigation walk_navigation,
|
|
UserDef_SpaceData space_data,
|
|
UserDef_FileSpaceData file_space_data,
|
|
UserDef_Experimental experimental,
|
|
UserDef_Runtime runtime) {
|
|
this.versionfile = versionfile;
|
|
this.subversionfile = subversionfile;
|
|
this.flag = flag;
|
|
this.dupflag = dupflag;
|
|
this.pref_flag = pref_flag;
|
|
this.savetime = savetime;
|
|
this.mouse_emulate_3_button_modifier = mouse_emulate_3_button_modifier;
|
|
this.trackpad_scroll_direction = trackpad_scroll_direction;
|
|
this.tempdir = tempdir;
|
|
this.fontdir = fontdir;
|
|
this.renderdir = renderdir;
|
|
this.render_cachedir = render_cachedir;
|
|
this.textudir = textudir;
|
|
this.pythondir = pythondir;
|
|
this.sounddir = sounddir;
|
|
this.i18ndir = i18ndir;
|
|
this.image_editor = image_editor;
|
|
this.text_editor = text_editor;
|
|
this.text_editor_args = text_editor_args;
|
|
this.anim_player = anim_player;
|
|
this.anim_player_preset = anim_player_preset;
|
|
this.v2d_min_gridsize = v2d_min_gridsize;
|
|
this.timecode_style = timecode_style;
|
|
this.versions = versions;
|
|
this.dbl_click_time = dbl_click_time;
|
|
this._pad0 = _pad0;
|
|
this.mini_axis_type = mini_axis_type;
|
|
this.uiflag = uiflag;
|
|
this.uiflag2 = uiflag2;
|
|
this.gpu_flag = gpu_flag;
|
|
this._pad8 = _pad8;
|
|
this.app_flag = app_flag;
|
|
this.viewzoom = viewzoom;
|
|
this.language = language;
|
|
this.mixbufsize = mixbufsize;
|
|
this.audiodevice = audiodevice;
|
|
this.audiorate = audiorate;
|
|
this.audioformat = audioformat;
|
|
this.audiochannels = audiochannels;
|
|
this.ui_scale = ui_scale;
|
|
this.ui_line_width = ui_line_width;
|
|
this.dpi = dpi;
|
|
this.scale_factor = scale_factor;
|
|
this.inv_scale_factor = inv_scale_factor;
|
|
this.pixelsize = pixelsize;
|
|
this.virtual_pixel = virtual_pixel;
|
|
this.scrollback = scrollback;
|
|
this.node_margin = node_margin;
|
|
this.node_preview_res = node_preview_res;
|
|
this.transopts = transopts;
|
|
this.menuthreshold1 = menuthreshold1;
|
|
this.menuthreshold2 = menuthreshold2;
|
|
this.app_template = app_template;
|
|
this.themes = themes;
|
|
this.uifonts = uifonts;
|
|
this.uistyles = uistyles;
|
|
this.user_keymaps = user_keymaps;
|
|
this.user_keyconfig_prefs = user_keyconfig_prefs;
|
|
this.addons = addons;
|
|
this.autoexec_paths = autoexec_paths;
|
|
this.script_directories = script_directories;
|
|
this.user_menus = user_menus;
|
|
this.asset_libraries = asset_libraries;
|
|
this.extension_repos = extension_repos;
|
|
this.asset_shelves_settings = asset_shelves_settings;
|
|
this.keyconfigstr = keyconfigstr;
|
|
this.active_asset_library = active_asset_library;
|
|
this.active_extension_repo = active_extension_repo;
|
|
this.extension_flag = extension_flag;
|
|
this.network_timeout = network_timeout;
|
|
this.network_connection_limit = network_connection_limit;
|
|
this._pad14 = _pad14;
|
|
this.undosteps = undosteps;
|
|
this.undomemory = undomemory;
|
|
this.gpu_viewport_quality = gpu_viewport_quality;
|
|
this.gp_manhattendist = gp_manhattendist;
|
|
this.gp_euclideandist = gp_euclideandist;
|
|
this.gp_eraser = gp_eraser;
|
|
this.gp_settings = gp_settings;
|
|
this._pad13 = _pad13;
|
|
this.light_param = light_param;
|
|
this.light_ambient = light_ambient;
|
|
this.gizmo_flag = gizmo_flag;
|
|
this.gizmo_size = gizmo_size;
|
|
this.gizmo_size_navigate_v3d = gizmo_size_navigate_v3d;
|
|
this._pad3 = _pad3;
|
|
this.edit_studio_light = edit_studio_light;
|
|
this.lookdev_sphere_size = lookdev_sphere_size;
|
|
this.vbotimeout = vbotimeout;
|
|
this.vbocollectrate = vbocollectrate;
|
|
this.textimeout = textimeout;
|
|
this.texcollectrate = texcollectrate;
|
|
this.memcachelimit = memcachelimit;
|
|
this.prefetchframes = prefetchframes;
|
|
this.pad_rot_angle = pad_rot_angle;
|
|
this._pad12 = _pad12;
|
|
this.rvisize = rvisize;
|
|
this.rvibright = rvibright;
|
|
this.recent_files = recent_files;
|
|
this.smooth_viewtx = smooth_viewtx;
|
|
this.glreslimit = glreslimit;
|
|
this.color_picker_type = color_picker_type;
|
|
this.auto_smoothing_new = auto_smoothing_new;
|
|
this.ipo_new = ipo_new;
|
|
this.keyhandles_new = keyhandles_new;
|
|
this._pad11 = _pad11;
|
|
this.view_frame_type = view_frame_type;
|
|
this.view_frame_keyframes = view_frame_keyframes;
|
|
this.view_frame_seconds = view_frame_seconds;
|
|
this.gpu_preferred_index = gpu_preferred_index;
|
|
this.gpu_preferred_vendor_id = gpu_preferred_vendor_id;
|
|
this.gpu_preferred_device_id = gpu_preferred_device_id;
|
|
this._pad16 = _pad16;
|
|
this.gpu_backend = gpu_backend;
|
|
this.max_shader_compilation_subprocesses = max_shader_compilation_subprocesses;
|
|
this.playback_fps_samples = playback_fps_samples;
|
|
this.widget_unit = widget_unit;
|
|
this.anisotropic_filter = anisotropic_filter;
|
|
this.tablet_api = tablet_api;
|
|
this.pressure_threshold_max = pressure_threshold_max;
|
|
this.pressure_softness = pressure_softness;
|
|
this.ndof_sensitivity = ndof_sensitivity;
|
|
this.ndof_orbit_sensitivity = ndof_orbit_sensitivity;
|
|
this.ndof_deadzone = ndof_deadzone;
|
|
this.ndof_flag = ndof_flag;
|
|
this.ogl_multisamples = ogl_multisamples;
|
|
this.image_draw_method = image_draw_method;
|
|
this.glalphaclip = glalphaclip;
|
|
this.autokey_mode = autokey_mode;
|
|
this.autokey_flag = autokey_flag;
|
|
this.key_insert_channels = key_insert_channels;
|
|
this._pad15 = _pad15;
|
|
this.animation_flag = animation_flag;
|
|
this.text_render = text_render;
|
|
this.navigation_mode = navigation_mode;
|
|
this.view_rotate_sensitivity_turntable = view_rotate_sensitivity_turntable;
|
|
this.view_rotate_sensitivity_trackball = view_rotate_sensitivity_trackball;
|
|
this.coba_weight = coba_weight;
|
|
this.sculpt_paint_overlay_col = sculpt_paint_overlay_col;
|
|
this.gpencil_new_layer_col = gpencil_new_layer_col;
|
|
this.drag_threshold_mouse = drag_threshold_mouse;
|
|
this.drag_threshold_tablet = drag_threshold_tablet;
|
|
this.drag_threshold = drag_threshold;
|
|
this.move_threshold = move_threshold;
|
|
this.font_path_ui = font_path_ui;
|
|
this.font_path_ui_mono = font_path_ui_mono;
|
|
this.compute_device_type = compute_device_type;
|
|
this.fcu_inactive_alpha = fcu_inactive_alpha;
|
|
this.pie_tap_timeout = pie_tap_timeout;
|
|
this.pie_initial_timeout = pie_initial_timeout;
|
|
this.pie_animation_timeout = pie_animation_timeout;
|
|
this.pie_menu_confirm = pie_menu_confirm;
|
|
this.pie_menu_radius = pie_menu_radius;
|
|
this.pie_menu_threshold = pie_menu_threshold;
|
|
this.sequencer_editor_flag = sequencer_editor_flag;
|
|
this.factor_display_type = factor_display_type;
|
|
this.viewport_aa = viewport_aa;
|
|
this.render_display_type = render_display_type;
|
|
this.filebrowser_display_type = filebrowser_display_type;
|
|
this.sequencer_disk_cache_dir = sequencer_disk_cache_dir;
|
|
this.sequencer_disk_cache_compression = sequencer_disk_cache_compression;
|
|
this.sequencer_disk_cache_size_limit = sequencer_disk_cache_size_limit;
|
|
this.sequencer_disk_cache_flag = sequencer_disk_cache_flag;
|
|
this.sequencer_proxy_setup = sequencer_proxy_setup;
|
|
this.collection_instance_empty_size = collection_instance_empty_size;
|
|
this.text_flag = text_flag;
|
|
this._pad10 = _pad10;
|
|
this.file_preview_type = file_preview_type;
|
|
this.statusbar_flag = statusbar_flag;
|
|
this.walk_navigation = walk_navigation;
|
|
this.space_data = space_data;
|
|
this.file_space_data = file_space_data;
|
|
this.experimental = experimental;
|
|
this.runtime = runtime;
|
|
}
|
|
}
|
|
}
|