sketchucation logo sketchucation
    • Login
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    [Plugin] Sculpt Tools (help)

    Scheduled Pinned Locked Moved Plugins
    188 Posts 46 Posters 76.0k Views 46 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 Offline
      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 Offline
        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 Offline
          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 Offline
            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 Offline
              Burkhard
              last edited by

              I will do tomorrow. Now it is too late.

              [http://www.ia-plus.de(http://www.ia-plus.de)]

              1 Reply Last reply Reply Quote 0
              • B Offline
                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.

                http://forums.sketchucation.com/download/file.php?id=30042

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

                  ..good thing i'm still up - Thank You!! 👍 ☀

                  1 Reply Last reply Reply Quote 0
                  • D Offline
                    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 Offline
                      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 Offline
                        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 Offline
                          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 Offline
                            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
                            • Chris FullmerC Offline
                              Chris Fullmer
                              last edited by

                              I REALLY like the smooth tool. Its a lot of fun, as are all the other ones.

                              I am wondering about the dual icons in the toolbar and the lack of toolbar icons. Are you seeing that also on the Mac? Or is that only happening on the PC?

                              I'm looking for the problem, but so far I have not found it. I'm not sure if I'm just missing something obvious (I don't make toolbars all that often really). Or I am kind of thinking that your pressing your luck with the global variables holding all the menu information. You might simplify it by combining all the scripts into a single file, and remove the menu globals from the loader script. Just do all the menu stuff from the single main script in the folder.

                              But again, perhaps that has nothing to do with it. I really haven't found anything concrete.

                              Good luck with it, its awesome!

                              Chris

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

                              1 Reply Last reply Reply Quote 0
                              • PixeroP Offline
                                Pixero
                                last edited by

                                Very nice. 👍
                                I don't get the icons but I don't get them twice as you.
                                I'm on XP.

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

                                  No change for me. It is same as before.

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

                                    … Weird 😕 The icons work for me, and, although ugly, look like this.
                                    I need better icons…
                                    I can't seem to find any problems either.

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

                                      @cadfather said:

                                      BTM, the problem is that you are calling the tools with different toolbars,

                                      look in the extensions menu under preferences and you will find bulge, push etc
                                      go to view toolbars and you will find your sculpt (sculp) as well

                                      I actually just found out about the typo a few minutes ago 😆 The current file up is now easier to download, but still has the typo. As for me though, I only have the 1 toolbar anyways. 😕

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

                                        BTM, (Edit: 'i think') the problem is that you are calling the tools with different toolbars,

                                        look in the extensions menu under preferences and you will find bulge, push etc
                                        go to view toolbars and you will find your sculpt (sculp) as well

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

                                          i got the feeling it's somewhere here.. toolbar = $btm_sculpt_toolbar.add_item mgp

                                          (i might just get out some tarot cards)

                                          1 Reply Last reply Reply Quote 0
                                          • majidM Offline
                                            majid
                                            last edited by

                                            First of all, thanx for such brilliant tool..it was one of my dreams... 👍 👍 👍
                                            It worked for mr ,but seems to me that I'v missed icons.

                                            My inspiring A, B, Sketches book: https://sketchucation.com/shop/books/intermediate/2612-alphabet-inspired-sketches--inspiring-drills-for-architects--3d-artists-and-designers-

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 9
                                            • 10
                                            • 4 / 10
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement