[Plugin] Sketchup Ivy
-
On Mac OSX 10.9.5 SU2014 & SU2015 doesn't work, when you call the plugin, the ivy window appears but it close immediately, it's curious if you deactivate Auto-activate Paint tool in Sketchup Preferences, the ivy window doesn't close but nothing happens when you push the correct keys to make the ivy, the Ruby Console is empty.
I tried to uninstall the rest of the plugins and the same, the ivy doesn't work. -
Mine doesn't work in 2015... And somewhere in this thread I should have uploaded my fixed set of leaves.
-
@krisidious said:
Mine doesn't work in 2015... And somewhere in this thread I should have uploaded my fixed set of leaves.
This latest version works in v2015 for me.
Any error messages in the Ruby Console ?
Did you manually remove all earlier versions etc ?
I remade the three leaf SKPs [in the Textures subfolder] using transparent PNGs.
Test those SKPs against your own...
If you have a better set let me know. -
@oxer said:
On Mac OSX 10.9.5 SU2014 & SU2015 doesn't work, when you call the plugin, the ivy window appears but it close immediately, it's curious if you deactivate Auto-activate Paint tool in Sketchup Preferences, the ivy window doesn't close but nothing happens when you push the correct keys to make the ivy, the Ruby Console is empty.
I tried to uninstall the rest of the plugins and the same, the ivy doesn't work.
I haven't had a chance to test it on a MAC...
Did the earlier version work properly on MAC ?
There is nothing significantly different in the code in regards to the web-dialog or key-presses...EDIT:
I have at last tested it on MAC and I see that rather than return 0 on a mouse-up with no key-press the MAC returns 256 !
So I now have a fix for that.
Also the dialog should be modal on MAC so it stays in front !
I have it working on MAC IF the Paint auto-activate is OFF - this is weird...
If the tool is activated when that Preference is ON it closes because the paint-bucket tool immediately opens !
So I have a fix for the MAC's key-presses/mouse-clicks and the MAC's modal dialog...
I am investigating the other issue with the auto-activate paint - which is MAC only...
Perhaps something to do with the way it sets the stem material ?EDIT2:
YES! It sets it current so the paint kicks in - this is NOT necessary so I can prevent that too...Update under way...
-
Breaking News !
Here is v0.6.3xx which has now been adjusted and retested... and works on PC & MAC and is v8/14/15 compatible...
http://sketchucation.com/pluginstore?pln=SketchupIvy
@Oxer, please reinstall and test.
@Kris, please do the same, ensuring you have cleared out the old files etc...
-
ok here are 3 of them transparent with hidden edges. be warned they are saved in version 8 so that may affect lower versions running this plugin.
Deleted file
-
Ok... That's great. But... Ummm You'll never believe me if I tell you.
-
Here's all the leaves that we've added through the forums. about 10 altogether, each saved in SU6 with no edges and no sections, purged for efficiency.
If We figure out what my version is with all the comps in it and where it came from, I'll upload it too.
Here is the guide skp file that I had inside my folder.
http://www.sketchup-house-plans.com/Live-Ivy-Settings-Guide.zip
-
Ok... Sooo My SU 2015-64 won't start if I don't have Live Ivy installed. And not just any Live Ivy but only the Live Ivy I installed in 2014. If I delete both the rb and the folder SU locks up with an off screen missing dialog that I cannot see. If I put the 2014 versions of the plugin back in my folder, SU 2015-64 starts fine. If I install the new version it won't start either. Is that some strange stuff or what?
Live Ivy did actually work in 2015 TIG, you said yours worked so I went looking for the plugins>menu>Live Ivy tool and it did in did work and was there. I assumed it didn't work because my Live Ivy has a toolbar and an Icon of a leaf. This is missing in 2015, so I assumed it was not working.
I have some special version of Live Ivy. It has many special components for flowers and leaves. It has an Icon and a tutorial of sorts in a skp.
I'm going to send my version to you TIG and see if you recognize it.
-
Thank you very much TIG!!
Ivy works fine now on MAC OSX 10.9.5 & SU2014/15.
A petition, can you add the toolbar to the plugin?
Here are the icons created by the.pjt -
@Kris, I have your PM.
I could easily add a toolbar [@Kris/@Oxer].
At the moment the tool loads the 'ivyleaf_1', 2 & 3 SKPs from the Textures folder.
If you manually load any other components containing 'ivyleaf' in their name then they are used too.
A random combo of those 'leaf' components is used for the ivy...
There are several ways the tool could be improved and I have suggested some in a PM to you...
All I have done so far is to ensure it's v2014/15 compatible...
-
OK...
Here's v0.6.4x in the PluginStore http://sketchucation.com/pluginstore?pln=SketchupIvy
It has had a general overhaul.
As well as the Draw menu item there is now a Toolbar.
The dialog's appearance etc has also been brought up to date, and tweaked.
There is now an extra tab named 'Leaf Types'.
This tab displays thumbnails of all of the SKP files in the ../Plugins/LiveIvy/Textures subfolder if they are named "ivyleaf_*"
There are ten v8 SKPs included with the toolset - based on user input etc.
These Leaves are all available by selecting/de-selecting their thumbnails as desired.
All parameters, settings, leaf-types etc- are now remembered across sessions...
These SKPs can be edited/deleted/added-too as desired.
Any new SKP must be named so they start with "ivyleaf_"...
The displayed thumbnails are also 'properly sorted in order', so it's ivyleaf_1, .._2, ... .._9 coming before ..10, ..11 etc.
It's recommended that you use an existing ivyleaf SKP as an example for any new additions.
Remember to hide edges; use a transparent PNG texture; purge all extraneous things, including guides and section-planes etc.
If you wish to share your new "ivyleaf" SKP then save_as v8, before posting it here...I suggest you remove your existing LiveIvy/Textures folder before reinstalling the toolset, in case there are some ivyleaf_ SKPs that might get overwritten...
-
It's Mighty Ivy now!
-
Booom goes the dynamite... So glad this awesome plugin was saved. Thanks TIG!
-
Looks great with the new options of leaves but it doesn't work for me on mac osx SU 2014
-
Here's v0.6.5x which has one minor tweak.
It now refreshes all of the 'ivyleaf_' thumbnail PNGs whenever its dialog opens, so if you have recently edited an 'ivyleaf_' SKP its thumbnail will now be in sync with the SKP's.
Previously it re-used any existing PNGs that were cached in the user's LiveIvy::TEMP folder, until they were purged by system tools or manually deleted etc, this had meant that a cached thumbnail and its actual SKP could be out of sync !
http://sketchucation.com/pluginstore?pln=SketchupIvyMore feedback please...
-
@chedda said:
Looks great with the new options of leaves but it doesn't work for me on mac osx SU 2014
I'll check on MAC... do you have any error messages ?
Do you have the latest Safari installed ??
Have you tried alternative settings ???EDIT:
I just managed to try it on a MAC and it worked fine.
OSX [Mavericks] v2014 etc...
This screen-shot shows its v0.6.4x, but the latest v0.6.5x is not any different...
So something is adrift at your end...
-
Thanks for the quick response, i got it briefly working somehow now its a problem again. It's starting the ivy thats the problem for me,
-
Stuff is happening in the progress bar but i don't get any visual feedback and no ivy is created.
-
I assume you mean the bottom status bar is showing info ?
To start the ivy growing you should mouse-click on a face... typically the base of a wall ?
Every subsequent mouse-click grows the ivy branches.
Holding a modifier key changes what a mouse-click does - either to grow branches towards the cursor [with Cmd] or to add some leaves [with Alt].
To complete the ivy mouse-click with Shift.
Pressing 'i' should start the ivy again...Have you tried adjusting the parameter/settings ?
Your difficulty seems to have little to do with issues with the newness of its version, more to do with how you are using it...
Could you post screen-shots of each of the three editable tabs in the dialog etc...Kris posted some useful visual guides, just a few posts earlier...
Advertisement