🔌 Smart Spline | Fluid way to handle splines for furniture design and complex structures. Download
  • [request] VisMap 2 update/fix

    11
    0 Votes
    11 Posts
    762 Views
    josephkim626J
    @db11 said: @jim said: It's an easy fix. It has to do with changes to the String class. ... I sent an update to Martin via his email. Thanks for identifying the needed fix Jim. I hope that Martin posts an updated version to the SCF plugin store. It seems to me that if more people knew how useful / time-saving this plugin is for any model with more than a few scenes, it would find a lot of users. I so could have used it over the past couple of days to clean up a walkthrough animation. And thanks again to Jsteacy for following up on the original post with Martin. Thanks db11, I was also wondering the same thing about the vismap2 until I found this post. was the fix done by martin? and where can I find it?
  • Missing progressbar.rb for shape bender plugin

    17
    0 Votes
    17 Posts
    6k Views
    chonC
    Wrong thread ! Sorry. My message here !
  • Help! PathCopy makes sahdows follow the path. Unrealistic.

    11
    0 Votes
    11 Posts
    521 Views
    L
    @box said: Right click on the component and select Scale Definition. For some reason this doesn´t make my objects turn the way that I set them. I remember it worked earlier after the help in this post, but not now when I try. Any ideas? The don´t follow paths the way they´re angeled in the original. About two times out of five they seem to end up just about anywhere on the artboard as well.. If I create the objects myself there doesn´t seem to be any problem, but when I import objects they´re a headace.
  • [req] plugin to save me from zoom section cut frustration

    14
    0 Votes
    14 Posts
    565 Views
    john2J
    @driven said: There is already [sort of]... 'Window' >> 'Model Info' >> 'Components' >> ' Component Axes' >> check 'Show...' then you assume the role of the 'Inspector' john 8 years of using Sketchup. I never saw this thing. ! Thanks
  • [REQ] Optimizing plugin

    8
    0 Votes
    8 Posts
    442 Views
    thomthomT
    We've been toying with an idea of providing automatic feedback to developers when they upload to extensions to EW. We could scan the RB files and detect use of typename and warn developers of the potential performance hit. The typename usage is the most common performance issue we see around.
  • [Plugin] Exploded Arc Centerpoint Finder UPDATE May 23, 2013

    59
    0 Votes
    59 Posts
    66k Views
    TIGT
    What makes you think it's not v8 compatible ? The previous post explained how to install it in v8 - but you do need the latest v8 version with the Preferences > Extensions > Install... button. If you don't have that, then get the latest v8 installer from here: http://help.sketchup.com/en/article/60107 Note how version 8 will no longer be supported after 20 May 2015, so keep a copy of the downloaded installer !
  • Windowizer 4 and 1001 bit tools' devide panel conflicts

    5
    0 Votes
    5 Posts
    1k Views
    rkoehn7341R
    Windowizer will only work properly if the face is absolutely on axis. erase two of your edges and re-align and it should work just fine.
  • Solar north plugin (2015)

    11
    0 Votes
    11 Posts
    12k Views
    M
    I just recently had problem and is related to the Windows browsing feature I had set. It was blocking some content. At top in the navigation bar check to see if you have the circle with bar through it. If so click that and select enable all content or disable any blocking showing. If that helps you may want to select tools and the compatibility view settings, click the learn more link . There is a good windows write up explaining all the various interactions
  • REQ: Checking if components (solids) intersect

    22
    0 Votes
    22 Posts
    2k Views
    B
    This is my version of the srcipt for now that seems to work for all non nested component instances module Bob # Huge parts of this code were written by TIG this is a sligthly modified version def self.intersectBob?(e1=nil, e2=nil) mod = Sketchup.active_model # Open model ent = mod.entities # All entities in model instance1 = e1 #sel[0] instance2 = e2 #sel[1] ci_def = instance1.definition tr1 = instance1.transformation test1 = Sketchup.active_model.entities.add_instance ci_def, tr1 ci_def2 = instance2.definition tr2 = instance2.transformation test2 = Sketchup.active_model.entities.add_instance ci_def2, tr2 result = test1.intersect(test2) cnt = result.entities.count if cnt > 0 int=true result.definition.entities.each {|ent| if ent.is_a? Sketchup;;Face ent.material = 'red' #Sketchup;;Color.new(255, 0, 0) end} else int=false end return int end #def self.del() #does not work like this typing Bob.del into the ruby console, meaning result has to be changed from local to global variable but I don't know how yet #result.erase! #end def self.intersectALL() model=Sketchup.active_model ss=model.selection ents=model.active_entities ss.clear gps=ents.grep(Sketchup;;Group) ins=ents.grep(Sketchup;;ComponentInstance) ens=gps+ins ens.uniq! ens.compact! (ens.length).times{|i| (ens.length).times{|j| next if j<=i if self.intersectBob?(ens[i], ens[j]) ss.add(ens[i]) ss.add(ens[j]) end } } puts "Any intersecting component-instances are highlighted..." end end In this script I still need to fix the deleting function which later will have to be added to an observer class so as soon as another is clicked (or a button is pressed) the resulting intersection is deleted. The more important function that still has to be added is that it does the check for all the nested components (and possibly groups). @giro I only have the 32 bits version so can't say
  • Crash with MIrror 4.2

    5
    0 Votes
    5 Posts
    2k Views
    P
    I was trying to mirror the 2x sub fascia on the end of the roof trusses from right side to left. select object first mirror point at peak of roof, second mirror point vertically on blue axis and third out on red axis. UPDATE I copy / pasted my model into a new file and now it works. Must have been a corrupted file. I did have a system crash at one point while working in the original file Also, the original file was the last of many Save Copy As versions as I explored different options for a garage. Thanks for your comments.
  • 3D Scanning for everyone

    6
    0 Votes
    6 Posts
    442 Views
    D
    it's a beta project, developers are using it with all sort of devices, the first apps are mainly for mac products, but there are many others around. I've had mine since July, but haven;t had time to get it working with SU [yet]... john
  • [req] random polygon division and guide points @ vertices

    12
    0 Votes
    12 Posts
    1k Views
    john2J
    @rich o brien said: Looks like someone is already building a future classic! http://www.youtube.com/watch?v=By_VJMXKVXk superb! I want to do that stuff exactly. How should I do it?
  • [Plugin] SketchUcation Tools 2.6

    212
    0 Votes
    212 Posts
    123k Views
    iichiversiiI
    I will try the .ZIP file technic, thanks TIG
  • [Plugin] Upload model with custom thumbnail — 12.01.2013

    20
    0 Votes
    20 Posts
    22k Views
    S
    @aerilius said: Hi, this plugin has a very different scope than what you need. File thumbnails work very differently and the approach of this plugin does not offer a solution for file thumbnails. This forum is full of discussions about thumbnails (ie. no thumbnails on Win64bit, small thumbnails on OS X), and many workarounds [1][2][3]. If you need a file to always the same thumbnail of the model from a specific perspective, you can make use of SketchUp's feature in "Model Info" to disable updating the thumbnail on save. Many thanks for clarifying that for me. All understood now. Cheers...>Stuart
  • Can someone fix this please... Pretty Please...

    6
    0 Votes
    6 Posts
    315 Views
    CadFatherC
    Thanks TIG (as always) - i've got some already updated. i can sift through, see if other masters agree, package the lot accordingly and get them to you to check.
  • [Plugin] Translit

    2
    0 Votes
    2 Posts
    898 Views
    G
    very nice! Everything that improves communication between people of different culture seems good to me
  • [Plugin] AngleInspector - v1.0a - 17 Nov 14

    7
    0 Votes
    7 Posts
    18k Views
    fredo6F
    @kimi kimi said: Hi there Fredo. You've helped me a lot with your work and I really appreciate it! There is only one thing that bothers me with your plugins. Can you make toolbars with just one or two icons? It just takes too much space. Maybe even separate it into several plugins if you can't condense it? Not for this plugin only, but for others too. That is the only remark I have. Again, you do an awesome job, and I don't even know if I would consider using SketchUp if your plugins weren't here! Actually, for all my plugins, you can select which icons are shown, from zero to all of them. This is configured in the Default Parameters of each plugin. Fredo PS: exception is BezierSpline
  • Can´t find &quot;Subdivide and smooth&quot;-plugin

    10
    0 Votes
    10 Posts
    1k Views
    Rich O BrienR
    There's a 20% discount for Premium members.
  • Measurement Plugin

    2
    0 Votes
    2 Posts
    213 Views
    K
    1001Bit has a point to point tool in its collection. It does exactly what you are asking for. I'm not sure if it is in the free version but definitely in the paid version. A very useful tool.
  • Cut geom. in an Instance and paste outside of all instances

    2
    0 Votes
    2 Posts
    155 Views
    Dave RD
    Thanks John and especially SDmitch.

Advertisement