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

    [Plugin] ClothWorks v1.8.0 - 28 Apr 2024

    Scheduled Pinned Locked Moved Plugins
    699 Posts 160 Posters 605.9k Views 159 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.
    • A Offline
      Anton_S
      last edited by

      @rv1974 said:

      it's a simple idea: you'd select a loop (or set of edges, even unconnected) and order it to stay fixed. instead of point pin you get a linear holder. What important is an easy access to those linear holders (for selecting\editing).

      For now, if you assign a pin type to the pole, and if the edges along the pole overlap the bounding box of the pole, they will be locked in place.

      @rich o brien said:

      If you look up Vertex Groups in Blender you can get an idea what RV is asking.

      Maybe you could add a feature that allows the user to make any object behave like a pin.

      So selected edge/s behave the same as a collection of pins.

      I checked the blenders group pins video: https://www.youtube.com/watch?v=yzRS2cCiBnc

      It seems like it would be useful. Added to my TODO list (it would be an easy feature to implement).

      @jiminy-billy-bob said:

      @rv1974 said:

      1. The buying process should be reworked.

      I agree!

      Yeah... The buying process is not so user friendly. It's not the worst start though 💚

      1 Reply Last reply Reply Quote 0
      • BoxB Offline
        Box
        last edited by

        How sharp and linear do you want it?

        https://i.imgur.com/dI14YqS.gif

        1 Reply Last reply Reply Quote 0
        • S Offline
          sofie9536
          last edited by

          in order to get a sharp edge I doubled the mesh in the area of the edge with artisan.


          artisan.png

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

            Hi have 3.04.2018 the plugin ClothWork via PayPal, so far no license has been received. Have had the experience to send it immediately. Ask for info Thank you

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

              @cas45 said:

              Hi have 3.04.2018 the plugin ClothWork via PayPal, so far no license has been received. Have had the experience to send it immediately. Ask for info Thank you

              Sent you a PM regarding this.

              1 Reply Last reply Reply Quote 0
              • BoxB Offline
                Box
                last edited by

                A feature request of sorts, more of a think about this and see if it is possible.
                Can you make the shape of the geometry of the pin the thing that does the pinning rather than the bounding box of the pin/pin object.
                I know we can point pin, multi point pin and linear pin, but the ability to pin along a curve would be great.
                As you see here the pin itself is a curve but the bounding box makes it a rectangle.
                Bounding.gif
                Whereas an array of small pins gives you a curve but it can be tricky to set up, gives you bumps and is less predictable than if you could use a specific edge.

                I know you could use a shaped collider in this instance, but I can see uses for curved pins.


                PinArray.gif

                1 Reply Last reply Reply Quote 0
                • jiminy-billy-bobJ Offline
                  jiminy-billy-bob
                  last edited by

                  Hey Anton, I was wondering today: what's the performance bottleneck? Is it the physics simulation itself, or moving the whole geometry at each frame?

                  25% off Skatter for SketchUcation Premium Members

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

                    I saw today some crazy project:
                    https://architizer.com/projects/cluster-h-the-backyard/
                    Notice those sail shades. In this case linear pins could be useful

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

                      Hi Anton, thanks so much for your quick replies to my questions! Looking forward to seeing what else you can do! Dave Harned

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

                        @jiminy-billy-bob said:

                        Hey Anton, I was wondering today: what's the performance bottleneck? Is it the physics simulation itself, or moving the whole geometry at each frame?

                        There are three components to simulation:

                        1. Physics computation
                        2. Vertex transformations via transform_by_vectors
                        3. Dynamic texture UV updating for faces with texture (which can be disabled)

                        The transform_by_vectors takes quite a reasonable amount of performance out of this (and I do wrap every frame in its own operation with second parameter set to true). On a draping cylinder sample (with no textures), with transform_by_vectors enabled, the performance is 17 FPS; with transform_by_vectors disabled, the performance is 32 FPS.

                        However, the physics computation also takes its chunk out of performance. Assuming transform_by_vectors is off, with physics enabled, the performance is 32 FPS; with physics disabled, the performance 60 FPS.

                        The physics computation aspect can and will be improved, if not so much algorithm and optimization-wise, then with multithreading. At the moment, the part of physics that consumes most performance is collision detection and contact processing.

                        Thus at the moment there are no bottlenecks but as physics computation performance is improved, transform_by_vectors (and rendering) might become the bottleneck. I would be interested in finding out if SU could optimize this, say avoid updating edge lengths (in case they do) or other things that occur.

                        1 Reply Last reply Reply Quote 0
                        • jiminy-billy-bobJ Offline
                          jiminy-billy-bob
                          last edited by

                          @anton_s said:

                          The transform_by_vectors takes quite a reasonable amount of performance out of this (and I do wrap every frame in its own operation with second parameter set to true). On a draping cylinder sample (with no textures), with transform_by_vectors enabled, the performance is 17 FPS; with transform_by_vectors disabled, the performance is 32 FPS.

                          That's what I was suspecting.
                          Have you considered displaying an openGL preview during the simulation, instead of the full geometry? Like a wireframe of the cloth, or even a fully shaded preview using Christina's FaceShader.

                          Considering it would instantly double the performance, and more orders of magnitude once you implement multi threading, you should seriously consider it.

                          Or am I missing something? Is there a particular reason why you need to transform the whole SU geometry at each frame?

                          25% off Skatter for SketchUcation Premium Members

                          1 Reply Last reply Reply Quote 0
                          • HieruH Offline
                            Hieru
                            last edited by

                            Personally I prefer the full preview during simulation, especially when it comes to live dragging to create a little randomness. I can’t say that I’ve noticed a performance issue unless using super dense grids (which generally aren’t necessary).

                            www.davidhier.co.uk

                            1 Reply Last reply Reply Quote 0
                            • jiminy-billy-bobJ Offline
                              jiminy-billy-bob
                              last edited by

                              Well, this would look identical as the full geometry:

                              @jiminy-billy-bob said:

                              or even a fully shaded preview using Christina's FaceShader.

                              EDIT: Without textures, actually.

                              25% off Skatter for SketchUcation Premium Members

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

                                @hieru said:

                                Personally I prefer the full preview during simulation, especially when it comes to live dragging to create a little randomness. I can’t say that I’ve noticed a performance issue unless using super dense grids (which generally aren’t necessary).

                                People will push the limits and Thomas has experience in this with skatter. It's a very nice suggestion.

                                Anton, I've downloaded but not tested yet, but ever since seeing this plugin I have wondered if you are not the guy who will create bones structure for sketchup. With clothworks and physics, that's the next most natural step.

                                www.casca.pt
                                Visit us on facebook!

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

                                  @jiminy-billy-bob said:

                                  Have you considered displaying an openGL preview during the simulation, instead of the full geometry?

                                  Considering it would instantly double the performance, and more orders of magnitude once you implement multi threading, you should seriously consider it.

                                  That's a good idea! I'm thinking of adding a cloth quality option. Users will simulate what they draw, regardless of the resolution. But behind the scenes, if the cloth quality is set to more than 1, like 2 or 4, a higher poly version of the user-drawn cloth will be simulated on the physics side (but a lower, user-drawn quality will be rendered). When simulation ends, a higher quality cloth will replace the lower quality. If the user plans to continue simulation, a lower quality will replace the higher quality and then back to a higher quality after simulation... I think this will cope well with current ClothWorks functionalities.

                                  @jql said:

                                  Anton, I've downloaded but not tested yet, but ever since seeing this plugin I have wondered if you are not the guy who will create bones structure for sketchup. With clothworks and physics, that's the next most natural step.

                                  Would indeed be interesting! Always want to see how dinosaurs and real locomotion would behave in SU. If another developer doesn't start this, then...

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

                                    @box said:

                                    A feature request of sorts, more of a think about this and see if it is possible.
                                    Can you make the shape of the geometry of the pin the thing that does the pinning rather than the bounding box of the pin/pin object.

                                    The thing with this, the reason I went with bounding boxes is that it is easy to determine if a vertex is inside it. Doing it other way, for complex shapes it's hard. But of course, a simple variant can be created. If you treat all edges of groups as cylinders you can also, in reasonable time, determine which vertices overlap the cylinders. If you want to lock something along an arc, then you would need to assign a some sort of thickness (or edge cylinder radius) to a pin, so it knows how much each edge should capture. But this sort of approach would make this plugin a bit too complicated.

                                    A feature request was made for Grouped Vertices. I have a really good plan for this feature. So basically, there will be a highlighting tool, where users could adjust the highlighting circle radius, and use it to basically highlight vertices they would want to treat as pins. With a snap option, I'm pretty sure it would be easy to inference highlighting along an arc or any other curve. And of course, a dehighlighting variant of the tool will be added to unhighlight the highlighted vertices. This would be another way to lock vertices without using pins. I think it would be a user friendly in terms of locking vertices along a desired path/shape.

                                    For now, as a workaround, you can just copy pins along the arc and adjust their scale via (Menu) Extensions->ClothWorks->Edit Pins Scale so they capture the desired amount of vertices. CopyAlongCurve could be used to copy pins along an arc.

                                    1 Reply Last reply Reply Quote 0
                                    • arqcovaA Offline
                                      arqcova
                                      last edited by

                                      Amazing tool! just got it and paid for it! Thanks!

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

                                        how do we use the material editor?

                                        i'm trying to create a curtain that stays almost strait - like a textile with almost no elasticity.

                                        but it seems that the cloth keeps behaving like it's silk - the curtain extends very much, and 'feels' very light when i push it.

                                        i have messed around with the material editor, but it does not seem to have any influence on the behavior of the cloth.

                                        jorgensen

                                        sketchup pro 2016 16.1.1449 64 bit | windows 10 pro | i7-3770k @3.5 GHz | 16gb ram | gtx 780 ti / gtx 980 ti | nvidia driver 368.39

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

                                          I don't think converging pins works on MacOS. The handles change while holding the control-key but I can't actually converge them. Anton can you check?

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

                                            @marvsweden said:

                                            I don't think converging pins works on MacOS. The handles change while holding the control-key but I can't actually converge them. Anton can you check?

                                            This has been fixed. Update to version 1.1.1, and use the SHIFT key for converging/diverging.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 8
                                            • 9
                                            • 10
                                            • 11
                                            • 12
                                            • 34
                                            • 35
                                            • 10 / 35
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement