sketchucation logo sketchucation
    • Login
    โ„น๏ธ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    Photoshop/Gimp paint plugin

    Scheduled Pinned Locked Moved Plugins
    15 Posts 6 Posters 1.7k Views 6 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.
    • JQLJ Offline
      JQL
      last edited by

      Aerilius,

      Can you elaborate on that a bit? I'm unaware of what Gimp can do with a 3d model...

      Masterpaul,

      I bet you have tried to make unique texture. If you haven't. make it for a surface and you can then export to gimp/ps and paint it. There is a plugin for making that without texture size limitation (make unique texture++)

      www.casca.pt
      Visit us on facebook!

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

        Just export as 2d image and open it in Gimp.
        Such a plugin would be just as simple as what you can do by hand.
        Untested, but something like this line:

        file = UI.savepanel; Sketchup.active_model.active_view.write_image(file);system("gimp #{file.inspect}")
        
        1 Reply Last reply Reply Quote 0
        • A Offline
          Aerilius
          last edited by

          masterpaul asked for editing a 2d image in gimp, and unfortunately I mistyped and pressed the key right of "2".

          1 Reply Last reply Reply Quote 0
          • masterpaulM Offline
            masterpaul
            last edited by

            @jql said:

            Aerilius,

            Can you elaborate on that a bit? I'm unaware of what Gimp can do with a 3d model...

            Masterpaul,

            I bet you have tried to make unique texture. If you haven't. make it for a surface and you can then export to gimp/ps and paint it. There is a plugin for making that without texture size limitation (make unique texture++)

            I did try it however, It doesn't really work like drawing; lets say if you want to have a specific mood to be set up, specific details, hand-drawn looks. You would want to edit the whole 2d scene and then reapply the texture from that image.

            Ofcourse this could be done by export image, editing it and then projecting the image on photomatch. However it not effective, as you may want to edit only a single part after and then you want to select the geomerty and edit only that in the 2D export.

            What you mentioned edits and individual object, however image wanting to texture by hand a whole scene with thousands of unique textures.. etc. It would be faster just to export 2D and replay it with photo-match.

            However that is not sufficient

            1. Reapplying the textures continuously in photo-match may get tedious after a while (imagine changing the angle of the scene, or wanting to texture a smaller a part of it only after).
            2. Sketch-up exports 2d graphics with our without black-lines, ideally you want it automatically create a temporary file that opens automatically with photo-shop or gimp with two or more layers. One with the outline overlay (As you want to be able to delete these before sending it back), one with the textures and shadows, and optionally shadows. Sketchup would automatically apply the textures (to the selected areas) upon quitting and saving the image file.
            1 Reply Last reply Reply Quote 0
            • JQLJ Offline
              JQL
              last edited by

              Ah...! Now I understand what you want. It's a bit different than what Sculptris does as that is painting surfaces of individual objects.

              What you want seems very interesting though. And I can see it being used very well in many scenarios, though not much in my line of work.

              Why don't you use the process you're describing in pojnt "2" but, after the first photomatch, you only edit the material that results from the photomatch?

              www.casca.pt
              Visit us on facebook!

              1 Reply Last reply Reply Quote 0
              • masterpaulM Offline
                masterpaul
                last edited by

                I guess this is fine, in a small simple scene, but imagine doing this do a model with many different knacks, crannies and nooks.

                I guess at the end day this plugin, would only be a neat little feature or a different way to texture things to most and would more likely benefit people with graphic tablets more.

                1 Reply Last reply Reply Quote 0
                • jolranJ Offline
                  jolran
                  last edited by

                  Ah like ZAppLink for Zbrush ?
                  http://docs.pixologic.com/user-guide/zbrush-plugins/zapplink/

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

                    TGI3D Smart UV has the ability to unwrap sections of a SU mesh

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

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

                      So you want to paint on the current view (ie. paint the object as you see it, rather than in unwrapped mode).
                      Unwrapped meshes have often an unnatural shape, and what looks like a straight line on the model is not always a straight line in the uv map. That makes working with many uv-mapping tools challenging and requires to think in "uv space".

                      Once I felt this would more fit the intuitive "SketchUp way". I have some experiments with how painting directly on the model would work. However it's rather a hackish solution and there are latency/precision problems and limitations of SketchUp's API.

                      The procedure of editing screenshots of the current view works for faces that are faced to the viewer, but not for orthogonal faces (the texture on them would be stretched and low-resolution). I'm sure your workflow is easier to implement in an semi-automated plugin.

                      1 Reply Last reply Reply Quote 0
                      • jolranJ Offline
                        jolran
                        last edited by

                        Ha! Awesome, Aerilius. Your almost there!

                        The latency coming from webdialog freeze while Ruby updates ?

                        No that can't be it..

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

                          @aerilius said:

                          So you want to paint on the current view (ie. paint the object as you see it, rather than in unwrapped mode).
                          Unwrapped meshes have often an unnatural shape, and what looks like a straight line on the model is not always a straight line in the uv map. That makes working with many uv-mapping tools challenging and requires to think in "uv space".

                          Once I felt this would more fit the intuitive "SketchUp way". I have some experiments with how painting directly on the model would work. However it's rather a hackish solution and there are latency/precision problems and limitations of SketchUp's API.

                          The procedure of editing screenshots of the current view works for faces that are faced to the viewer, but not for orthogonal faces (the texture on them would be stretched and low-resolution). I'm sure your workflow is easier to implement in an semi-automated plugin.

                          ๐Ÿ˜ฒ

                          Though I think this was not the process we were discussing it is really cool!!!

                          www.casca.pt
                          Visit us on facebook!

                          1 Reply Last reply Reply Quote 0
                          • masterpaulM Offline
                            masterpaul
                            last edited by

                            @aerilius said:

                            So you want to paint on the current view (ie. paint the object as you see it, rather than in unwrapped mode).
                            Unwrapped meshes have often an unnatural shape, and what looks like a straight line on the model is not always a straight line in the uv map. That makes working with many uv-mapping tools challenging and requires to think in "uv space".

                            Once I felt this would more fit the intuitive "SketchUp way". I have some experiments with how painting directly on the model would work. However it's rather a hackish solution and there are latency/precision problems and limitations of SketchUp's API.

                            The procedure of editing screenshots of the current view works for faces that are faced to the viewer, but not for orthogonal faces (the texture on them would be stretched and low-resolution). I'm sure your workflow is easier to implement in an semi-automated plugin.

                            This is also pretty cool, with different brushes and airbrushing this could be pretty powerful. Yeah some issues do arise with extreme angles, but this could be fixed by selectively choosing faces to paint on etc or by having some fading options (textures fade out on extreme angles/mix with existing ones)

                            I unfortunately don't have the ability to create plugins etc but maybe one day... maybe.

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

                            Advertisement