[Plugin] Sketchup Ivy
-
jep oke, suddenly version 0.5.4. is working in SU7 mac?! in 8 i dont see what im doing and the shift+click only gives me a small part off a branch
i will check the other download with the adjustment for the mac -
here my test shot from thea?! no i need to go play with it! a lot i think?!
THink i need to modify those leaves, dont like that they are so flat
-
yes. the same thing happens to me. i've done all you said but in the end it's always the same thing, there's only this pointer with a blue cirlce but when i left-click, shift-click, alt-click, etc... it doesnt' do anything.
It seems to be a very useful plugin!!! if only i could use it
-
@ergio3485 said:
yes. the same thing happens to me. i've done all you said but in the end it's always the same thing, there's only this pointer with a blue cirlce but when i left-click, shift-click, alt-click, etc... it doesnt' do anything.
It seems to be a very useful plugin!!! if only i could use it
im having that issue also here, but you can try to use ver 0.54 at least that still could work at mine
regards,
-
@ergio3485 said:
if only i could use it
It's well worth pursuing,
some things to check...
do the .skp files in the LiveIvy/Textures folder open on there own?
have you removed all the other versions with different names?
what version of osx are you on?
john
-
Has anyone been able to get the 0.6.3 version to work?
-
@pixero said:
Has anyone been able to get the 0.6.3 version to work?
Nop, I still use 0.5.4 versiΓ³n, work fine.
Regards
-
@pixero said:
Has anyone been able to get the 0.6.3 version to work?
I got it working on the mac by separate loading,
If you do a dif on the two files you can swop things over one at a time and see when it breaks,
one thing to play with is commenting out the mac bit line 71 if key == 73 #|| key == 105 # i
-
@pixero said:
Has anyone been able to get the 0.6.3 version to work?
yes working with sketchup 8 -
@nomeradona said:
@pixero said:
Has anyone been able to get the 0.6.3 version to work?
yes working with sketchup 8... It's not working with my SketchUp 8, still using the 0.5.4
-
Those of you with problems: can you post more info to what isn't working. "Not working" is like going to the doctor saying "I'm ill, fix me."
Please be specific by what isn't working (lack of menus, errors, or unexpected behaviour). Also keep the Ruby Console open so you can see if any error messages appear.
System information such as OS version and exact SketchUp version also helps. -
@thomthom said:
Those of you with problems: can you post more info to what isn't working. "Not working" is like going to the doctor saying "I'm ill, fix me."
Please be specific by what isn't working (lack of menus, errors, or unexpected behaviour). Also keep the Ruby Console open so you can see if any error messages appear.
System information such as OS version and exact SketchUp version also helps.Current problem on ver 0.6.3 on SU 8 at mine:
- When i press alt + click, sometime ivy doesn't follow the direction i clicked.
- Some time it doesn't react as it is supposed to be when i press ctrl + click (to grow leaves)
- And the most problem.. it just won't finished when i press shift + click, so it never generated the ivy.
but when i used ver 0.5.4, it's all work perfectly..
-
In the script's line #20 [..branch] and line #244 [..tool] [and probably other lines too ] there is some arithmetic where something that's 'nil' is subtracted from something else and so it returns an error...
Either put these parts into begin...rescue...end traps so the error won't trip up the script OR better test if the variable is NOT 'nil' and setting it to say 0 if +or- or 1 if *or/ - e.g.xxx=0 if not xxx
The tools could be trapped to return at least something1-seed.params[:branch][:spread]
will fail if NOTseed.params[:branch][:spread]
(i.e. it's nil)...
LiveIvy.seed
is defined as@@seed
which in turn is defined as 'self
'
which in turn hasparams
which have:branch
and:spread
... BUT somewhere some of these aren't getting set to 0 [or 1 ?] as a safety net ?? -
@vidy said:
@thomthom said:
Those of you with problems: can you post more info to what isn't working. "Not working" is like going to the doctor saying "I'm ill, fix me."
Please be specific by what isn't working (lack of menus, errors, or unexpected behaviour). Also keep the Ruby Console open so you can see if any error messages appear.
System information such as OS version and exact SketchUp version also helps.Current problem on ver 0.6.3 on SU 8 at mine:
- When i press alt + click, sometime ivy doesn't follow the direction i clicked.
- Some time it doesn't react as it is supposed to be when i press ctrl + click (to grow leaves)
- And the most problem.. it just won't finished when i press shift + click, so it never generated the ivy.
but when i used ver 0.5.4, it's all work perfectly..
I have the same problems as Vidy.
- It doesnt branch. Just one stem.
- Doesn't finish.
Windows 7 64bit. SU 8.
-
You're rigth, here are the info:
Sketchup 8.0.3117
Sketchup Ivy 0.6.3
Win 7 UltOnly create a little part of the Ivy and when I make Click+Shitft not work at all.
Ruby Console:
Error; #<TypeError; nil can't be coerced into Fixnum> C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_branch.rb;20;in `-' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_branch.rb;20;in `initialize' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_branch.rb;49;in `new' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_branch.rb;49;in `grow_stem' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_branch.rb;38;in `each' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_branch.rb;38;in `grow_stem' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_tool.rb;204;in `grow_stem' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_tool.rb;203;in `each' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_tool.rb;203;in `grow_stem' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_tool.rb;202;in `times' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_tool.rb;202;in `grow_stem' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_tool.rb;90;in `onLButtonUp' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_branch.rb;20
Click+Shift
Error; #<NoMethodError; undefined method `-' for nil;NilClass> C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_tool.rb;244;in `birth_stem' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_tool.rb;237;in `each' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_tool.rb;237;in `birth_stem' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_tool.rb;226;in `birth' C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_tool.rb;93;in `onLButtonUp' quietly_force_sync_mats_cb just called
-
@pixero said:
@vidy said:
@thomthom said:
Those of you with problems: can you post more info to what isn't working. "Not working" is like going to the doctor saying "I'm ill, fix me."
Please be specific by what isn't working (lack of menus, errors, or unexpected behaviour). Also keep the Ruby Console open so you can see if any error messages appear.
System information such as OS version and exact SketchUp version also helps.Current problem on ver 0.6.3 on SU 8 at mine:
- When i press alt + click, sometime ivy doesn't follow the direction i clicked.
- Some time it doesn't react as it is supposed to be when i press ctrl + click (to grow leaves)
- And the most problem.. it just won't finished when i press shift + click, so it never generated the ivy.
but when i used ver 0.5.4, it's all work perfectly..
I have the same problems as Vidy.
- It doesnt branch. Just one stem.
- Doesn't finish.
Windows 7 64bit. SU 8.
Yep, I have the same problems too, just like i/we already reported since v0.6.2
Windows 7 64bit, SU8.0.4811 pro
-
....O-O-O-goooooooood! please,do not stop this work,!
-
O.K. This is embarrassing.
How do I open the .rar file? Do I just drop it in my plugins folder or do I need to do anything else such as extracting it somehow. I downloaded it right to my plugins folder and it doesn't seem to be showing up.
-
.rar is a different compression format. Use 7zip or PeaZip to uncompress and then place in plugins folder
-
@unknownuser said:
.rar is a different compression format. Use 7zip or PeaZip to uncompress and then place in plugins folder
So I have to download an extractor? Then I would extract it the same as I would a .zip? Alright. Thanks.
Advertisement