Urasik Extensions | Lots of new extensions to check out Learn More

Subcategories

  • The ideal place for beginners to get help using SketchUp
    9k Topics
    60k Posts
    ntxdaveN
    @Rich-O-Brien Thanks Rich. Now I know that I can share the link with Fredo6 on the Animator thread so he can download the file and look at it (to hopefully identify the problem I have been having trying to generate a video). You might also try generating an Animator video and see what results you get.
  • 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
    T
    Hey Mike, I'm sure you figured this out already, but when you first create the attribute type a number with the inch mark like 0" or 0' in the value box and hit enter. This will set the unit for that attribute to inches. This only works for the first time a value is entered. After that first initial value, you will need to use the attribute info dialog to make changes. In addition, you can use 0 to set it to text (not "Default: Text") and 0cm to set it to centimeters. If anyone knows a shortcut for setting the unit to Decimal Number, I would love to hear it!
  • SketchUpBar: AIR for SketchUp

    1
    0 Votes
    1 Posts
    91 Views
    No one has replied
  • OLDER SKETCHUP PRO INSTALLATION FILES

    2
    0 Votes
    2 Posts
    172 Views
    Dave RD
    You can get the English and German versions here. I don't know of a source for any other languages. Keep in mind that none of the web-based features (3D Warehouse, Extension Warehouse, Add Location, etc.) support SU2019.
  • Inferencing in cad vs skp

    1
    0 Votes
    1 Posts
    56 Views
    No one has replied
  • FredoCorner license

    5
    0 Votes
    5 Posts
    206 Views
    TIGT
    @setiyo95 You have a license shown for Fredo's Round Corner Fredo Corner is a different extension and needs a separate license, additional to the 'bundled set'. I suspect you are trying to install/license one extension with the other license ??
  • Unnable to purchase 1 licence package of 8 Fredo6

    6
    0 Votes
    6 Posts
    136 Views
    Rich O BrienR
    Try a different browser. Looks to me like a javascript blocker or similar might be causing an issue.
  • Bend Object to Outside of Path Using Shape Bender

    2
    0 Votes
    2 Posts
    113 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
    88 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
    161 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
    706 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
    50 Views
    No one has replied
  • Fredo6 plugins - LEGACY versions prior SU2017

    sketchup
    27
    0 Votes
    27 Posts
    35k 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
    262 Views
    HornOxxH
    @dave r said: ...No need for all those gymnastics... Thanks Dave!
  • Toposhaper Crashing

    sketchup
    23
    0 Votes
    23 Posts
    6k 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
    275 Views
    No one has replied
  • One click marking faces with numbers, any plugins/methods?

    5
    0 Votes
    5 Posts
    194 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
    2k 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
    117 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
    982 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
    283 Views
    P
    Good advice from Rich and Dave. Thanks!

Advertisement