This repository was archived by the owner on Dec 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 882882 document . getElementById ( 'div_loading' ) . style . display = 'none' ;
883883 document . getElementById ( 'fixed_menu' ) . style . display = 'block' ;
884884
885+ document . getElementById ( 'export_tex_res' ) . selectedIndex = 0 ;
886+ document . getElementById ( 'export_tex_fmt' ) . selectedIndex = 0 ;
887+
885888 if ( gui_set === true && equi_enabled === true ) document . getElementById ( 'gui_position' ) . style . display = 'block' ;
886889
887890 render_requested = true ;
43794382 vertex_colors_enabled = false ;
43804383 document . getElementById ( 'btn_vertex_colors' ) . style . backgroundColor = '#d1cefc' ;
43814384
4385+ document . getElementById ( 'model_scale' ) . selectedIndex = 0 ;
4386+ document . getElementById ( 'export_names' ) . selectedIndex = 0 ;
43824387 document . getElementById ( 'export_tex_res' ) . selectedIndex = 0 ;
43834388 document . getElementById ( 'export_tex_fmt' ) . selectedIndex = 0 ;
43844389
Original file line number Diff line number Diff line change 20382038 document . getElementById ( 'div_loading' ) . style . display = 'none' ;
20392039 document . getElementById ( 'fixed_menu' ) . style . display = 'block' ;
20402040
2041+ document . getElementById ( 'export_tex_res' ) . selectedIndex = 0 ;
2042+ document . getElementById ( 'export_tex_fmt' ) . selectedIndex = 0 ;
2043+
20412044 if ( gui_set === true && equi_enabled === true ) document . getElementById ( 'gui_position' ) . style . display = 'block' ;
20422045
20432046 render_requested = true ;
52125215 vertex_colors_enabled = false ;
52135216 document . getElementById ( 'btn_vertex_colors' ) . style . backgroundColor = '#d1cefc' ;
52145217
5218+ document . getElementById ( 'model_scale' ) . selectedIndex = 0 ;
5219+ document . getElementById ( 'export_names' ) . selectedIndex = 0 ;
52155220 document . getElementById ( 'export_tex_res' ) . selectedIndex = 0 ;
52165221 document . getElementById ( 'export_tex_fmt' ) . selectedIndex = 0 ;
52175222
Original file line number Diff line number Diff line change 33083308 bg_flip = false ;
33093309 document . getElementById ( 'btn_bg_flip' ) . style . backgroundColor = 'transparent' ;
33103310
3311+ document . getElementById ( 'model_scale' ) . selectedIndex = 0 ;
3312+ document . getElementById ( 'export_names' ) . selectedIndex = 0 ;
3313+
33113314 if ( scene !== undefined ) await reset_scene_params ( ) ;
33123315
33133316 if ( gui_set === true ) {
You can’t perform that action at this time.
0 commit comments