Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -61,6 +61,31 @@ namespace BlendFile.DNA {
public char enable_new_cpu_compositor;
[DNAFieldAttribute(22, "char", "_pad[2]", 1)]
public char[] _pad = new System.Char[2];
public UserDef_Experimental() {
this.use_undo_legacy = default;
this.no_override_auto_resync = default;
this.use_cycles_debug = default;
this.use_eevee_debug = default;
this.show_asset_debug_info = default;
this.no_asset_indexing = default;
this.use_viewport_debug = default;
this.use_all_linked_data_direct = default;
this.use_extensions_debug = default;
this.use_recompute_usercount_on_save_debug = default;
this.SANITIZE_AFTER_HERE = default;
this.use_new_curves_tools = default;
this.use_new_point_cloud_type = default;
this.use_sculpt_tools_tilt = default;
this.use_extended_asset_browser = default;
this.use_sculpt_texture_paint = default;
this.enable_overlay_next = default;
this.use_new_volume_nodes = default;
this.use_new_file_import_nodes = default;
this.use_shader_node_previews = default;
this.use_animation_baklava = default;
this.enable_new_cpu_compositor = default;
this._pad = default;
}
public UserDef_Experimental(
char use_undo_legacy,
char no_override_auto_resync,