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

    [Plugin] Material Tools

    Scheduled Pinned Locked Moved Plugins
    123 Posts 43 Posters 148.2k Views 43 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.
    • D Offline
      dedmin
      last edited by

      Video_2010-10-22_140535.wmv

      1 Reply Last reply Reply Quote 0
      • thomthomT Offline
        thomthom
        last edited by

        So it crashes all the time? No exceptions?

        Thomas Thomassen β€” SketchUp Monkey & Coding addict
        List of my plugins and link to the CookieWare fund

        1 Reply Last reply Reply Quote 0
        • D Offline
          dedmin
          last edited by

          As far as I tried - yes.

          1 Reply Last reply Reply Quote 0
          • thomthomT Offline
            thomthom
            last edited by

            Ok - I'll see if I can make a debug version to detect where it splats.

            Thomas Thomassen β€” SketchUp Monkey & Coding addict
            List of my plugins and link to the CookieWare fund

            1 Reply Last reply Reply Quote 0
            • R Offline
              ray678
              last edited by

              thanks for sharing

              1 Reply Last reply Reply Quote 0
              • spenceS Offline
                spence
                last edited by

                This is a great plugin Thomas, thanks πŸ˜„

                Spence

                1 Reply Last reply Reply Quote 0
                • N Offline
                  nektares
                  last edited by

                  Thanks ThomThom! your plug-ins are really cool!

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

                    Great plugin thomthom, nice work, only wish remove by selection would remove the materials applied to faces and groups/components inside selected groups/components, and components in selection are made unique.

                    1 Reply Last reply Reply Quote 0
                    • Rich O BrienR Offline
                      Rich O Brien Moderator
                      last edited by

                      I'm not getting 'Remove Material from selection' to work?

                      Download the free D'oh Book for SketchUp πŸ“–

                      1 Reply Last reply Reply Quote 0
                      • thomthomT Offline
                        thomthom
                        last edited by

                        @unknownuser said:

                        I'm not getting 'Remove Material from selection' to work?

                        Errors in the console?

                        Thomas Thomassen β€” SketchUp Monkey & Coding addict
                        List of my plugins and link to the CookieWare fund

                        1 Reply Last reply Reply Quote 0
                        • Rich O BrienR Offline
                          Rich O Brien Moderator
                          last edited by

                          My bad...

                          Error; #<NameError; undefined local variable or method `ents' for TT;;Plugins;;MaterialTools;Module>
                          C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/tt_material_tools.rb;270;in `remove_all_from_selection'
                          C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/tt_material_tools.rb;256;in `each'
                          C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/tt_material_tools.rb;256;in `remove_all_from_selection'
                          C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/tt_material_tools.rb;62
                          C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/recurve.rb;17;in `call'
                          C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/recurve.rb;17
                          

                          Download the free D'oh Book for SketchUp πŸ“–

                          1 Reply Last reply Reply Quote 0
                          • Rich O BrienR Offline
                            Rich O Brien Moderator
                            last edited by

                            Actually I just noticed that right clicking produces this error

                            Error; #<LocalJumpError; unexpected return>
                            (eval);106;in `load'
                            C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/tt_material_tools.rb;270;in `call'
                            C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/tt_material_tools.rb;270
                            

                            Download the free D'oh Book for SketchUp πŸ“–

                            1 Reply Last reply Reply Quote 0
                            • Rich O BrienR Offline
                              Rich O Brien Moderator
                              last edited by

                              Sorry this error

                              Error; #<LocalJumpError; unexpected return>
                              (eval);106;in `load'
                              (eval);106;in `call'
                              (eval);106
                              

                              Download the free D'oh Book for SketchUp πŸ“–

                              1 Reply Last reply Reply Quote 0
                              • Rich O BrienR Offline
                                Rich O Brien Moderator
                                last edited by

                                I think the problem is with Recurve? i'm getting all sorts of errors when I right click

                                Download the free D'oh Book for SketchUp πŸ“–

                                1 Reply Last reply Reply Quote 0
                                • Rich O BrienR Offline
                                  Rich O Brien Moderator
                                  last edited by

                                  Problem isn't Recurve as I've removed it....

                                  Error; #<NameError; undefined local variable or method `ents' for TT;;Plugins;;MaterialTools;Module>
                                  C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/tt_material_tools.rb;270;in `remove_all_from_selection'
                                  C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/tt_material_tools.rb;256;in `each'
                                  C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/tt_material_tools.rb;256;in `remove_all_from_selection'
                                  C;/Program Files (x86)/Google/Google SketchUp 
                                  

                                  Download the free D'oh Book for SketchUp πŸ“–

                                  1 Reply Last reply Reply Quote 0
                                  • thomthomT Offline
                                    thomthom
                                    last edited by

                                    Stop breaking things!

                                    Thomas Thomassen β€” SketchUp Monkey & Coding addict
                                    List of my plugins and link to the CookieWare fund

                                    1 Reply Last reply Reply Quote 0
                                    • Rich O BrienR Offline
                                      Rich O Brien Moderator
                                      last edited by

                                      They call me Mr.Glass

                                      Download the free D'oh Book for SketchUp πŸ“–

                                      1 Reply Last reply Reply Quote 0
                                      • thomthomT Offline
                                        thomthom
                                        last edited by

                                        As a DIY quick-fix - change
                                        if ents.respond_to?( :back_material )
                                        to
                                        if e.respond_to?( :back_material )

                                        Thomas Thomassen β€” SketchUp Monkey & Coding addict
                                        List of my plugins and link to the CookieWare fund

                                        1 Reply Last reply Reply Quote 0
                                        • Rich O BrienR Offline
                                          Rich O Brien Moderator
                                          last edited by

                                          Sorted πŸ‘

                                          Now I'll break something else

                                          Download the free D'oh Book for SketchUp πŸ“–

                                          1 Reply Last reply Reply Quote 0
                                          • thomthomT Offline
                                            thomthom
                                            last edited by

                                            Go'n run with scissors or something...

                                            Thomas Thomassen β€” SketchUp Monkey & Coding addict
                                            List of my plugins and link to the CookieWare fund

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

                                            Advertisement