sketchucation logo sketchucation
    • Login
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    ⚠️ Update | Sketchucation Tools 5.0.8 released with licensing improvements and bugfixes Download

    [Plugin] Sculpt Tools (help)

    Scheduled Pinned Locked Moved Plugins
    193 Posts 47 Posters 102.3k Views 47 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      sepo
      last edited by

      This is fantastic. I have missed it somehow .....can't wait to try it myself. πŸ‘ πŸ‘

      1 Reply Last reply
      Reply Quote 0
      • B
        BTM
        last edited by

        OK, I'm ready to release it, but due to the fact that the ZIP files my mac makes turn out funny on windows, I'll need someone else to agree to make it into a ZIP file, and hopefully look through the tools, if I messed up on anything. πŸ˜„ If someone agrees, I'll send them a ZIP file with the tools. (though they apparently require a bit of searching to find the files on a windows computer, that's why I need someone else to make a normal one, my mac makes funny ones). After I PM the weird ZIP to someone, they'd PM me back with the files in a proper ZIP file, and then I'd post it. Can anyone volunteer? πŸ˜‰

        1 Reply Last reply
        Reply Quote 0
        • B
          BTM
          last edited by

          Okay, I got a volounteer πŸ˜„

          1 Reply Last reply
          Reply Quote 0
          • C
            Click Draw
            last edited by

            Hurry!....Please!!!! πŸ˜„

            Have I mentioned how much of a laugh I get out of some of the Signatures on here!

            1 Reply Last reply
            Reply Quote 0
            • S
              sepo
              last edited by

              I sent you a PM.. with question...

              1 Reply Last reply
              Reply Quote 0
              • R
                remus
                last edited by

                chomps at bit

                http://remusrendering.wordpress.com/

                1 Reply Last reply
                Reply Quote 0
                • S
                  sepo
                  last edited by

                  Hmmm.. the icons are not showing although have tool bar ...but can't make it work. I have a feeling I am not having everything.

                  1 Reply Last reply
                  Reply Quote 0
                  • B
                    BTM
                    last edited by

                    @sepo said:

                    Hmmm.. the icons are not showing although have tool bar ...but can't make it work. I have a feeling I am not having everything.

                    There could be 2 problems, I overlooked them when I sent you the ZIP. One, is that I don't know what flags returns when no keys are pressed on windows. If it's not the same as mac, it won't work. Other than that, I included a line of code twice for each tool by accident, but it should only cause it to have 2 of the tools in the plugins menu, and shouldn't change anything else. Can someone see what 'flags' returns when no key is pressed on windows? On my mac it's 256, so in the code I put if flags == 256 + MK_LBUTTON , etc. I think that's probably why the tools aren't working. Other than that, the Thumbs.bd file shouldn't be there, but that doesn't seem to make a difference.

                    1 Reply Last reply
                    Reply Quote 0
                    • S
                      sepo
                      last edited by

                      Donno if this is what you wanted

                      if flags == 256 + MK_LBUTTON
                      Error: #<SyntaxError: (eval):131: compile error
                      (eval):131: syntax error
                      if flags == 256 + MK_LBUTTON
                      ^>
                      (eval):131

                      1 Reply Last reply
                      Reply Quote 0
                      • B
                        BTM
                        last edited by

                        @sepo said:

                        Donno if this is what you wanted

                        if flags == 256 + MK_LBUTTON
                        Error: #<SyntaxError: (eval):131: compile error
                        (eval):131: syntax error
                        if flags == 256 + MK_LBUTTON
                        ^>
                        (eval):131

                        uh… not exactly. more like

                        ` class Flagtest

                        def onMouseMove(flags,x,y,view)
                        UI.messagebox flags
                        end
                        end

                        ftest = UI::Command.new("Flags Test") { Sketchup.active_model.select_tool Flagtest.new }
                        UI.menu("Plugins").add_item ftest`
                        … Put that into the Ruby Console, and then go to plugins, Flags Test. Move the mouse, and tell me what number pops up.

                        … Now that I think about it, is there any chance you put the files in the wrong spots? The problems you're having seem to say so… the Loader should go in the plugins folder, and the rest of the pictures and scripts should go in their folder, inside the plugins folder.

                        1 Reply Last reply
                        Reply Quote 0
                        • Chris FullmerC
                          Chris Fullmer
                          last edited by

                          It is zero on PCs

                          How have you implemented the modifier keys?

                          Lately you've been tan, suspicious for the winter.
                          All my Plugins I've written

                          1 Reply Last reply
                          Reply Quote 0
                          • B
                            BTM
                            last edited by

                            @chris fullmer said:

                            It is zero on PCs

                            How have you implemented the modifier keys?

                            …Using flags. So, I guess that means I'll have to change the script again πŸ˜‰ Sorry guys. Also, if anyone can test this on a mac, does it work on yours too?

                            1 Reply Last reply
                            Reply Quote 0
                            • BurkhardB
                              Burkhard
                              last edited by

                              I will do tomorrow. Now it is too late.

                              http://www.ia-plus.de

                              1 Reply Last reply
                              Reply Quote 0
                              • B
                                BTM
                                last edited by

                                Okay, the file has been updated, it SHOULD work with windows now too. Still, if there are any problems, let me know.

                                404 Not Found

                                favicon

                                (forums.sketchucation.com)

                                1 Reply Last reply
                                Reply Quote 0
                                • CadFatherC
                                  CadFather
                                  last edited by

                                  ..good thing i'm still up - Thank You!! πŸ‘ β˜€

                                  1 Reply Last reply
                                  Reply Quote 0
                                  • D
                                    Daniel S
                                    last edited by

                                    I canΒ΄t see the icons on the toolbar but the plugin seems to work.. but very slow for me.. I will keep trying
                                    Thank you!!

                                    Daniel S

                                    1 Reply Last reply
                                    Reply Quote 0
                                    • soloS
                                      solo
                                      last edited by

                                      I unzipped it into my SU6 plugins folder, but cannot see icons nor the plugin in the drop down menu. πŸ˜•

                                      http://www.solos-art.com

                                      If you see a toilet in your dreams do not use it.

                                      1 Reply Last reply
                                      Reply Quote 0
                                      • B
                                        BTM
                                        last edited by

                                        @solo said:

                                        I unzipped it into my SU6 plugins folder, but cannot see icons nor the plugin in the drop down menu. πŸ˜•

                                        This page might explain one of the problems with the zip files macs make.
                                        http://forums.sketchucation.com/viewtopic.php?f=180&t=19838&start=60

                                        1 Reply Last reply
                                        Reply Quote 0
                                        • L
                                          leixing
                                          last edited by

                                          @daniel s said:

                                          I canΒ΄t see the icons on the toolbar but the plugin seems to work.. but very slow for me.. I will keep trying
                                          Thank you!!

                                          Daniel S

                                          I have the same problem.I think i did the right work.
                                          Thank you BTM.

                                          1 Reply Last reply
                                          Reply Quote 0
                                          • Chris FullmerC
                                            Chris Fullmer
                                            last edited by

                                            I sent him an updated .zip file a while ago. Hopefully he'll post it soon.

                                            But otherwise, you have to dig in a level intothe btm_sculp_tools folder. Then copy the single .rb file from there and the folder into your plugins folder. Then it will work (but as noted previously, the icons do not show up, its just a big blank toolbar (with tooltips though)). And the toolbar buttons appear twice, so its twice as big as it should be.

                                            You should be able to get it installed if you do that though.

                                            Chris

                                            Lately you've been tan, suspicious for the winter.
                                            All my Plugins I've written

                                            1 Reply Last reply
                                            Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better πŸ’—

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 9
                                            • 10
                                            • 3 / 10
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement