[Plugin] Component Dropper
-
@tt_su said:
Can you share a test model?
Hi Tom,
Did you download the test file? Do you understand the problem?Daan
-
You tried to replace the trees with what? With component?
(Btw - your SKP file that you shared wsa 40MB - but when I purged it (Model Info > Statistics > Purge Unused it became only 18MB.)
Also, what version do you have? I'm not sure if I've published the latest on SketchUcation yet. The latest version is 1.1.0.
-
The PluginStore version is v1.0.0 - as it is the title to this thread...
-
Ackh! Then it's one of the about 20 I need to update on SCF...
-
I am trying to replace the tree for a simple box component. I think the problem will besolved if you upload the latest version.
Many tx -
The latest is available on Extension Warehouse at the moment. I'm currently too overloaded to update my plugins on SCF. Probably won't happen until February.
-
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