SketchUcation Premium Membership

 

 

[Plugin] Sculpt Tools v 1.0 (23/07/09)

[Plugin] Sculpt Tools v 1.0 (23/07/09)

Postby •BTM » Fri Jul 24, 2009 3:59 am

Download:
btm_Sculpt_Tools_Files.zip

(Updated - should work in SU6 now! )


These are v 1.0 of sculpt tools, including:
•bulge and push (shift to reverse both)
•smooth
•smudge
•grab (works like a soft move at 100%)
•…and a planar lock feature.
(Tool settings accessible in the dialog tool.)
… Although I was planning on adding an inflate feature, it was too unreliable to post yet. It may be included in a later release though, eventually.

Features include different 'brush styles', gravity effect, planar lock, and more.



NOTES:
•I will be unable to update the plugin for some time, so if a bug is found, or someone feels to fix anything, an 'unofficial version' section of this post may be added by a moderator, if a 'better' version is submitted by another ruby coder.

•…Also, planar locks can't be moved, as they will function as though they weren't. The DO however stop working when their group is deleted. I unfortunately couldn't use the set_attribute function as I had hoped, but it should do for now.
Please, register (free) to access all the attachments on the forums.
Last edited by •BTM on Tue Aug 25, 2009 4:09 pm, edited 2 times in total.
•BTM
 
Posts: 717
Joined: Wed Jul 23, 2008 12:59 am

Re: [Plugin] Sculpt Tools v 1.0 (23/07/09)

Postby Chris Fullmer » Fri Jul 24, 2009 4:02 am

WooHoo! I got the first download. I'm looking forward to playing with this, thanks BTM. Well done!

Chris

EDIT: I also fixed up the .zip file and replaced the file in your original post. So now it should be user friendly. Please let me know if I broke something in the process :)
Lately you've been tan, suspicious for the winter.
All my Plugins I've written
User avatar
Chris Fullmer
SketchUp Team
 
Posts: 6680
Joined: Wed Nov 21, 2007 3:21 am
Location: Davis, CA
Name: Chris Fullmer
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: landscape architecture
Level of SketchUp: Advanced

Re: [Plugin] Sculpt Tools v 1.0 (23/07/09)

Postby kwistenbiebel » Fri Jul 24, 2009 4:13 am

Thank you BTM :thumb:

I can't get it to work properly though...
After triangulating a cube 4 times (SDS) and selecting the geometry, the tools remain unresponsive. I tried to adjust the radius but that didn't solve it.
Any chance of giving us a little walkthrough on how to use it?

Cheers,

Kwistenbiebel
kwistenbiebel
 
Posts: 2666
Joined: Thu Nov 22, 2007 6:13 pm

Re: [Plugin] Sculpt Tools v 1.0 (23/07/09)

Postby •BTM » Fri Jul 24, 2009 4:18 am

kwistenbiebel wrote:Thank you BTM :thumb:

I can't get it to work properly though...
After triangulating a cube 4 times (SDS) and selecting the geometry, the tools remain unresponsive. I tried to adjust the radius but that didn't solve it.
Any chance of giving us a little walkthrough on how to use it?

Cheers,

Kwistenbiebel

Most tools should work by left-clicking, hold, and dragging across the surface. As to a walkthrough, I'll have no time in the near future :oops: . Also, by unresponsive, do you mean waiting-time, or no effect at all? Do you see the radius circle (blue)? Also, open up the ruby console, to see if there are any errors.
•BTM
 
Posts: 717
Joined: Wed Jul 23, 2008 12:59 am

Re: [Plugin] Sculpt Tools v 1.0 (23/07/09)

Postby EarthMover » Fri Jul 24, 2009 5:12 am

Attaboy! Can't wait to give it a try. I think BTM stands for Break The Mold...cause that is what you did with this ruby! I hope all the polygons it creates doesn't break my machine. LOL

EDIT - Had a quick play and everything seems to be working. What I've noticed -

1. Turning off "display edges" helps to speed it up
2. Turning on use sun for shading and playing with the light and dark sliders will help see what your sculpting
3. It's a little unresponsive when dragging across a mesh.
4. Mesh needs a decent amount of subdivision to generate smooth sculpting.
5. Using Simple Loft works well to make a base sculpting mesh because you can set your subdivisions. Sandbox from scratch also works well.

Since BTM doesn't have time to do a video, maybe as a community we can put together our observations, or if we have some good success, we can make a quick video for him.

BTM, this could go down as one of the all time greatest plugins...it's a shame you couldn't better document it. Perhaps when you get more time.
A designer is an emerging synthesis of artist, inventor, mechanic, objective economist and evolutionary strategist. - R. Buckminster Fuller
Some of my 3D crap
User avatar
EarthMover
Top SketchUcator
 
Posts: 1792
Joined: Fri Sep 12, 2008 9:06 pm
Location: Eastern Pennsylvania
Name: Adam Hails

Re: [Plugin] Sculpt Tools v 1.0 (23/07/09)

Postby MrWip » Fri Jul 24, 2009 8:26 am

Thanks BTM, that's seems very promissing !

But, I'm a bit sad, because I get the same problem than Kwistenbiebel. The beta version whas working really fine on my sketchup 6.4 Pro, but now, with the latest one, nothing happened.

I can see the icons, adjust the settings, but when it comes to use a tool, I can't see the blue radius, and my clics does not creates any movements on my triangulated shape...

I've check the Ruby console, and It give me this :
C:/Program Files/Google/Google SketchUp 6/Plugins/btm_Sculpt_Tools/btm_Sculpt2_Bulge.rb:86
Error: #<NoMethodError: undefined method `pick' for nil:NilClass>

... I guess that the !NilClass! is not something good... do anyone have any idea what's wrong there ?
MrWip
 
Posts: 96
Joined: Wed Jan 07, 2009 3:46 pm

Re: [Plugin] Sculpt Tools v 1.0 (23/07/09)

Postby •BTM » Fri Jul 24, 2009 10:22 am

MrWip wrote:Thanks BTM, that's seems very promissing !

But, I'm a bit sad, because I get the same problem than Kwistenbiebel. The beta version whas working really fine on my sketchup 6.4 Pro, but now, with the latest one, nothing happened.

I can see the icons, adjust the settings, but when it comes to use a tool, I can't see the blue radius, and my clics does not creates any movements on my triangulated shape...

I've check the Ruby console, and It give me this :
C:/Program Files/Google/Google SketchUp 6/Plugins/btm_Sculpt_Tools/btm_Sculpt2_Bulge.rb:86
Error: #<NoMethodError: undefined method `pick' for nil:NilClass>

... I guess that the !NilClass! is not something good... do anyone have any idea what's wrong there ?

I think it involves the first @model.start_operation line of the scripts; in SU6, the second param is different from SU7.

Try This: when it says @model.start_operation "Sculpt Bulge", false, true
set it to: @model.start_operation "Sculpt Bulge", true
if that doesn't work, then get rid of the , true part altogether.
http://code.google.com/apis/sketchup/do ... _operation
•BTM
 
Posts: 717
Joined: Wed Jul 23, 2008 12:59 am

Re: [Plugin] Sculpt Tools v 1.0 (23/07/09)

Postby CadFather » Fri Jul 24, 2009 11:33 am

Thanks BTM - hope you have a 'smoove' holiday round the corner.. looks amazing..

EDIT: i've just noticed it conflicts with 'soap skin' - the latter will not work properly (on PC)
Quarr-IT - SketchUp Training from the Master.. . ;) .
User avatar
CadFather
 
Posts: 788
Joined: Fri Nov 16, 2007 11:03 am
Location: London, Milano, Sicily
Name: Max Coppoletta

Re: [Plugin] Sculpt Tools v 1.0 (23/07/09)

Postby CADAddict » Fri Jul 24, 2009 2:51 pm

I am using it with SketchUp Pro 6 and don't seem to work. The plugin appears on Plugins Sculpt, but when i try to sue it nothing happens...Maybe I am doing something wrong...
CADAddict
 
