Commit a88d215 1 parent 0e2e238 commit a88d215 Copy full SHA for a88d215
File tree 5 files changed +6
-5
lines changed
5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -232,8 +232,8 @@ def create_commands
232
232
@export_sdd_cmd . set_validation_proc { enable_if_model_interface }
233
233
234
234
@new_space_cmd = UI ::Command . new ( "New Space" ) { Sketchup . active_model . select_tool ( @new_space_tool ) }
235
- @new_space_cmd . small_icon = Plugin . dir + "/lib/resources/icons/OSC_new_space " + Plugin . image_ext
236
- @new_space_cmd . large_icon = Plugin . dir + "/lib/resources/icons/OSC_new_space " + Plugin . image_ext
235
+ @new_space_cmd . small_icon = Plugin . dir + "/lib/resources/icons/OSC_new_space2 " + Plugin . image_ext
236
+ @new_space_cmd . large_icon = Plugin . dir + "/lib/resources/icons/OSC_new_space2 " + Plugin . image_ext
237
237
@new_space_cmd . tooltip = "New Space"
238
238
@new_space_cmd . status_bar_text = "Create a new space"
239
239
@new_space_cmd . set_validation_proc { enable_if_model_interface }
@@ -608,8 +608,8 @@ def create_commands
608
608
609
609
@xray_cmd = UI ::Command . new ( "X-ray Rendering" ) {
610
610
Sketchup . active_model . rendering_options [ "ModelTransparency" ] = ( not Sketchup . active_model . rendering_options [ "ModelTransparency" ] ) }
611
- @xray_cmd . small_icon = Plugin . dir + "/lib/resources/icons/OSC_tb render transparent " + Plugin . image_ext
612
- @xray_cmd . large_icon = Plugin . dir + "/lib/resources/icons/OSC_tb render transparent " + Plugin . image_ext
611
+ @xray_cmd . small_icon = Plugin . dir + "/lib/resources/icons/OSC_tb_render_transparent " + Plugin . image_ext
612
+ @xray_cmd . large_icon = Plugin . dir + "/lib/resources/icons/OSC_tb_render_transparent " + Plugin . image_ext
613
613
@xray_cmd . tooltip = "View Model in X-Ray Mode"
614
614
@xray_cmd . status_bar_text = "Turn transparent x-ray mode on and off"
615
615
@xray_cmd . set_validation_proc {
Load Diff This file was deleted.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments