🫛 Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download
  • MSPHYSICS! ROLLER GOES WRONG. Pls help

    SketchUp Discussions sketchup
    5
    0 Votes
    5 Posts
    978 Views
    L
    Hi Sir, Very thanks for you educated explanation Regards
  • Objects in Groups Suddenly Hidden

    SketchUp Discussions sketchup
    8
    0 Votes
    8 Posts
    1k Views
    TIGT
    Are these things actually 'hidden', or do they have some 'off' [aka 'hidden'] layer[s] assigned to them ? To see if they are hidden use View > Hidden Geometry > ON... Otherwise, check the layer settings... Check which layers the vanishing objects might have assigned... Obviously, SketchUp should not be deciding to make somethings 'hidden' [in either sense] in an unexpected way... I'm sure we can find the culprit...
  • 0 Votes
    2 Posts
    700 Views
    sdmitchS
    A similar request from 2016 https://sketchucation.com/forums/viewtopic.php?f=15&t=64668&hilit=size+component
  • [Feature Request] Startup Diagnostic

    SketchUp Feature Requests sketchup
    2
    0 Votes
    2 Posts
    10k Views
    Rich O BrienR
    If you have LibFredo installed you can go to Window > LibFredo Settings... to view Trace Logs and Performances. This does not show info for every extension but only Fredo extensions. Maybe with a gentle poke Fredo could expand it to show how other tools affect startup times.
  • Push/pull import from AutoCAD

    Newbie Forum sketchup
    6
    0 Votes
    6 Posts
    2k Views
    T
    Thank you!
  • Dynamic component and extrusion deformation

    Dynamic Components sketchup
    2
    0 Votes
    2 Posts
    7k Views
    M
    Salut Champion, Je te réponds en français car mon anglais n'est pas folichon. D'ailleurs je ne suis pas sûr de bien avoir compris ce que tu voulais dire donc n'hésite pas à repréciser en réponse. La solution que je vais te confier fonctionne sur le rendu visuel de ton composant et fonctionnera pour toutes les "déformations" rectangulaires. Elle consiste à créer un composant parent composé de deux composants enfants "pleins" (sans trou) placés l'un à côté de l'autre et dont les lignes de jonctions sont masqués. En gros tu donnes en variable la largeur puis la hauteur de ta "déformation" Ainsi que la dimension globale de ta pièce (Largeur x Hauteur également). Dis moi si le fichier joint correspond à tes attentes sachant que pour la compréhension je n'ai pas masqué les arêtes. a+ Déformation
  • Video Card question.

    SketchUp Discussions sketchup
    9
    0 Votes
    9 Posts
    2k Views
    sketch3d.deS
    @calypsoart said: I'm currently finding this to be correct as I do research. However, in the past it was easier to find FirePros cheaper than Radeons. FirePros were never cheaper than Radeons of comparable performance... besides maybe the last time because of the mining hype. @calypsoart said: ...I'm looking at the Quadro P1000 which draws 47w. I'll see if an equivalent GTX 10XX can be had for less. The GTX 1050Ti (TDP 75W covered by PCIe slot) is approx. 10% faster than a Quadro P1000 and available from MSI and Gigaybte as low-profile version (covering 2 slots) starting at roughly 175 bucks (P1000: ~340 bucks).
  • Export Animation w/Transparency

    SketchUp Discussions sketchup
    5
    0 Votes
    5 Posts
    2k Views
    F
    Here is the reduced code to export scenes in one go as single images with transparent background. This is not a plugin. Important: Disable Scene Transition, name scenes properly, switch off sky and floor in the SketchUp style used, include the scenes to be exported in the animation Copy the code to the Ruby console and press Enter The images end up in the directory where the model is stored. Sources for code snippets: the above mentioned free plugins from Thomas Thomassen (thomthom) and Rick Wilson model = Sketchup.active_model pages = model.pages original_page = pages.selected_page model.start_operation "ExportScenes" path = (model.path.sub(/.skp/," - ")) pages.each do |page| if page.name==page.label pname = path+(page.name.to_s)+".png" Sketchup.set_status_text("Writing #{pname}") pages.selected_page = page options = { ;filename => pname, ;width => 1920, ;height => 1080, ;antialias => true, ;compression => 0.9, ;transparent => true } model.active_view.write_image(options) end end pages.selected_page = original_page model.abort_operation Unfortunately, the exporter does not work for my purpose, the export of hidden line stiles on a completely transparent viewport. For this I would have to be able to make a Color (White)transparent before exporting. But luckily there are video editing programs that can be used to overlay animations in different styles.
  • 0 Votes
    2 Posts
    796 Views
    pbacotP
    I find that to be common too. Sometimes worse than others (the part about tools not dropping out for example). Also I notice many plugin operations hang for a long time after the action is complete on screen.
  • 3D warehouse doesn't work

    SketchUp Discussions sketchup
    8
    0 Votes
    8 Posts
    9k Views
    Dave RD
    Are you looking under Products, Models, Collections, or Catalogs? What are you searching for?
  • Image Trimmer and Windows 10

    SketchUp Discussions sketchup
    3
    0 Votes
    3 Posts
    919 Views
    sfto1S
    Yes, that worked. Thanks Dave!
  • Change the style in multiple scenes

    SketchUp Discussions sketchup
    3
    0 Votes
    3 Posts
    1k Views
    pbacotP
    I think I was trying something like this but did it wrong. It seems to work OK. Only thing is I would only uncheck style and fog, because I noticed that section cut settings are lost (and probably some other things if I uncheck everything but camera. Unfortunately if you are using different fog settings, they are probably all set to one setting in this process, since style and fog are combined. Thanks.
  • 0 Votes
    3 Posts
    727 Views
    I
    Thanks.
  • Hide DC options based on selection

    Dynamic Components sketchup
    2
    0 Votes
    2 Posts
    8k Views
    P
    Hi! As far as I know it's not possible (sadly)..
  • Scripting or Extension question

    SketchUp Discussions sketchup
    3
    0 Votes
    3 Posts
    763 Views
    D
    Thanks Box, that worked perfectly!
  • Automatic zoom

    SketchUp Discussions sketchup
    2
    0 Votes
    2 Posts
    585 Views
    Rich O BrienR
    Sounds like a hardware issue rather than SketchUp.
  • 0 Votes
    2 Posts
    10k Views
    BoxB
    The bounding box isn't causing the issue, the issue is causing the bounding box. Look inside the box for stray geometry somewhere around the border of the box. Remove that and the bounding box will fit neatly around your model.
  • Using free SU

    Newbie Forum sketchup
    12
    0 Votes
    12 Posts
    2k Views
    pbacotP
    @dave r said: @pbacot said: I thought perhaps people would use to files I send to them. I think I'd suggest they use the viewer instead. @pbacot said: I thought I might use it to look at forum files that I can't open because I use an older version, which seems to work. Thanks! That's not a bad idea. I like the viewer. Seems like an online version for THAT would make sense.Or an executable export that worked like it. I use an older version of SketchUp to work in collaboration with others using the older version without having to save it backwards
  • Site modeling madness

    SketchUp Discussions sketchup
    26
    0 Votes
    26 Posts
    5k Views
    HornOxxH
    Hi All - this course done by Eric Sargeant could be interesting in the context discussed here - it is worth seeing and reading in any case https://learn.sketchup.com/track/sketchup-landscape-site-design
  • Grass model

    SketchUp Discussions sketchup
    3
    0 Votes
    3 Posts
    654 Views
    S
    Some nice grasses at evermotion... but you're likely to want skatter for those too https://evermotion.org/shop/show_product/archmodels-vol-126/9607