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

    [Concept] Materials++

    Scheduled Pinned Locked Moved Developers' Forum
    35 Posts 21 Posters 11.1k Views 21 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.
    • thomthomT Offline
      thomthom
      last edited by

      @bagatelo said:

      -Procedural materials

      Far beyond the scope of this plugin and my own capabilities I'm afraid. Procedural textures is far from a light task

      @bagatelo said:

      -Something like Adobe Kuler

      What is that? A tool that generate colour schemes? I've never used Adobe Kuler.

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

      1 Reply Last reply Reply Quote 0
      • Dan RathbunD Offline
        Dan Rathbun
        last edited by

        @remus said:

        A colour picker a la the native one would be very helpful.

        I've long wanted a color picker for use with SU Ruby.

        Had planned to see if Chameleon could be setup as a WebDialog to give us a quick and dirty picker. It's a free (BSD license,) totally Js based popup picker.
        http://karmatics.com/chameleon/

        I can get the native color picker to popup thru Sketchup.send_action but can't figure out how to get the return color value. (There is an object for Win32 that can be embedded in webpages for the crappy Win3.0 style picker on MSIE, but noone wants that one, and it's not cross-platform.)

        So me thinks Chameleon might be a fasttrack solution. I wanted to make it a standalone WebDialog that could be called from ANY ruby, or from ANY WebDialog (via a callback to ruby.)

        I'm not here much anymore.

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

          @alz said:

          Ah -- here's one I found myself wanting this morning --

          A browser option to swap or condense materials. Select a bunch of materials in your list and swap them all for a different material.

          You mean something like Repaint? I'm working on a GUI for this, with one-for-many replacement, and drag-and-drop selections. Early testing was going well, but my day job slowed development...

          RickW
          [www.smustard.com](http://www.smustard.com)

          1 Reply Last reply Reply Quote 0
          • pietervP Offline
            pieterv
            last edited by

            Cool, sounds very interesting and promising!!! I have two suggestions, but I guess they are probably not possible. Anyway:

            • A BIGGER color wheel then the standard one, which is realy not handy.

            • The ability to use "Ctrl-Z" in the materials section!

            This is my website:
            Citypixels - 3d Visualisatie Architectuur

            1 Reply Last reply Reply Quote 0
            • EscapeArtistE Offline
              EscapeArtist
              last edited by

              Ability to add a directory of textures to the library?

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

                @pieterv said:

                Cool, sounds very interesting and promising!!! I have two suggestions, but I guess they are probably not possible. Anyway:

                • A BIGGER color wheel then the standard one, which is realy not handy.

                • The ability to use "Ctrl-Z" in the materials section!

                Ugh, the colour wheel - I really can't stand that thing. I don't see how people manage to use it? Oh well, I can add it to the list - but it won't be priority. In fact, the material editing is lower on the list - first comes the browser part of it.

                Btw, what do you mean by Ctrl+Z in the material section? You want Ctrl+Z to undo changes in the model?

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

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

                  @escapeartist said:

                  Ability to add a directory of textures to the library?

                  I like this idea. 👍

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

                  1 Reply Last reply Reply Quote 0
                  • pietervP Offline
                    pieterv
                    last edited by

                    Yes, that's what I mean. When I apply a material for example, I can not use Ctrl+Z to undo it. When I move one of the sliders to change a colors saturation for example, I can also not undo the change I have made.

                    This is my website:
                    Citypixels - 3d Visualisatie Architectuur

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

                      YEa - Keystrokes aren't sent to SU while the focus is at one of the toolbar windows. Something that has annoyed me since I started using SU. Mostly when you undo changes to a model and when you undo a material change the focus automatically shifts to the toolbar window and you have to click on the SU window to make the shortcuts work again.

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

                      1 Reply Last reply Reply Quote 0
                      • EarthMoverE Offline
                        EarthMover
                        last edited by

                        A paintbrush tool to apply materials while dragging across multiple faces. It would be a big help when applying projected textures with hidden geometry turned on for things like rounded corners and SDS meshes. With SU's poor UV capabilities most of us end up projecting multiple facing textures to organic geometry to fake it. The one click per face or drag select methods are a real pain with a lot of small triangles.

                        3D Artist at Clearstory 3D Imaging
                        Guide Tool at Winning With Sketchup
                        Content Creator at Skapeup

                        1 Reply Last reply Reply Quote 0
                        • pietervP Offline
                          pieterv
                          last edited by

                          @earthmover said:

                          A paintbrush tool to apply materials while dragging across multiple faces. It would be a big help when applying projected textures with hidden geometry turned on for things like rounded corners and SDS meshes. With SU's poor UV capabilities most of us end up projecting multiple facing textures to organic geometry to fake it. The one click per face or drag select methods are a real pain with a lot of small triangles.

                          I definitly second that.

                          @Thom:

                          Aha, so that's the reason! Interesting.

                          This is my website:
                          Citypixels - 3d Visualisatie Architectuur

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

                            @earthmover said:

                            A paintbrush tool to apply materials while dragging across multiple faces. It would be a big help when applying projected textures with hidden geometry turned on for things like rounded corners and SDS meshes. With SU's poor UV capabilities most of us end up projecting multiple facing textures to organic geometry to fake it. The one click per face or drag select methods are a real pain with a lot of small triangles.

                            Got some experiments in regards to that area going on. 😉

                            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
                              rv1974
                              last edited by

                              Hi!
                              Would it be possible you implement some 'putting to order' utilities disscussed here: http://forums.sketchucation.com/viewtopic.php?f=323&t=26013&hilit=material+replacer
                              (the 3rd post from the page end)? Though I wouldn't mind to get it with standard mateditor
                              I waited something like this with '8' but among many others gaps totalmente nada 😞

                              1 Reply Last reply Reply Quote 0
                              • P Offline
                                Panga
                                last edited by

                                Hi Thomthom,

                                Nice concept that you have here, any news about it ?

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

                                  Not so far - I was putting it on hold in hopes that SU8 would add/fix some methods that would make it easier to develop. Alas this did not happen so I think I need to work out a design based on the current limitations.

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

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

                                    @alz said:

                                    Ah -- here's one I found myself wanting this morning --

                                    A browser option to swap or condense materials. Select a bunch of materials in your list and swap them all for a different material.

                                    I second that, deleting materials, merging materials and select all by material would be great (which though a standard option does not seem to always work.

                                    Matthew

                                    1 Reply Last reply Reply Quote 0
                                    • Bob JamesB Offline
                                      Bob James
                                      last edited by

                                      @rickw said:

                                      You mean something like Repaint? I'm working on a GUI for this, with one-for-many replacement, and drag-and-drop selections. Early testing was going well, but my day job slowed development...

                                      Did you ever pick this up again?

                                      i7-4930K 3.4Ghz, 2x GTX780 6GB, 32GB DDR3-1600 ECC, OCZ Vertex 4 500GB, WD Black 3TB, 32TB NAS, 4x 27" Monitors, SpaceMouse Pro, X-keys XK-60

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

                                        I wonder if the new API in 2015 make this possible

                                        1 Reply Last reply Reply Quote 0
                                        • JQLJ Offline
                                          JQL
                                          last edited by

                                          I really do think this features should be on the native tool and SU team should revamp it... Maybe Thomthom would shoot his own ideas on the team...

                                          www.casca.pt
                                          Visit us on facebook!

                                          1 Reply Last reply Reply Quote 0
                                          • J Offline
                                            jukkoo
                                            last edited by

                                            So this plugin was totally abandoned? It is a great shame. The idea was excellent. Strange that nobody has ever made a plugin for better material organization.

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

                                            Advertisement