Posts: 14
Joined: Sun Feb 22, 2009 7:45 pm

Re: [Plugin] Sculpt Tools v 1.0 (23/07/09)

Postby Edson » Fri Jul 24, 2009 2:59 pm

hi BTM,

what does "PC friendly" means? that it won't work on mac?
edson mahfuz, architect
http://www.mahfuz.arq.br

Anyone can get you more for more, but it takes genius to get you more for less.
User avatar
Edson
Global Moderator
 
Posts: 2656
Joined: Mon Oct 22, 2007 1:46 pm
Location: Porto Alegre, Brasil
Name: Edson Mahfuz
Operating system: Mac
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Advanced

Re: [Plugin] Sculpt Tools v 1.0 (23/07/09)

Postby CadFather » Fri Jul 24, 2009 3:12 pm

i think BTM writes his plugins on a mac - so he probably means it will not have unknown bugs on pc which he can't always foresee
Quarr-IT - SketchUp Training from the Master.. . ;) .
User avatar
CadFather
 
Posts: 788
Joined: Fri Nov 16, 2007 11:03 am
Location: London, Milano, Sicily
Name: Max Coppoletta

Re: [Plugin] Sculpt Tools v 1.0 (23/07/09)

Postby Edson » Fri Jul 24, 2009 3:43 pm

CadFather wrote:i think BTM writes his plugins on a mac - so he probably means it will not have unknown bugs on pc which he can't always foresee

max,

well thought of. otherwise, why would one working on a PC worry about producing something PC-friendly? thanks.
edson mahfuz, architect
http://www.mahfuz.arq.br

Anyone can get you more for more, but it takes genius to get you more for less.
User avatar
Edson
Global Moderator
 
Posts: 2656
Joined: Mon Oct 22, 2007 1:46 pm
Location: Porto Alegre, Brasil
Name: Edson Mahfuz
Operating system: Mac
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Advanced

Re: [Plugin] Sculpt Tools v 1.0 (23/07/09)

Postby MrWip » Fri Jul 24, 2009 3:46 pm

Thanks BTM for your quick reply.

First of all I've try the plugin on my (bugging) sketchup 7, and it works just fine.
Then I've try to do the changes you've recommended on each ruby script :
(@model.start_operation "Sculpt Bulge", true) or (@model.start_operation "Sculpt Bulge")
But, I always ended with an error message at the startup, about a syntaxe problem:

