Urasik Extensions | Lots of new extensions to check out Learn More
  • Ambience / diffuse setting plugin request

    3
    0 Votes
    3 Posts
    588 Views
    A
    The models will go into a computer game. Any suggestions on a different format and/or intermediate programs?
  • Text , X , Y , Z import

    23
    0 Votes
    23 Posts
    2k Views
    K
    Hi , Oppps I missed that issue Diddler Bur: It would be great if your point cloud importer had a "text" option Thanks for all your help Berst regards "fra regn byen" Kristoffer
  • Urgent - Is there a script to reset/zero all transformation?

    23
    0 Votes
    23 Posts
    2k Views
    PixeroP
    I'll do that tomorrow.
  • [REQ] Change sun and shadows colour

    2
    0 Votes
    2 Posts
    467 Views
    thomthomT
    @matteo said: I suppose that these rubies work directly on the rendering engine (opengl) parameters. Afraid not. They are simply setting the Style and Fog settings available in the API. No control over sun or shadow colours.
  • [Plugin]Architect's First Walkthrough (Tutorial)

    21
    0 Votes
    21 Posts
    19k Views
    PixeroP
    @jclements said: Related to Chris Glassier' posting. A possible UI which is relatively easy to use is shown below. A 2-D application I use, XaraPro, uses a "Profile" dialog with some of its tools. **A.)**shows a drop down list in the dialog of basic presets. **B.)**shows how the user can tweek the presets by using slider or typing in values. Not only does the plot-graphic change instanteously, but the graphic of tick marks adjusts instantaneously depicting the dispersion of data along an interval. Just an idea of how choosing the proper the acceleration from scene to scene (or camera to camera) might be done. Me likes!
  • Shaderlight render program error message.

    4
    0 Votes
    4 Posts
    882 Views
    M
    Hi Jax, Thank you for your post, glad the fix worked. Just to let everybody know that Shaderlight for Sketchup has now been released as an open Beta. Please give it a try and let us know what you think. It is available to download free from http://www.artvps.com This is not yet the complete product as we are going to be adding advanced features such as enhanced lighting and our trademark MELT interactivity which is the ability to make interactive changes to materials, environments, lights or textures at any stage in the rendering process without having to restart the render. This will available later this year. Martin
  • LibFredo Problem? Red Groups Behaving Like Components...

    3
    0 Votes
    3 Posts
    735 Views
    thomthomT
    @unknownuser said: It may be that groups, when just duplicated, and before any edition still behave as components. If edited via the Ruby API, they do. One has to call .make_unique on groups before editing.
  • [REQ] "place into tool"

    3
    0 Votes
    3 Posts
    594 Views
    halroachH
    I'll be glad to test it! @jim said: It does sound cool, and it is certainly possible. What I am not sure about is whether it would be heavy and slow like copy & paste, or fast like the outliner. I'll write a prototype "insert into" tool if you don't mind testing it. -- On second thought, it would be simper to write a "Pull out of" tool for if it's for testing performance.
  • 3D offset, how do I do it?

    2
    0 Votes
    2 Posts
    524 Views
    GaieusG
    Hi Mike (and welcome to SCF)! Please, have a look at JointPushPull and ToolsOnSurface plugins. You mention "offset" but what you describe is rather the PushPull function (can be done with the first plugin linked) however to make it complete, the second one can do offset on curved surfaces...
  • Convert all groups to components

    6
    0 Votes
    6 Posts
    796 Views
    david_hD
    uh . . .no. I guess that would be "Explode" I am not by any means a plugin guru. I just have about 500 of them on my machine __(see topic "how many plugins is too many?" ) I am sure there is something that does what you are talking about. seems to me there was a recent post that listed all of the plugins and their authors with all the links to all their little toys but danged if I can remember what is was titled, and I can't find it.
  • How to add thickness to organic face?

    12
    0 Votes
    12 Posts
    6k Views
    D
    I was tryin' just about everything and the best results (and the easyiest way) are when I extrude edges of curved face with "extrude lines along a vector" and then just copy the face.
  • Remove extra faces

    6
    0 Votes
    6 Posts
    2k Views
    mitcorbM
    Regarding the extra faces after import to sketchup: Could this be a result of overlapping, or multiple instances of vectors with the same endpoints, but on different layers that were created in the cad program?
  • "Reflect" tool

    3
    0 Votes
    3 Posts
    980 Views
    GaieusG
    Yes, exactly, thanks. And now I even remember...
  • Get Dimmensions plugin

    10
    0 Votes
    10 Posts
    4k Views
    J
    Plugin posted here: http://forums.sketchucation.com/viewtopic.php?f=323&t=28851
  • [REQ] label points with same X,Y Coordinates -pointcloud aid

    6
    0 Votes
    6 Posts
    1k Views
    TIGT
    Try this require 'sketchup.rb' def cpointseqxy() model=Sketchup.active_model ents=model.active_entities layers=model.layers tlayer=layers.add("cpointseqxy") sel=model.selection sela=sel.to_a sel.clear vec=[10,10,10] ### change these values for arrow length model.start_operation("cpointseqxy") cs=[] ca=[] sela.each{|e| cs<< e if e.class==Sketchup;;ConstructionPoint ca<< e if e.class==Sketchup;;ConstructionPoint } th=[] ch=[] lh=[] ca.each{|c| cx=[] cs.each{|e| next if c.to_s == e.to_s if c.position.x == e.position.x and c.position.y == e.position.y cx<< e ch<< e t=ents.add_text(" =XY",e.position,vec) th<< t l=ents.add_cline(c.position,e.position) lh<< l end#if } cs=cs-cx } th.each{|t|t.layer=tlayer} lh.each{|l|l.layer=tlayer} sel.add(th+ch+lh) model.commit_operation end This has arrows for the text: vec=[10,10,10] sets the arrows 'vector', adjust the value of it to change the leader location, length etc...
  • Slicer.rb question - TIG!

    8
    0 Votes
    8 Posts
    2k Views
    TIGT
    Slicer exports the slices as individual groups, the 'lay flat' option makes copies of these flattened onto the ground spaced apart by an entered amount, set in a logical h/w arrangement and numbered to match the original order, and these are also grouped. You can adjust where these are by editing the group and of course make plan views of each as desired as scene-tabs ? Then export them as jpegs using once of the batch image exporter tools available...
  • How many plugins is too many?

    8
    0 Votes
    8 Posts
    1k Views
    W
    Interestingly, the more I use Sketchup the fewer plugins I use. For new users I suggest the following. Start a text file in your Plugin folder, and every time you install a plugin record the following information Name of plugin Date of installation List of file and folder names associated with the plugin URL links to usage (YouTube, SketchUcation etc) The really useful plugins will become obvious, and those you hardly ever use can be tracked and moved to a 'just in case' folder, the 'just in case' being just in case you decide you need the plugin after all. It is important to list of the files and folders so that you remove the plugin cleanly. Regards, Bob
  • Ruby script compatibility issue..IN vs. Metric

    5
    0 Votes
    5 Posts
    1k Views
    J
    After scanning the FloMoCo plugin, it don't see how it can be reporting the correct dimensions.
  • Regarding a sketchup plugin

    4
    0 Votes
    4 Posts
    1k Views
    GaieusG
    Offset.rb is a script that runs in the background and is required by a couple of other plugins. There are some similar scripts required to run in the background. You can download it from here: http://rhin.crai.archi.fr/RubyLibraryDepot/Ruby/em_edi_page.htm
  • Plugin Clear Out ...

    3
    0 Votes
    3 Posts
    752 Views
    thomthomT
    @unknownuser said: I haven't had any problems with the graying out of the context menu since I have re-installed my plugins. Removing what I don't need. The disabled plugins is most likely one of Fredo's plugins. It has been resolved with updates. If experience that issue it's most likely due to an older version.

Advertisement