[Plugin] Component Dropper
-
Works great now. Thanks for your help and your great plugin of course!
-
i there, this is used to work in SU2015 free. I doesnt do anything now, the ruby console is empty (no feedback). Even the simplest scene with SU start file and cube doesnt work
-
@rombout said:
i there, this is used to work in SU2015 free. I doesnt do anything now, the ruby console is empty (no feedback). Even the simplest scene with SU start file and cube doesnt work
I'm not able to reproduce this. When I select a component in SU2015 and pick another component it replaces the selected instances.
Do you perhaps have a video capture? -
Thomthom, your plugin looks quite useful, so i tried to add a toolbar button because digging in menus isnt my thing.
i wanted to ask you some help embedding that button in the right place…with all the loaders of the last time, its confusing to get where to insert other code. (id prefer not, but…its the magic toolbar button… and solely that)anyway, when i try to add a toolbar button code block after the extension code block in tt_replacer, i get:
Error Loading File tt_replacer.rb
wrong number of arguments (2 for 1)heres the code:
#=begin cmd = UI;;Command.new( PLUGIN_NAME, loader ) # cmd.small_icon = "Images/icon_16.png" cmd.tooltip = "Component Replacer" tb= UI.toolbar "ThomThom" tb.add_item(cmd) #=end
-
@jojo9 said:
Thomthom, your plugin looks quite useful, so i tried to add a toolbar button because digging in menus isnt my thing.
i wanted to ask you some help embedding that button in the right place…with all the loaders of the last time, its confusing to get where to insert other code. (id prefer not, but…its the magic toolbar button… and solely that)anyway, when i try to add a toolbar button code block after the extension code block in tt_replacer, i get:
Error Loading File tt_replacer.rb
wrong number of arguments (2 for 1)heres the code:
#=begin > cmd = UI;;Command.new( PLUGIN_NAME, loader ) > # cmd.small_icon = "Images/icon_16.png" > cmd.tooltip = "Component Replacer" > tb= UI.toolbar "ThomThom" > tb.add_item(cmd) > #=end
I think it should be
#=begin cmd = UI;;Command.new( PLUGIN_NAME ) { loader } # cmd.small_icon = "Images/icon_16.png" cmd.tooltip = "Component Replacer" tb= UI.toolbar "ThomThom" tb.add_item(cmd) #=end
-
oh, yeah! thats true, i forgot the parenthesis, and it was the core file. Thanks sdmitch!
Now i got it working, yay!
-
Not working in SU 2020 20.2.172
Pleace chek this.correction - 2D objects i mean
-
HI ThomThom
Does Component replacer work with 2021? It appears to have stopped working.
I select the components to replace, invoke the tool and then it prompts me to select the component to replace with but nothing happens.
-
It also doesn't work for me in 2021. I loved this extension
Advertisement