C:/Program Files/Google/Google SketchUp 6/Plugins/btm_Sculpt_Tools/btm_Sculpt2_Bulge.rb:4: syntax error
Copyright 2009, btmsketchup@hotmail.com
^
C:/Program Files/Google/Google SketchUp 6/Plugins/btm_Sculpt_Tools/btm_Sculpt2_Bulge.rb:6: syntax error
THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
^
C:/Program Files/Google/Google SketchUp 6/Plugins/btm_Sculpt_Tools/btm_Sculpt2_Bulge.rb:7: syntax error
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
^
C:/Program Files/Google/Google SketchUp 6/Plugins/btm_Sculpt_Tools/btm_Sculpt2_Bulge.rb:7: syntax error
C:/Program Files/Google/Google SketchUp 6/Plugins/btm_Sculpt_Tools/btm_Sculpt2_Bulge.rb:10: Illegal octal digit
Created by •BTM on 23/07/09.
^
C:/Program Files/Google/Google SketchUp 6/Plugins/btm_Sculpt_Tools/btm_Sculpt2_Bulge.rb:12: syntax error
Name: Bulge (sculpt tools)
^
C:/Program Files/Google/Google SketchUp 6/Plugins/btm_Sculpt_Tools/btm_Sculpt2_Bulge.rb:13: syntax error
Version: 1.0
^
C:/Program Files/Google/Google SketchUp 6/Plugins/btm_Sculpt_Tools/btm_Sculpt2_Bulge.rb:14: syntax error
Description: Bulges geometry on a mesh, in a way similar to 'brushing' on the mesh.
^
C:/Program Files/Google/Google SketchUp 6/Plugins/btm_Sculpt_Tools/btm_Sculpt2_Bulge.rb:14: syntax error
Description: Bulges geometry on a mesh, in a way similar to 'brushing' on the mesh.
^
C:/Program Files/Google/Google SketchUp 6/Plugins/btm_Sculpt_Tools/btm_Sculpt2_Bulge.rb:14: syntax error
Description: Bulges geometry on a mesh, in a way similar to 'brushing' on the mesh.
^
C:/Program Files/Google/Google SketchUp 6/Plugins/btm_Sculpt_Tools/btm_Sculpt2_Bulge.rb:15: syntax error
Usage: Set the settings of the tool with the Sculpt Tools Dialog, and use it by 'brushing' on the mesh, with the left mouse button held down.
^
C:/Program Files/Google/Google SketchUp 6/Plugins/btm_Sculpt_Tools/btm_Sculpt2_Bulge.rb:15: syntax error
Usage: Set the settings of the tool with the Sculpt Tools Dialog, and use it by 'brushing' on the mesh, with the left mouse button held down.
^
C:/Program Files/Google/Google SketchUp 6/Plugins/btm_Sculpt_Tools/btm_Sculpt2_Bulge.rb:15: syntax error
Usage: Set the settings of the tool with the Sculpt Tools Dialog, and use it by 'brushing' on the mesh, with the left mouse button held down.
^
C:/Program Files/Google/Google SketchUp 6/Plugins/btm_Sculpt_Tools/btm_Sculpt2_Bulge.rb:15: syntax error
Usage: Set the settings of the tool with the Sculpt Tools Dialog, and use it by 'brushing' on the mesh, with the left mouse button held down.
^
C:/Program Files/Google/Google SketchUp 6/Plugins/btm_Sculpt_Tools/btm_Sculpt2_Bulge.rb:16: syntax error
C:/Program Files/Google/Google SketchUp 6/Plugins/btm_Sculpt_Tools/btm_Sculpt2_Bulge.rb:43: syntax error
@entities.each do |e|
^
C:/Program Files/Google/Google SketchUp 6/Plugins/btm_Sculpt_Tools/btm_Sculpt2_Bulge.rb:55: syntax error
@apns.each do |p|
^
C:/Program Files/Google/Google SketchUp 6/Plugins/btm_Sculpt_Tools/btm_Sculpt2_Bulge.rb:56: syntax error
@sculptlocks.each do |l|
^
C:/Program Files/Google/Google SketchUp 6/Plugins/btm_Sculpt_Tools/btm_Sculpt2_Bulge.rb:69: syntax error


I've checked the previous version (beta) which was working on skp 6, and there was no 'false, true', just as you said... but sadly the same trick does not seems to work anymore...

...I guess the other users reporting problems have encounter the same bug ...

I really hope there will be a way to solve it, because that's a really great script !
MrWip
 
Posts: 96
Joined: Wed Jan 07, 2009 3:46 pm

Re: [Plugin] Sculpt Tools v 1.0 (23/07/09)

Postby CADAddict » Fri Jul 24, 2009 7:38 pm

Ok, the plugin works fine with Sketchup 7 Free version, so I guess there is some issue with version 6.
CADAddict
 
Posts: 14
Joined: Sun Feb 22, 2009 7:45 pm

Re: [Plugin] Sculpt Tools v 1.0 (23/07/09)

Postby mitcorb » Fri Jul 24, 2009 10:03 pm

Thanks, -BTM,
I will check out the latest release, mindful of the current feedback.
I take the slow, deliberate approach in my aimless wandering.
User avatar
mitcorb
Top SketchUcator
 
Posts: 3394
Joined: Sat Mar 22, 2008 2:32 pm
Location: USA
Name: Tim
Operating system: Windows
SketchUp version: 8
License type: Free
SketchUp use: architecture
Level of SketchUp: Intermediate

Re: [Plugin] Sculpt Tools v 1.0 (23/07/09)

Postby Chris Fullmer » Fri Jul 24, 2009 11:07 pm

I made some changes so that it should work in version 6 now. I've already changed the file in the first post. Someone who uses 6 want to download it and see if ti working better in v6 now? It should still work just the same in version 7.

Chris
Lately you've been tan, suspicious for the winter.
All my Plugins I've written
User avatar
Chris Fullmer
SketchUp Team
 
Posts: 6680
Joined: Wed Nov 21, 2007 3:21 am
Location: Davis, CA
Name: Chris Fullmer
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: landscape architecture
Level of SketchUp: Advanced

Re: [Plugin] Sculpt Tools v 1.0 (23/07/09)

Postby urgen » Sat Jul 25, 2009 8:57 am

...In SU5 the plugin works well :thumb:....thanks!
--pupil forever...------
User avatar
urgen
 
Posts: 623
Joined: Mon Nov 12, 2007 10:06 pm

Re: [Plugin] Sculpt Tools v 1.0 (23/07/09)

Postby kwistenbiebel » Sat Jul 25, 2009 9:53 am

Thanks BTM and Chris for the update.
works well in SU6 now :thumb:
kwistenbiebel
 
Posts: 2666
Joined: Thu Nov 22, 2007 6:13 pm

Re: [Plugin] Sculpt Tools v 1.0 (23/07/09)

Postby MrWip » Sat Jul 25, 2009 11:26 pm

Just Perfect on Su 6 now, thanks a lot you two !
MrWip
 
Posts: 96
Joined: Wed Jan 07, 2009 3:46 pm

Re: Question- lagline setting

Postby mitcorb » Sun Jul 26, 2009 11:51 pm

This latest version seems to work well in SU6 on my machine, even though it is an older unit (processing/reaction time is slow).
Question-- Is the "lagline" setting in the dialog a selection of a visual cue? If it is, I have not seen it.
mitcorb
I take the slow, deliberate approach in my aimless wandering.
User avatar
mitcorb
Top SketchUcator
 
Posts: 3394
Joined: Sat Mar 22, 2008 2:32 pm
Location: USA
Name: Tim
Operating system: Windows
SketchUp version: 8
License type: Free
SketchUp use: architecture
Level of SketchUp: Intermediate

Re: [Plugin] Sculpt Tools v 1.0 (23/07/09)

Postby dacad » Tue Jul 28, 2009 9:32 am

Thanks a lot for this .BTM :)
Right now i can't fully play with it because i've got a lot of work to do but as soon as i get time i'll be back to sculpting and post something (if it turns out i'm a good sculptor and is woth posting...:P).
Again Thanks!!

David
dacad
 
Posts: 247
Joined: Sat Apr 12, 2008 6:15 pm

Re: [Plugin] Sculpt Tools v 1.0 (23/07/09)

Postby chango70 » Wed Jul 29, 2009 6:22 pm

Wow this works very well! Great effort and great idea. Now I have to think about how I am going to use this new feature.
chango70
 
Posts: 587
Joined: Tue Mar 25, 2008 3:06 pm
Location: London

Re: [Plugin] Sculpt Tools v 1.0 (23/07/09)

Postby silver_shadow » Thu Jul 30, 2009 5:44 am

can i make a suggestion...if its possible
can you maybe look into if one press the right mouse button and drag it, that the brush size gets resized. I am not sure if this is possible, but it would be awesome if you can. Great job on what you have achieved in this. Without all these plugins, where would we ever be. Great job.
silver_shadow
 
Posts: 277
Joined: Fri Jun 06, 2008 8:11 am
Location: Cape Town, South Africa
Name: Jacques

Re: [Plugin] Sculpt Tools v 1.0 (23/07/09)

Postby justry » Thu Jul 30, 2009 12:49 pm

Amazing plugin, really!! You guys are taking sketchup to another level!!

I was just wondering, is there a tutorial of a help file maybe, because I'm not really sure what all the tools do or how exactly they work so... a help file would be really useful!!

Thanks and keep up the awesome work!!
justry
 
Posts: 43
Joined: Thu Mar 06, 2008 6:54 pm

Re: [Plugin] Sculpt Tools v 1.0 (23/07/09)

Postby ideas_arte » Thu Jul 30, 2009 10:06 pm

Many many thank you very much, :berserk:

SU7 tested on Mac OSX 10.5.7 and it works 100%

Greetings! :D
ideas_arte
 
Posts: 57
Joined: Tue Sep 09, 2008 7:20 pm
Location: Guatemala
Name: Ivan Alvarado

Re: [Plugin] Sculpt Tools v 1.0 (23/07/09)

Postby CadFather » Fri Jul 31, 2009 5:24 pm

Thank You BTM - i got some proper time to play with it.. this plugin is truly amazing... you get great organic stuff done and.. all in the old 'sketchup way' ..fantastic

..i made a pillow so good i could sleep on it tonight :D

[also confirm it still works with soap-skin]
Quarr-IT - SketchUp Training from the Master.. . ;) .
User avatar
CadFather
 
Posts: 788
Joined: Fri Nov 16, 2007 11:03 am
Location: London, Milano, Sicily
Name: Max Coppoletta

Re: [Plugin] Sculpt Tools v 1.0 (23/07/09)

Postby McGyver » Fri Jul 31, 2009 8:57 pm

This is one amazing plugin!!! This has to be one of the best ideas I've seen in a long time and has the potential to bring SketchUp to a new level of versatility!! I was recently talking to someone who had just tried SU for the first time and was telling them all the great things it can do and about the great rubies available, the only thing I said it CAN'T do is what this plugin of yours DOES do... Thank you for proving me wrong and for sharing this really wonderful tool!!! I've gotten it to work, but at the moment my efforts are hit and miss as I'm not sure what to do to get the results I want. I can see it does work and is a very powerful and infinitely useful tool! Any hints and tips more advanced users could provide would be greatly appreciated! Thank you BTM! And BTW the gargoyle looks great! :ecstatic:


I don't know if this is of any help with your zip file issues, I am a Mac user also and have found YemuZip to be a reliable windows friendly archiver.... I use it for zipping up my freebie models on ShareCG and so far so good. you can get it here:
http://www.yellowmug.com/yemuzip/
and it's free too!
McGyver
 
Posts: 114
Joined: Wed Feb 04, 2009 5:46 pm

Re: [Plugin] Sculpt Tools v 1.0 (23/07/09)

Postby markitekt » Mon Aug 03, 2009 7:55 pm

This a fantastic plugin! It really works great with SketchUp's sandbox tools. There's so much more I need to explore with this. It really opens the door to more organic forms. I look forward to its future development and tutorials.
Thanks!
Mark P.
markitekt
 
Posts: 37
Joined: Wed Nov 14, 2007 8:24 pm
Location: Milwaukee, Wisconsin, USA
Name: markitekt

Re: [Plugin] Sculpt Tools v 1.0 (23/07/09)

Postby xrok1 » Mon Aug 03, 2009 9:12 pm

i'd love to see pictures of some of the things people have made with this plugin. :)
“There are three classes of people: those who see. Those who see when they are shown. Those who do not see.”

http://www.Twilightrender.com try it!
xrok1
 
Posts: 1966
Joined: Sat Feb 16, 2008 1:53 am
Location: Canada
Name: Rocky

Re: [Plugin] Sculpt Tools v 1.0 (23/07/09)

Postby majid » Tue Aug 04, 2009 5:02 am

does any one is going to make a document please?
or does anyone knows how that "lock" feature works?
User avatar
majid
Top SketchUcator
 
Posts: 1544
Joined: Sun Dec 16, 2007 8:51 pm
Location: Isfahan Iran
Name: majid
Operating system: Windows
SketchUp version: 8
License type: Free
SketchUp use: architecture
Level of SketchUp: Intermediate

SketchUcation One-Liner Adverts

by Ad Machine » 5 minutes ago

Are you a Premium Member? Get your freebies here. Are you not a Premium Member yet? Upgrade your account to grab these freebies instantly.

Ad Machine
Robot
 
Posts: 2012

Next

Return to Plugins

Who is online

Users browsing this forum: Anton_S, DavorP, Google Bot, Ptxi, TMLEE and 7 guests