🔌 Smart Spline | Fluid way to handle splines for furniture design and complex structures. Download
  • Never more kill Sketchup. That's my desire.

    4
    0 Votes
    4 Posts
    488 Views
    thomthomT
    Yea, I wish we could do that. I've been trying to lobby for a way to have a responsive progressbar and cancel button in SU. Still hoping for it. Many hours has been spend by good plugin authors trying to find a good solution for this. But when it comes to it, it's something that needs to be built into SU in order to make the UI responsive.
  • Looking for two ruby scripts

    6
    0 Votes
    6 Posts
    378 Views
    TIGT
    To do what you want my 'Grow' tool will copy a selected component and rotate it about an axis... this is in X-axis only = 10nr @2m c/c @5degrees [for clarity] but your requirements would work too [image: dsUn_Capture.PNG] see here http://forums.sketchucation.com/viewtopic.php?p=324331#p324331
  • [Plugin] Audible Tool Click (Oct 2, 2011)

    2
    0 Votes
    2 Posts
    4k Views
    TIGT
    Thanks You might consider adding 'filtering' to the tool changes, otherwise doing 'transparent operations' like orbit/pan/zoom will also 'beep' annoyingly...
  • Report face surface

    26
    0 Votes
    26 Posts
    2k Views
    B
    These scripts are very useful. However, I am wondering if it is possible to go further with this to help me with what I use sketchup for. I draw a 3d floor plan of a house which is basically just lots of boxes/rooms adjoining each other. For each room I need the area of each wall and its orientation. However the orientation is from the perspective of being inside that room. So say I am inside the room and I am looking at the wall in question, the orientation of the wall is basically the direction I am facing, for example North. If I was in the room adjoining and am now looking at the same wall but from the other side of it, the orientation is now the opposite direction ie south. These scripts dont quite cater for this and I am wondering if it is even possible to make such a script. So when i click on one side of a wall its orientation is one direction but if I click on the other side of it, its orientation is the opposite direction.
  • [REQUEST] Hide/unhide a specifiied layer

    3
    0 Votes
    3 Posts
    205 Views
    B
    You're right TIG, thank you
  • [REQ] Component array formerly Triangular array

    27
    0 Votes
    27 Posts
    4k Views
    J
    Adam ended up doing a 0.5 instead of 2... i think thats what you meant? or did i get my x/y's the wrong way... pt0.offset!(ya,interval*0.5) either got it I'll post further questions to the plugin page
  • Group material plugin

    3
    0 Votes
    3 Posts
    247 Views
    GaieusG
    Yes there is: http://www.smustard.com/script/GroupByTexture
  • [REQ] powerful unhide

    10
    0 Votes
    10 Posts
    2k Views
    bagateloB
    This tool you did are really interesting. But I was wrong about the reason why I ask for this plugin. The problem was that when I render a scene in V-ray, everything was dark. I rendering from far away and I see that I had a huge object involving the whole scene. I thought it was a hidden object that this tool could make me find out. But this was not the problem. The problem, as I discovered later, was on "scale definition." The plugin for V-ray for some reason did not translate correctly the object as I seen in the scene, but according to the scale of the original object. Your plugin could also automatically define all the objects as "scale definition" as we see in the scene??? I tested this script in the the scene I'm working on, and could not see any results, because the scene I'm working on is very large and took too long time, so I had to kill the sketchup. Another thing I think will be great is the possibility of being able to choose what kind of object it takes from the "hidden world" and brings to our reality. Thank you TIG.
  • Find the position of an ComponentInstance

    2
    0 Votes
    2 Posts
    157 Views
    TIGT
    Try instance.transformation.origin
  • Plane units of measure

    3
    0 Votes
    3 Posts
    197 Views
    TIGT
    Thomthom beat me two it but I'd typed it so I post it anyway A plane can be determined by an on-plane point and a normal vector, or an on-plane point and two in-plane vectors, or three on-plane points... See this http://code.google.com/apis/sketchup/docs/ourdoc/geom.html for notes on plane - a plane is set/got by an array of a point3d and a vector3d so plane=[point_on_face, face.normal], OR an array of four values. The array of 4 numbers gives the coefficients of a plane equation as follows: Ax + By + Cz + D = 0 It consists of four coefficients A, B, C and D, where D is the constant term The plane's normal vector is [Ax,By,Cz] If D!=0 you can divide everything by D to get a + b + c = 1 etc... ... this is a good source http://www.astro.uvic.ca/~tatum/celmechs/celm4.pdf You don't really need to do too much with the plane's raw data - there are several API methods to get the distance a point is from a plane, or project a point perpendicularly onto a plane, make a plane from three points, find the 'line' formed by the intersection of two planes, find the intersect point of a line and a plane [a line is NOT an edge line=edge.line or line=[edge.start.position, edge.start.position,vector_to(edge.end.position)] (i.e. a point and a vector - a 'line' is infinitely long, as is a plane in two directions) etc etc.
  • Incorrect radius value.

    4
    0 Votes
    4 Posts
    301 Views
    A
    Thanks once I used to_m I got the correct value.
  • [REQ] time machine for layers

    2
    0 Votes
    2 Posts
    292 Views
    M
    You could try the "Archiver" plugin that TIG produces, as I believe that it does something similar to what you're describing. I've never gotten it to work quite right, but then I haven't really invested much time into actually learning how to use it properly. http://forums.sketchucation.com/viewtopic.php?t=18179 Hope that helps, Matt
  • [REQ] Layer & Scene Sync

    5
    0 Votes
    5 Posts
    1k Views
    boofredlayB
    Cool, thanks Chris.
  • [REQ] Unlock/ReLock

    4
    0 Votes
    4 Posts
    283 Views
    jolranJ
    Yeah, that would help. BUT, I came to think of some unlogic in my ideas. And that is if you for ex set an attribute that says the group is locked. And then you unlock the group by setting group=unlocked. How to tell the state before? There might be methods dealing with this but I can't give an answer to that unless digging more deeply. Someone more experienced with classes and attributes might pitch in. Sorry, bout that.
  • Intersect Model with Section Cut

    10
    0 Votes
    10 Posts
    2k Views
    TIGT
    First post in its thread - get that from the Plugins Index [BIG red button above here]
  • Singleton Arc Centerpoint Issue. . .

    4
    0 Votes
    4 Posts
    322 Views
    david_hD
    In all the years I have used SketchUp, I have never been comfortable using the ruby console. I use the ruby plugin ruby script all the time, but accessing stuff from the console. . .just seemed like uncharted territory for me. forgive me. . .I'm so ashamed. anyway, I won't lose sleep over it. I seem to have all the stuff in the right place. It worked fine in V7, but whatever. . .TIG's got a similar tool and I don't use this all that much anyway. Thanks for the response. D edit at TIG. . . @tig said: Why not post in the original thread? I don't know. . it was old. . .I'm dumb. . .it's Friday. . all kinds of reasons None of em good.
  • Hidden geometry in scenes

    6
    0 Votes
    6 Posts
    397 Views
    Jean-FrancoJ
    @unknownuser said: Dave: There's another plugin which just creates layers which are hidden on all but the current scene but I can't find the link for it at the moment. I think it's "AddHiddenLayer" http://sketchuptips.blogspot.com/2007/08/add-hidden-layer.html
  • One shot plugin

    13
    0 Votes
    13 Posts
    912 Views
    I
    @solo said: Rich, Amorph or Photo? TGI3D Amorph = $149 TGI3D Photoscan = $999 Archipelis 3d = 19 Euros Archipelis Designer = 38 Euros And Archipelis has SU integration...i know TGI3D probably has more powerful mesh manipulation features, but... -.- j
  • [Plugin] Extrude Edges By Offset v1.0 20110525

    15
    0 Votes
    15 Posts
    21k Views
    J
    Thank You....
  • 3Skeng not able to run in SKU-8

    4
    0 Votes
    4 Posts
    1k Views
    S
    @kielly said: This is very frustrating but 3Skeng does not want to load correctly. The darn tools menu doesn't expand and it wants a registration every time we start up on two different machines. Any idea's why. Kielly, your internet connection need to be compliant with the synchronization process demand. For further information please have look on the lower section of the 3skeng Q&A page: http://www.3skeng.com/en/support.htm The activation process needs to be completed. Please look to all folders (including the spam folder) of your email inbox at the point you expect the email from 3skeng. You need to install one 3skeng tool (currently only "pipe") if you use 3skeng the first time. Complete the process of installing the tool from the “my 3skeng” section in the 3skeng client. The pipe tool can be used for a period with full functionality for free. In case you have a purchased license and setup a new computer you just need to use the same email address you used for the first activation on the new computer. The database will then synchronize and restore the latest status on your new computer. Regards Sebastian

Advertisement