sketchucation logo sketchucation
    • Login
    🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download

    [Plugin] Sculpt Tools (help)

    scheduled pinned locked moved Plugins
    188 Posts 46 Posters 77.1k Views 46 Watching
    loading-more-posts
    • oldest-to-newest
    • newest-to-oldest
    • most-votes
    reply
    • reply-as-topic
    guest-login-reply
    deleted-message
    • B Offline
      BTM
      last edited by

      … I've been messing around with view.draw lately, and have to say that its confusing. View only updates when the view changes, and in order to get it to update on mouse move, requires a lot of confusing things that I don't understand yet. I'll figure it out sooner or later…

      one-reply-to-this-post last-reply-time reply quote 0
      • J Offline
        Jim
        last edited by

        calling view.invalidate forces a refresh. Hope that helps.

        Hi

        one-reply-to-this-post last-reply-time reply quote 0
        • Chris FullmerC Offline
          Chris Fullmer
          last edited by

          When you figure it out, let me know 😄

          I've also had difficulty with it. I eventually get it to work, but I never feel confident I've implemented how it is supposed to be implemented.

          Chris

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

          one-reply-to-this-post last-reply-time reply quote 0
          • B Offline
            BTM
            last edited by

            @jim said:

            calling view.invalidate forces a refresh. Hope that helps.

            That much I do know, but my problem is where to put it, and when to do it. 😕

            one-reply-to-this-post last-reply-time reply quote 0
            • mitcorbM Offline
              mitcorb
              last edited by

              Nice concatenation there, Majid.

              I take the slow, deliberate approach in my aimless wandering.

              one-reply-to-this-post last-reply-time reply quote 0
              • B Offline
                BTM
                last edited by

                ( 03/07/09) Working icons on windows. easy install.

                … These are the only files necessary, and where they should go:

                btm_Sculpt_Tools_Loader.rb > plugins folder
                btm_Sculpt_Tools folder > plugins folder

                btm_sculpt1_dialog1.png > btm_Sculpt_Tools folder
                btm_sculpt2_bulge1.png > btm_Sculpt_Tools folder
                btm_sculpt3_push1.png > btm_Sculpt_Tools folder
                btm_sculpt4_smooth1.png > btm_Sculpt_Tools folder
                btm_Sculpt1_Dialog.rb > btm_Sculpt_Tools folder
                btm_Sculpt2_Bulge.rb > btm_Sculpt_Tools folder
                btm_Sculpt3_Push.rb > btm_Sculpt_Tools folder
                btm_Sculpt4_smooth.rb > btm_Sculpt_Tools folder

                … Post here if you are having problems.

                NOTES: for Bulge and Push, Shift will reverse the tools, so Bulge will carve, and Push will Pull. Bulge bulges the mesh, push pushes things away from the cursor, and smooth smoothes out the mesh.

                one-reply-to-this-post last-reply-time reply quote 0
                • N Offline
                  negativa
                  last edited by

                  Hello all! Here's another head 😄...
                  Great script
                  head

                  one-reply-to-this-post last-reply-time reply quote 0
                  • B Offline
                    BTM
                    last edited by

                    @negativa said:

                    Hello all! Here's another head 😄...
                    Great script
                    [attachment=0:2reuq2g6]<!-- ia0 -->my_sculpthead.jpg<!-- ia0 -->[/attachment:2reuq2g6]

                    Nice! 😄

                    one-reply-to-this-post last-reply-time reply quote 0
                    • C Offline
                      Click Draw
                      last edited by

                      Very cool!...thanks for your reply BTM. I've downloaded and am currently playin' around. Thank you for the script!
                      Jeff

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

                      one-reply-to-this-post last-reply-time reply quote 0
                      • B Offline
                        BTM
                        last edited by

                        Okay, after looking through the utilitiestools script, and through the SU API for a while, I have found out how to add inferencing and view.draw objects you can see 😉 scripts will be updated eventually.

                        ` def activate
                        @ip1 = Sketchup::InputPoint.new
                        @ip2 = Sketchup::InputPoint.new
                        # new inputpoints.
                        end

                        def onMouseMove(flags,x,y,view)
                        @ip1.pick view, x, y
                        #gets 1.
                        if @ip1 != @ip2
                        # if 1 moved from the last position, where 2 is, do this.
                        view.invalidate if( @ip1.display? or @ip2.display? )
                        # invalidate the view if either point is shown. remove the if( @ip1.display? or @ip2.display? ) part when adding other visualizations.
                        @ip2.copy! @ip1
                        # set 2 to 1, so that when 1 moves again, it can tell.
                        end
                        end

                        def draw(view)
                        @ip1.draw view
                        # draw 1.
                        end`

                        one-reply-to-this-post last-reply-time reply quote 0
                        • charly2008C Offline
                          charly2008
                          last edited by

                          Hi to All,

                          it is a very nice tool but where can i find the icons for the toolbar. The toolbar works but without icons.
                          The icons were not included at the download.

                          Karlheinz


                          Sculp Toolbar.jpg

                          He who makes no mistakes, makes nothing

                          one-reply-to-this-post last-reply-time reply quote 0
                          • B Offline
                            BTM
                            last edited by

                            @charly2008 said:

                            Hi to All,

                            it is a very nice tool but where can i find the icons for the toolbar. The toolbar works but without icons.
                            The icons were not included at the download.

                            They should have been, and are included in the latest version. Maybe try re-installing it 😕 ( go to page 4; the download there has been updated several times. )

                            one-reply-to-this-post last-reply-time reply quote 0
                            • B Offline
                              BTM
                              last edited by

                              … on a side note, does anyone know how to get view.draw to draw a 12 point circle, oriented in any direction with any given radius? 😳

                              one-reply-to-this-post last-reply-time reply quote 0
                              • charly2008C Offline
                                charly2008
                                last edited by

                                Thankyou BTM

                                Karlheinz

                                He who makes no mistakes, makes nothing

                                one-reply-to-this-post last-reply-time reply quote 0
                                • Chris FullmerC Offline
                                  Chris Fullmer
                                  last edited by

                                  Charly, you don't have duplicate icons and your on Windows. Are most people still getting double set of toolbar icons? I am running Vista 64bit and I still get ther double icons. Anyone else?

                                  Chris

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

                                  one-reply-to-this-post last-reply-time reply quote 0
                                  • B Offline
                                    BTM
                                    last edited by

                                    @chris fullmer said:

                                    Charly, you don't have duplicate icons and your on Windows. Are most people still getting double set of toolbar icons? I am running Vista 64bit and I still get ther double icons. Anyone else?

                                    Chris

                                    … I don't think anybody else said they were getting duplicate icons but you. ( Though, in an older version of the script there were duplicates in the plugins menu; there shouldn't be anymore. )
                                    It's a bit weird. does anyone else with vista have the same problem as Chris? 😕

                                    one-reply-to-this-post last-reply-time reply quote 0
                                    • majidM Offline
                                      majid
                                      last edited by

                                      this is not Sketchup...you are kidding me this is skerinobrush **U**P, .... thanx this is working fine....

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

                                      one-reply-to-this-post last-reply-time reply quote 0
                                      • majidM Offline
                                        majid
                                        last edited by

                                        It is definetely a great plugin... it workes fine with SU6 ,but bulge tool sometimes doesn't works with SU7...and I must choose another tool , then comeback to sculp tool, to force it working.is it a bug or interfere with other plugs...something abou SU7 or...?

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

                                        one-reply-to-this-post last-reply-time reply quote 0
                                        • T Offline
                                          tomasz
                                          last edited by

                                          Thank you BTM. It is a great addition to SU!

                                          Tomasz

                                          Author of [Thea Render for SketchUp](http://www.thearender.com/sketchup)

                                          one-reply-to-this-post last-reply-time reply quote 0
                                          • B Offline
                                            BTM
                                            last edited by

                                            @majid said:

                                            It is definetely a great plugin... it workes fine with SU6 ,but bulge tool sometimes doesn't works with SU7...and I must choose another tool , then comeback to sculp tool, to force it working.is it a bug or interfere with other plugs...something abou SU7 or...?

                                            I don't know.
                                            When it doesn't work, what exactly do you mean? Does it stop working altogether? try keeping the ruby console open and tell me what pops up in it when the tool stops working.

                                            one-reply-to-this-post last-reply-time reply quote 0
                                            • 1
                                            • 2
                                            • 6
                                            • 7
                                            • 8
                                            • 9
                                            • 10
                                            • 10 / 10
                                            • first-post
                                              last-post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement