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

    Quarter Sawn Oak texture

    Scheduled Pinned Locked Moved SketchUp Components, Materials & Styles
    sketchup
    31 Posts 11 Posters 8.4k Views 11 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.
    • I Offline
      itisonlyi
      last edited by

      @remus said:

      If you open up the model, go into the materials window (window->materials) and then select 'in model' from the drop down menu, you'll see a list of the textures in the model, you thn right click these and select 'save as' to save the material.

      AaaaaH! I see.

      And I see I can do that with imported jpg's that I use as textures as well.

      Is there some easier way to save many Jpg's to textures? By the batch? I have a few dozen images I would like to do that with.

      Many thanks (and such a swift response!)

      Steve

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

        sorry, i cant help you with importing jpgs in batches, although i'd be interested to see if there is a method for doing this, ive got a lot of jpg textures just waiting to be used.

        http://remusrendering.wordpress.com/

        1 Reply Last reply Reply Quote 0
        • I Offline
          itisonlyi
          last edited by

          Thanks for the response.

          If I find something I will certainly post it here.

          Steve

          1 Reply Last reply Reply Quote 0
          • K Offline
            KennyL
            last edited by

            Remus,

            There's a Ruby script called massmaterialimporter.rb that will do what you want.
            See http://www.crai.archi.fr/rubylibrarydepot/ruby/em_ren_page.htm.

            Ken

            Clothes make the man. Naked people have little or no influence in society.

            1 Reply Last reply Reply Quote 0
            • I Offline
              itisonlyi
              last edited by

              @kennyl said:

              Remus,

              There's a Ruby script called massmaterialimporter.rb that will do what you want.
              See http://www.crai.archi.fr/rubylibrarydepot/ruby/em_ren_page.htm.

              Thanks. I had found that a few minutes ago, but can't figure out how to make it work.

              It prompts me to open a file, which it says will open the folder. I do so, and nothing further happens.

              Any suggestions gratefully received.

              Thanks

              Steve

              1 Reply Last reply Reply Quote 0
              • K Offline
                KennyL
                last edited by

                Start the material importer, navigate to the directory containing your jpg images, click on any one of them and then click the Open button. After a bit, new materials will be added to your 'In Model' library.

                Ken

                Clothes make the man. Naked people have little or no influence in society.

                1 Reply Last reply Reply Quote 0
                • I Offline
                  itisonlyi
                  last edited by

                  Yes, but they do not appear to be saved as skm files.

                  Each must be saved individually.

                  Or am I just being dense?

                  Steve

                  1 Reply Last reply Reply Quote 0
                  • K Offline
                    KennyL
                    last edited by

                    You need to move each new material from the 'In Model' library to either an existing material library or to a new one. I suggest that you read up on the Material Browser in the SketchUp User's Guide which explains the whole process.

                    Ken

                    Clothes make the man. Naked people have little or no influence in society.

                    1 Reply Last reply Reply Quote 0
                    • I Offline
                      itisonlyi
                      last edited by

                      So you do have to handle each file individually.

                      There is no way to "select all" and move/drag/copy to another folder/library.

                      But I am way better off with this plugin than I was before. Thanks for it.

                      Steve

                      1 Reply Last reply Reply Quote 0
                      • I Offline
                        itisonlyi
                        last edited by

                        I got this excellent advice in the Google Group Sketchup forum
                        http://groups.google.com/group/sketchup/

                        .

                        @unknownuser said:

                        ...there's a dropdown menu pick called Save Library As...

                        That will save your entire In-Model Material Library as a named
                        library, like Wood or Carpet and Textiles. The new library will
                        correspond to a like-named folder under C:\Program Files\Google\Google
                        SketchUp 6\Materials, and the folder will contain one .skm file for
                        each texture.

                        Hope others find it useful

                        And thank you again for your help

                        Steve

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

                          cheers, thats very useful, i was just going to do it by dragign all the materials into their respective folders 😛

                          http://remusrendering.wordpress.com/

                          1 Reply Last reply Reply Quote 0
                          • O Offline
                            oldworld124
                            last edited by

                            I'm a Newbie here on Sketchup and Ruby Plugins.

                            Could someone explain to me how to download this massmaterialimporter.rb Plugin? When I go into the Plugins library and click on this Plugin it comes up with script. Is there a way to download it normally or do I need to do it some other way. I would like to set up a materials library and do not know how.

                            Thanks, John

                            1 Reply Last reply Reply Quote 0
                            • A Offline
                              Aidus
                              last edited by

                              Wow! Amazing textures! Thanks!

                              CPU: Intel Core i7 Extreme Edition 965
                              RAM: OCZ Gold DDR3 1600MHz 12Gb
                              Video: Asus Radeon HD4870 X2 2Gb
                              Mobo: Asus P6T Deluxe 1366 Intel X58

                              1 Reply Last reply Reply Quote 0
                              • GaieusG Offline
                                Gaieus
                                last edited by

                                @oldworld124 said:

                                ...Could someone explain to me how to download this massmaterialimporter.rb Plugin...?

                                Hi John,

                                Yes, ruby files are simple text files (only difference is the *.rb extension vs. the *.txt extension). Web browsers and text editors therefore handle both the same way. Anyway, there are two easy ways to save them:

                                1. Right click on the file and "Save as..." (or something like that in different browsers) into the Plugins folder. Make sure to give it the same name as it is written on the download page and add the .rb extension (in case it is not added automatically).
                                  NEVERgo to File > save page as... in your browser because it will add a whole bunch of html codes to the text file and it will get corrupted.
                                2. When you have already clicked on it and the text is opened in your browser, select all (Ctrl A) > Copy (Ctrl C) and paste it (Ctrl V) into a plain text editor (like Notepad - NEVER a Word processor like MS Word or such!!!).
                                  Now save it (with the same naming rules as above) into your Plugins folder.

                                Gai...

                                1 Reply Last reply Reply Quote 0
                                • O Offline
                                  oldworld124
                                  last edited by

                                  Hello Gaieus,

                                  Thanks for the reply. However, I tried saving massmaterialimporter.rb into the Plugins section of Google SK7 and it does not show up. I must be doing something wrong. I copied and pasted in Notepad as you explained and named everything correctly and saved it in Plugins. The Folder does not show up at all. I then saved it in My Documents to see if it would show up. It does but only opens in Excel. The script is the same as is on the site. Your help and any from others is much appreciated.

                                  Thanks, John

                                  1 Reply Last reply Reply Quote 0
                                  • GaieusG Offline
                                    Gaieus
                                    last edited by

                                    It mightnot show up in the Plugins menu but somewhere else (I don't have it so don't know).

                                    It's interesting though that it opens in Excel. Can you open it in Notepad? Do you see any strange in the text if you open it?

                                    Gai...

                                    1 Reply Last reply Reply Quote 0
                                    • O Offline
                                      oldworld124
                                      last edited by

                                      I have been able to copy and save it to Notepad and reconfigured it to open in Notepad
                                      instead of Excel. The problem is that I cannot get it to go to SKP7
                                      Plugins. It only opens in Notepad and is in it's proper script as is shown on the Ruby Library. It will not go into Plugins on SK7. Am I copying too much? Could someone please give me some pointers as to how to get this to run? It seems like a very useful Plugin. I am a quick learner. I just needs some pointers.

                                      Thanks, John

                                      1 Reply Last reply Reply Quote 0
                                      • GaieusG Offline
                                        Gaieus
                                        last edited by

                                        @oldworld124 said:

                                        ...The problem is that I cannot get it to go to SKP7 Plugins. It only opens in Notepad...

                                        Well, then in Notepad, save the file as is - into the SU 7 Plugins folder. Are you saying you cannot svae there?

                                        Gai...

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

                                          John,

                                          You say it won't go into Plugins. Do you mean you aren't seeing "Import Materials" in the Plugins menu in SketchUp? Or you can't save it as an rb file in the Plugins folder?

                                          Etaoin Shrdlu

                                          %

                                          (THERE'S NO PLACE LIKE)

                                          G28 X0.0 Y0.0 Z0.0

                                          M30

                                          %

                                          1 Reply Last reply Reply Quote 0
                                          • M Offline
                                            mirjman
                                            last edited by

                                            click on the arrow in the top right and us "save collection as" to quickly save all the imported materials

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

                                            Advertisement