⚠️ Update | Sketchucation Tools 5.0.8 released with licensing improvements and bugfixes Download

Subcategories

  • The ideal place for beginners to get help using SketchUp

    9k Topics
    60k Posts
    J
    Does trimble still support Sketchup viewer for iphone?
  • No decsciption available

    209 Topics
    2k Posts
    L
    BlenderGIS can get you pretty good images.. you do need an API key to get set up but it's all free and you can even generate 3d geometry based on the elevations in the satellite images.. it tiles in blender so you the more you zoom the better the image quality to a point.
  • No decsciption available

    821 Topics
    4k Posts
    P
    @myztery need hinge and finish side concept curve hinge layout.skp
  • Bend Object to Outside of Path Using Shape Bender

    2
    0 Votes
    2 Posts
    197 Views
    ecatiE
    It happens when I rotate and apply the objects as seen in the picture. I also reduced the number of segments. [image: IH4Y_test_ecati.JPG] shape-bender-test_ecati.skp
  • Plant import to SU question

    2
    0 Votes
    2 Posts
    130 Views
    Rich O BrienR
    Both can be imported. Skimp would be a good paid option as it traps or missing missing relative texture links. Other the OBJ importer included in QuadFace Tools
  • 2d and unwrapping pipe

    5
    0 Votes
    5 Posts
    261 Views
    B
    Thanks for the info and help. I built it yesterday, before I had a chance on figuring out the layout tool. I needed a way of moving a hobby lathe into my new garage. And I think I'll pull the trigger on Pro since it does what I want. [img]ee7e316a-dc19-4710-b595-198862b3359f.jpg[/img] [image: jd4x_ee7e316a-dc19-4710-b595-198862b3359f.jpg]
  • Clothworks no arrows to move pins on axis

    13
    0 Votes
    13 Posts
    1k Views
    Dave RD
    @flakie12 said: I am having the same issue. Have you purchased a license for Clothworks and have you activated it? As was mentioned in the post immediately before yours, you must have a Clothworks license for this feature to be available.
  • Modus Bootstrap

    1
    0 Votes
    1 Posts
    75 Views
    No one has replied
  • Fredo6 plugins - LEGACY versions prior SU2017

    sketchup
    27
    0 Votes
    27 Posts
    37k Views
    M
    Hello. The Legacy Round Corner file is not the <2017 but a <2016 (=<2015) as its not working with my 2016 and presents me the message that this is a legacy Roundcorner suitable only for versions prior to 2016 Can we have the downloadable file replaced by the actual file compatible up to 2016? Thank you
  • Reset default texture inside components?

    sketchup
    6
    0 Votes
    6 Posts
    2k Views
    A
    just delete the material from (in model) library
  • Auto refresh texture when the image file was updated?

    7
    0 Votes
    7 Posts
    483 Views
    HornOxxH
    @dave r said: ...No need for all those gymnastics... Thanks Dave!
  • Toposhaper Crashing

    sketchup
    23
    0 Votes
    23 Posts
    7k Views
    fredo6F
    @cheekyky said: Hello, I'm having problems with the toposhaper extension tool. I'm running it on a very simple topography and it keeps crashing. I'm probably not using it well, I don't know... The tool 'from contours' seems to work perfectly but it's not as precise as toposhaper. It looks like you run TopoShaper from the inside of the Group or Component. Could you instead just seelct the Group / Component.
  • Sketchup 2017 Make and D5 Render ?

    1
    0 Votes
    1 Posts
    346 Views
    No one has replied
  • One click marking faces with numbers, any plugins/methods?

    5
    0 Votes
    5 Posts
    287 Views
    ntxdaveN
    @dave r said: Maybe Number Components will do what you need. Interesting one DaveR.
  • RSI Pain- 3D Mouse and Wacom?

    sketchup
    10
    0 Votes
    10 Posts
    3k Views
    A
    I would like to see a shot of your setup and some details about the keyboard tray you are using. It sounds great!
  • Need help : Code to reload mutiple component

    5
    0 Votes
    5 Posts
    209 Views
    TIGT
    Try this... module TIG module DefinitionReplacer def self.run() model=Sketchup.active_model defns=model.definitions model.start_operation("DefinitionReplacer", true) counter=0 defns.to_a.each{|defn| name=defn.name next if name=~/[#]/ defns.to_a.each{|d| n=d.name next unless n=~/[#]/ next unless d.instances[0] next unless n.split("#")[0]==name defn.name=name+rand.to_s d.name=name ins=d.instances defn.instances.each{|i| i.definition=d } ins.each{|i| i.erase! } counter+=1 } defns.remove(defn) } model.commit_operation puts "Processed #{counter} definitions" end#def end #module end #module TIG;;DefinitionReplacer.run() #to use, it assumes you have a number of component definitions [Com1, Com2, etc], #and you have already imported a similar set of edited ones into the model [Com1#1, Com2#1 etc]. #to run it, paste all of this into the Ruby Console, it should auto-run. #all instances of the original Com1 become Com1#1, renamed as Com1, #any instances of the previous Com1#1 are erased and its definition removed. #it's one step undo-able
  • Image size in layout

    16
    0 Votes
    16 Posts
    2k Views
    pmolsonP
    @dave r said: Do you make different LO files or just change the export quality? I export 1 pdf from layout and then use adobe acrobat to save a copy as a reduced size pdf.
  • Windows file explorer icons

    10
    0 Votes
    10 Posts
    513 Views
    P
    Good advice from Rich and Dave. Thanks!
  • Make layer visible or invisible in all scenes

    11
    0 Votes
    11 Posts
    856 Views
    O
    https://extensions.sketchup.com/extension/7970fefe-8e81-454d-8638-92059d707363/eneroth-scene-tag-visibility
  • Sketchup-to-Twinmotion direct link problems

    sketchup
    4
    0 Votes
    4 Posts
    2k Views
    S
    Check the TM documentation https://dev.epicgames.com/documentation/en-us/twinmotion/datasmith-direct-link-workflow-in-twinmotion#resolvingbrokenlinks
  • Uninstall Plugin

    7
    0 Votes
    7 Posts
    515 Views
    sketch3d.deS
    Windows: for an extended extension (and not a simple plugin) with an own installer (EXEcutable) for a complete uninstallation (incl. e.g. program settings) you may want use the according uninstaller typically provided by the software control panel tool of the Windows control panel ("Win+R > control...").
  • Multiple overlapping faces

    3
    0 Votes
    3 Posts
    220 Views
    Dave RD
    Share the model file so we can see what you're working with.
  • How to import ab FBX file into Sketchup

    2
    0 Votes
    2 Posts
    212 Views
    TIGT
    https://sketchucation.com/pluginstore?pln=universal_importer Includes FBX import and many more file formats...

Advertisement