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.
    • R Offline
      remus
      last edited by

      A colour picker a la the native one would be very helpful. Very cool idea overall though, i look forward to seeing you work the ruby magic 😄

      http://remusrendering.wordpress.com/

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

        Wow -- Very cool idea ThomThom!
        Very promising interface.

        I love the idea of directly painting any face!

        Copy/Transfer UVs are good - via local or global.

        Groups are good. Would there be a way to preset groups? Or perhaps an option to display a tree-view of the Material directory. I hate getting confused where I'm at in the current browser. There's no need for Favorites, just show me a directory tree 😛

        When viewing materials in the model, perhaps a usage-counter when listing details? How many faces or objects are using that material (with a right-click "select all users")

        A UV key-nudge for transforms (position, rotation, scale). A reset transforms (position, rotation, scale, all).

        A simple name search field. Have a big list (even nested)? Just type "brick" and it'll then only list all "brick" materials.

        1 Reply Last reply Reply Quote 0
        • jeff hammondJ Offline
          jeff hammond
          last edited by

          looks awesome tt.

          you think it will work on macs?

          dotdotdot

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

            @alz said:

            Groups are good. Would there be a way to preset groups?

            I was thinking of attaching the Group data with the material. So when copying between models or loading components it'd follow.

            @alz said:

            Or perhaps an option to display a tree-view of the Material directory. I hate getting confused where I'm at in the current browser. There's no need for Favorites, just show me a directory tree

            Initial idea was just a list of material in the model. There is no way to load .skm files into SU via ruby.

            @alz said:

            When viewing materials in the model, perhaps a usage-counter when listing details? How many faces or objects are using that material (with a right-click "select all users")

            There is no efficient way of getting this data from the model. Would have to iterate the whole model - not something you want to happen often.
            But could be part of a report. I was thinking of a report that would list what definitions where a material has been used.

            @alz said:

            A UV key-nudge for transforms (position, rotation, scale). A reset transforms (position, rotation, scale, all).
            Can you elaborate on this?n Not sure if I fully understand.

            @alz said:

            A simple name search field. Have a big list (even nested)? Just type "brick" and it'll then only list all "brick" materials.

            Yea - this is something I think would be useful.

            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

              @unknownuser said:

              you think it will work on macs?

              Good question. I hope it will. But you never know when making stuff with webdialogs. Heck - might even find it failing on PC.

              sigh

              Would not be the first projects of mine to fall apart due to flawed API.

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

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

                @thomthom said:

                @alz said:

                A UV key-nudge for transforms (position, rotation, scale). A reset transforms (position, rotation, scale, all).
                Can you elaborate on this?n Not sure if I fully understand.

                I just realized this branches over to UV editing and not the core idea behind your Material browser, so it might not make sense. But in the vibe of paint control, it'd provide a way to push and pull UVs via the keyboard. I think there's already some plugins out there that do this, so it's probably not the best suggestion for your time 😄

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

                  I'll put it in the "Look at later" pile. But I think I'll skip it for the initial release.

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

                  1 Reply Last reply Reply Quote 0
                  • C Offline
                    chrisjk
                    last edited by

                    Thom,
                    A button to rotate a texture and duplicate it in the process through 90 degrees would be useful. It's easy enough to do on a single planar face using texture>position but for simply dropping a texture on a curved surface, I'd like to have the two orientations readily available.

                    Chris

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

                      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.

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

                        Ah yes, merge. Good one.

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

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

                          WOW!
                          Me wants....

                          1 Reply Last reply Reply Quote 0
                          • bagateloB Offline
                            bagatelo
                            last edited by

                            My wish list:
                            -Procedural materials
                            -Something like Adobe Kuler


                            procedural.jpg

                            While the cat's away, the mice will play

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