[Plugin] Compo Spray 1.4.2 Updated
-
@unknownuser said:
instead of the input box for 'shape' I get the box as shown for 'vertices of faces
@nickchun: this happens when the selection isn't empty before launching the tool.That's normal. If you read the doc you will notice that
PLEASE READ THE DOC FOLKS ! ,
-
Didier, sorry, I didn't pick up on that in the manual. Components need to be placed in model outside of the selection right? Works fine. Thanks very much
-
Thanks for update the plugin, i would like translate the plugin to spanish language, is this possible?
-
It does bugsplat ?[/quote]
It does nothing just closing SU down. Tested on SU 8.0 Works OK. But I have 7.1 Pro only. I guess some of ruby previously downloaded dcause that... But don't know which of them. Some of other commands from LSS tools and Tools on surface cause Closing down as well. They used to work well.
Regards, -
Weird.
There shouldn't be any conflict with another plugin because all is wrapped in a Ruby Module, and there are also no redefinition of standard methods or classes. A workaround would be to empty your Plugins folder except compoSpray, see if it works, and then add other scripts one by one and check when it makes SU close.
Hope this helps, -
@unknownuser said:
Components need to be placed in model outside of the selection right?
Components must have been imported in your model (you can see such components when clicking on the "house" icon of the components windows) prior to using the tool, otherwise they won't appear in the dropdown lists.
When you select faces before launching the tool, the shapes dropdown list is replaced by 2 options: insert a component at each vertex of each selected face, or use the selected faces as the area to spray on. -
Hi Didier
Sorry to come back with a new problem!
(It seems that I'm the only one to encounter this : )
Su6 and Su7 , I can't make any slider activany suggestion?
simon -
I created a flat inclined plane, centered it at the origin, and put a yucca bush on it.
Under "Spray" I had two choices as expected:
Selected Faces
Vertices of FacesI clicked on the plane, chose my yucca plant and selected "Selected Faces", then pressed "Spray"
Nothing happens.
-
@bob james:
Bug found !
Will fix that asap -
hello
Same problem than Simon for the cursors in V6 : they don't moveBut I have also a more difficult problem!
I can't see the total dialog box!!! and it can't be resized!
-
Haven't had any chance to play with this...
But the bug I reported previously is identical to what Bob James have reported above...@didier bur said:
Bug found !
Will fix that asap -
@Pilou: what a bunch of toolbars you have there !
compoSpray dialog box is 900 pixels (height) without scrollbars, that's right.
Isn't your screen more than 900 in height ? -
@unknownuser said:
@unknownuser said:
compoSpray dialog box is 900 pixels (height) without scrollbars
Yes but
I have my screen 1024*768 !!! (15 inch)
You have some free lines empty in your dialog boxHow do you see everything at such a small size?
-
@unknownuser said:
what a bunch of toolbars you have there !
I have hidden some many other!
@unknownuser said:
compoSpray dialog box is 900 pixels (height) without scrollbars
Yes but
I have my screen 1024*768 !!! (15 inch) soYou have some free lines empty in your dialog box
-
@unknownuser said:
@unknownuser said:
what a bunch of toolbars you have there !
I have hidden some many other!
@unknownuser said:
compoSpray dialog box is 900 pixels (height) without scrollbars
Yes but
I have my screen 1024*768 !!! (15 inch) soYou have some free lines empty in your dialog box
1024x768 screen with IE6 and SU6?
-
@unknownuser said:
1024x768 screen with IE6 and SU6?
Most time with Firefox, Opera... but also IE6 rarely
Why? That is forbidden?
I have no case where I can't see a Su Project!
(saved in SU6 of course)
Scrolling and zoom are my friends -
@unknownuser said:
@unknownuser said:
1024x768 screen with IE6 and SU6?
But also IE6 rarely
Why? That is forbidden?Internet Explorer 6 - yes - it's forbidden.
Webdialogs under Windows makes use of the Internet Explorer installed on the computer. So Webdialog issues with IE6 is quite probable to occur.
You had problems with Vertex Tools's dialogs due to that, didn't you? -
I make some mouse scroll (if possible ) and zoom when necessary
Generally is some sufficient -
yes, so in this extrem case I take an another computer, but only for the modern plugins like yours
-
Hi Again,
Is there any way to get this plugin working for me? As you can see I've got a lot of trees, so it'd be great to avoid doing this manually again in the future.
Thanks for all your help so far.
Below is ThomThom's assessment of the issue.
Fraser
@thomthom said:
@didier bur said:
Does this not work on a Mac the same way than on a PC ??
As you see in his error report, the plugin is trying to look for the file at:
/Users/Fraser/Library/Application Support/Google SketchUp 8/SketchUp/Plugins/CompoSpray
while the plugin itself is located under:
/Library/Application Support/Google SketchUp 8/SketchUp/Plugins/compoSprayToolbar.rb:14
OSX has a system Library folder and a User Library folder that looks very similar, and some users end up adding plugins to User Library. And I think Podium installs there.
And then you can get issues withSketchup.find_support_file
The best way to determine the base path of your supporting folders are:
File.dirname(__FILE__)
In your case it'd be:
@path_cs = File.dirname(__FILE__) + "/CompoSpray/"
However, that won't work in .rbs files.
In Vertex Tools I made the uncrypted loader, which was a regular .rb file, determine the paths and assign it to constants which the .rbs files could use.I've never had any path issues that way, and the plugins can be installed anywhere on the system. (if the user prefers to install in a custom location.)
Advertisement