@@ -224,8 +224,8 @@ <h3>Commands</h3>
224224 < td > Close an ImGui window by its name.</ td >
225225 </ tr >
226226 < tr >
227- < th class ="theme-bg-light "> < b > imgui_terminal_debug </ b > </ th >
228- < td > Print debug text in all colors and styles to the terminal.</ td >
227+ < th class ="theme-bg-light "> < b > imgui_font_demo </ b > </ th >
228+ < td > Print debug text in all colors and font styles to the terminal.</ td >
229229 </ tr >
230230 < tr >
231231 < th class ="theme-bg-light "> < b > imgui_update_fonts</ b > </ th >
@@ -446,6 +446,10 @@ <h3>Settings</h3>
446446 < th class ="theme-bg-light "> < b > disable_epic_overlay <true-false></ b > </ th >
447447 < td > Disables the Epic Games Overlay from running.</ td >
448448 </ tr >
449+ < tr >
450+ < th class ="theme-bg-light "> < b > disable_crossbar_sound <true-false></ b > </ th >
451+ < td > Disables the crossbar sound effect that's played when the ball touches it.</ td >
452+ </ tr >
449453 </ tbody >
450454 </ table >
451455 </ div >
@@ -1918,31 +1922,29 @@ <h2 class="section-heading">Thumbnail Utilities</h2>
19181922 < a href ="assets/images/windows/thumbnails-2.png "> < img class ="figure-img img-fluid shadow rounded " src ="assets/images/windows/thumbnails-2.png " alt ="" title =""/> </ a >
19191923 </ div >
19201924 </ div >
1921- < h3 > Formats</ h3 >
1922- < div class ="table-responsive my-4 ">
1923- < table class ="table table-bordered ">
1924- < tbody >
1925- < tr >
1926- < th class ="theme-bg-light "> < b > [JPG], [PNG], [TGA], [BMP], [DDS]</ b > </ th >
1927- </ tr >
1928- </ tbody >
1929- </ table >
1930- </ div >
19311925 < h3 > Commands</ h3 >
19321926 < div class ="table-responsive my-4 ">
19331927 < table class ="table table-bordered ">
19341928 < tbody >
19351929 < tr >
19361930 < th class ="theme-bg-light "> < b > thumbnail_clear_queue</ b > </ th >
1937- < td > Clears any active thumbnail queue or renders</ td >
1931+ < td > Clears any active thumbnail queue or render.</ td >
1932+ </ tr >
1933+ < tr >
1934+ < th class ="theme-bg-light "> < b > thumbnail_load_product</ b > </ th >
1935+ < td > Loads a product in memory based on the currently selected product id.</ td >
19381936 </ tr >
19391937 < tr >
1940- < th class ="theme-bg-light "> < b > thumbnail_render_product <product-id> <paint-id> [FORMAT] </ b > </ th >
1941- < td > Renders a product thumbnail with the given arguments, add [NOWRITE] to skip existing files .</ td >
1938+ < th class ="theme-bg-light "> < b > thumbnail_render_product</ b > </ th >
1939+ < td > Renders the currently selected product thumbnail .</ td >
19421940 </ tr >
19431941 < tr >
1944- < th class ="theme-bg-light "> < b > thumbnail_render_slot <slot-id> <paint-id> [FORMAT]</ b > </ th >
1945- < td > Renders all products in a slot thumbnail with the given arguments, add [NOWRITE] to skip existing files.</ td >
1942+ < th class ="theme-bg-light "> < b > thumbnail_render_slot</ b > </ th >
1943+ < td > Renders every product thumbnail from the selected slot, if automation mode is enabled.</ td >
1944+ </ tr >
1945+ < tr >
1946+ < th class ="theme-bg-light "> < b > thumbnail_save_product</ b > </ th >
1947+ < td > Saves the currently rendered thumbnail image to file.</ td >
19461948 </ tr >
19471949 </ tbody >
19481950 </ table >
@@ -1952,8 +1954,72 @@ <h3>Settings</h3>
19521954 < table class ="table table-bordered ">
19531955 < tbody >
19541956 < tr >
1955- < th class ="theme-bg-light "> < b > thumbnail_buffer_delay <80-30000></ b > </ th >
1956- < td > The delay in milliseconds used when rendering thumbnail scenes.</ td >
1957+ < th class ="theme-bg-light "> < b > thumbnail_automation_mode <true-false></ b > </ th >
1958+ < td > Enable automation mode for the thumbnail renderer.</ td >
1959+ </ tr >
1960+ < tr >
1961+ < th class ="theme-bg-light "> < b > thumbnail_slot_index <arguments></ b > </ th >
1962+ < td > The slot index to pick products from for the thumbnail render.</ td >
1963+ </ tr >
1964+ < tr >
1965+ < th class ="theme-bg-light "> < b > thumbnail_product_id <arguments></ b > </ th >
1966+ < td > The product id to render for the thumbnail render.</ td >
1967+ </ tr >
1968+ < tr >
1969+ < th class ="theme-bg-light "> < b > thumbnail_paint_id <arguments></ b > </ th >
1970+ < td > The paint id to apply to products for the thumbnail render.</ td >
1971+ </ tr >
1972+ < tr >
1973+ < th class ="theme-bg-light "> < b > thumbnail_camera_preset <arguments></ b > </ th >
1974+ < td > The name of the preset camera settings to apply to the thumbnail render.</ td >
1975+ </ tr >
1976+ < tr >
1977+ < th class ="theme-bg-light "> < b > thumbnail_scene_width <32-4096></ b > </ th >
1978+ < td > The width in pixels to render and export product thumbnails at.</ td >
1979+ </ tr >
1980+ < tr >
1981+ < th class ="theme-bg-light "> < b > thumbnail_scene_height <32-4096></ b > </ th >
1982+ < td > The height in pixels to render and export product thumbnails at.</ td >
1983+ </ tr >
1984+ < tr >
1985+ < th class ="theme-bg-light "> < b > thumbnail_scene_background <#000000></ b > </ th >
1986+ < td > The color of the backtround to render thumbnails on.</ td >
1987+ </ tr >
1988+ < tr >
1989+ < th class ="theme-bg-light "> < b > thumbnail_scene_mips <0-19></ b > </ th >
1990+ < td > The mipmap settings to use for the texture of the thumbnail.</ td >
1991+ </ tr >
1992+ < tr >
1993+ < th class ="theme-bg-light "> < b > thumbnail_scene_lod <0-255></ b > </ th >
1994+ < td > The level of detail to use for the render scene of thumbnails.</ td >
1995+ </ tr >
1996+ < tr >
1997+ < th class ="theme-bg-light "> < b > thumbnail_scene_no_lighting <true-false></ b > </ th >
1998+ < td > Disable additional lighting for the render scene of thumbnails.</ td >
1999+ </ tr >
2000+ < tr >
2001+ < th class ="theme-bg-light "> < b > thumbnail_scene_no_compression <true-false></ b > </ th >
2002+ < td > Disable image compression for the render scene of thumbnails.</ td >
2003+ </ tr >
2004+ < tr >
2005+ < th class ="theme-bg-light "> < b > thumbnail_export_format <arguments></ b > </ th >
2006+ < td > The file format for the thumbnail image data to be exported as.</ td >
2007+ </ tr >
2008+ < tr >
2009+ < th class ="theme-bg-light "> < b > thumbnail_export_delay <30-30000></ b > </ th >
2010+ < td > The delay in milliseconds used to wait after loading product packages.</ td >
2011+ </ tr >
2012+ < tr >
2013+ < th class ="theme-bg-light "> < b > thumbnail_export_skip_existing <true-false></ b > </ th >
2014+ < td > Skip existing thumbnail files if they've already been previously rendered.</ td >
2015+ </ tr >
2016+ < tr >
2017+ < th class ="theme-bg-light "> < b > thumbnail_export_skip_preview <true-false></ b > </ th >
2018+ < td > Skip rendering a preview of the thumbnail to the ImGui window to save on resources and memory.</ td >
2019+ </ tr >
2020+ < tr >
2021+ < th class ="theme-bg-light "> < b > thumbnail_auto_garbage <1-32></ b > </ th >
2022+ < td > The maximum amount of products that can be loaded before auto calling collect garbage to clear already used assets.</ td >
19572023 </ tr >
19582024 </ tbody >
19592025 </ table >
0 commit comments