🤑 SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now
  • Orgelf's works. second topic.

    Gallery 2015年8月19日 下午12:04
    0 評價
    689 貼文
    209k 瀏覽
    Thank you.
  • Recommended version of SketchUp?

    Plugins 12小時之前
    0 評價
    2 貼文
    9 瀏覽
    Its compatible with 2024 and 2025 You might expand on the troubles you mention as that is likely more important.
  • 0 評價
    533 貼文
    2m 瀏覽
    @alexpacio2013 said in [Plugin Beta] Animator - v4.4a - 01 Jun 25: Looking more carefully in the manual, I found how to create scene animations from V-Ray, but it doesn't include object animation—only the transition between scenes. It would be nice to have the transitions in batch with Fredo Animator. If you wish to have the objects animated, then it means you rely on Animator. Neither Sketchup nor VRay can move objects between scenes. With the latest version of Animator and VRay 6 or 7, you can use the VRay batch mode, or the VRay cloud for remote rendering.
  • 0 評價
    2k 貼文
    649k 瀏覽
    If you device name is using special characters please change it to use only alphanumeric characters Then delete the signature file at C:\Users\SomeName\AppData\Local\SCF Licenses To easily find this folder location open SketchUp go to Extensions > Sketchucation > SCFLicense : Global Status and click the License File Location button Restart SketchUp and activate
  • 0 評價
    35 貼文
    240 瀏覽
    @Berserk said in [Plugin] MatSim (Material Simulation) - v1.5b - 09 Jul 25: The extension is very useful. But in the large model there is a limit on the number of materials supplied, and the color theme change takes a very long time (2 min.) on a modern computer (AMD 16 honest cores up to 5 GHz, 128GB RAM, RTX 2080 Super 12 GB). A model of a city with 80,000 inhabitants. Unfortunately, I can't share the model. I released MatSim v1.5b, with up to 150 materials by simulation, instead of 50 (which I already considered a lot). For performance, I am not sure MatSim can do better than what Sketchup would do natively by permuting materials. As for any automated process, just consider how long it would take you to do it manually...
  • Medeek HVAC

    Plugins 2019年4月22日 下午9:33
    0 評價
    14 貼文
    1k 瀏覽
    might be useful to have a dialog option to enable users to add basic info - select type, enter model #, H-W-D, and/or maybe select similar product type and re-size to "simulate" pending adding an actual model. i know for me, given space constraints on uiltity rooms in recording studios, having the equipment sized correctly (as simple boxes) is much more important than the detailed looks when configuring the approximate systems layout for the engineers to refine later.
  • OLD SKETCH OF BEACH HOUSE

    Gallery 3天之前
    2 評價
    5 貼文
    27 瀏覽
    @Mike-Amos Thank you
  • 1 評價
    108 貼文
    963 瀏覽
    @majid If you go to C:\Users\SomeName\AppData\Roaming\Rayscaper\UserAssets you will find the custom materials you have made zipped. If you unzipped you will see the preview image. If you change that image and zip it making sure to delete the original zip and name the new one the same you get custom icons. [image: 1752063787583-4c1832ff-37c2-4d79-b815-966627ec47ca-image.png]
  • Sketchup 2017 suddenly closes

    Newbie Forum 2天之前
    0 評價
    2 貼文
    14 瀏覽
    @hannaconner said in Sketchup 2017 suddenly closes: I use SU 2017 as a subscription doesn't make sense You're right. That doesn't make sense since SketchUp 2017 was never available as a subscription. What kind of license do you really have? @hannaconner said in Sketchup 2017 suddenly closes: Anytime I try to do a cut and paste or other action that increases or adds to it, it suddenly crashes. What operating system are you using? What are the specs on your computer? What is the graphics card? Most likely you have exceeded your computer's capability. It's also possible that you have a bad object (component or group) in the model. You might try purging and otherwise cleaning up the model before trying to add more to it. You could share the file with us so we can see if it can be fixed. Upload it to DropBox or We Transfer and share the link.
  • Alfa Romeo 4c.

    WIP 2025年5月4日 下午9:16
    0 評價
    18 貼文
    100 瀏覽
    He is definitely on the right path, I did notice the 'ring of light' (Sorry poor taste alert). I did not change any light sizes BUT, the light is inside a component so THAT may be the issue.
  • Free of 2025

    Freeware 2025年1月17日 下午5:49
    0 評價
    178 貼文
    644 瀏覽
    @pilou This is incredible. Is this the link to the app? : https://github.com/Stability-AI/stable-point-aware-3d
  • Beauties of Iran (other face of Iran)

    Corner Bar 2013年1月12日 上午7:35
    0 評價
    44 貼文
    8k 瀏覽
    Thanks for asking. We are doing well, though faced some issues.
  • Recent Renderings

    Gallery 3天之前
    6 評價
    3 貼文
    26 瀏覽
    The first is a vibe. All of them are yummy. I think I'll buy you a lawnmower
  • Beveled corners without overlaps

    Solved SketchUp Discussions bevel modelling 3天之前
    0 評價
    5 貼文
    33 瀏覽
    @Dave-R Ah yeah. That works. Thank you.
  • Free de 2025

    Français 2025年1月28日 上午11:21
    0 評價
    112 貼文
    290 瀏覽
    Je montrais à quelqu'un comment marchait Vizcom! Vizcom 10 Big Zoom https://imgbox.com/Ndg4TXvC [image: 1751923993312-image-3-resized.jpg] [image: 1751923993373-image-4-resized.jpg] [image: 1751923993443-image-5-resized.jpg]
  • Quick Selection

    Plugins 2014年3月21日 下午2:48
    0 評價
    15 貼文
    795 瀏覽
    The easiest fix for Ruby 2 and higher, is to use a refinement that only that file can "see" and use. I inserted the following at the top of the file: require 'set' # Create a refinement for the Set class: module DBUR module RefinedSet refine ::Set do alias :insert :add alias :contains? :include? end end end # Use the refinement: using DBUR::RefinedSet By request from @paddyclown, here is the "fixed" file. It still needs a drastic overhaul, but this will get it working (fingers crossed): DBUR_QuickSelection.rb @Didier-Bur ping (I do not know how to send this by PM in this new forum interface.)
  • [Plugin][$] RoundCorner - v3.4a - 31 Mar 24

    Plugins 2009年7月9日 下午9:41
    0 評價
    1k 貼文
    3m 瀏覽
    it very nice plugin
  • 2 評價
    2 貼文
    51 瀏覽
    Please reorganize your extension as a TRUE SketchUp extension. See: https://ruby.sketchup.com/file.extension_requirements.html Also, take note of the various numeric conversion methods that the SketchUp API has added to the Numeric class. (You do not need to write your own conversion formulae.) Here is an example that will default to model units, if the unit argument is blank: def convert_to_inches(value, unit = nil) units = Sketchup.active_model.options["UnitsOptions"] if unit.nil? # use model units case units["LengthFormat"] when Length::Architectural, Length::Fractional return value.inch when Length::Engineering return value.feet else # Length::Decimal unit = units["LengthUnit"] end end case unit when :in, Length::Inches then value.inch when :m, Length::Meter then value.m when :cm, Length::Centimeter then value.cm when :mm, Length::Millimeter then value.mm when :ft, Length::Feet then value.feet when :yd, 5 # NOTE: constant Length::Yard (5) was added for SU2020, # use 5 to avoid NameError exception in older versions. value.yard # yards to inches else value.inch # if inches or unknown end end Also, this is a good read for dealing with units in SketchUp: https://www.thomthom.net/thoughts/2012/08/dealing-with-units-in-sketchup/
  • Flags (onkeydown) in skp 2025

    Developers' Forum 2025年5月3日 下午4:09
    0 評價
    2 貼文
    30 瀏覽
    FYI, I did report this to Trimble.
  • 3d dimensions visible for render

    Extensions & Applications Discussions 6天之前
    0 評價
    2 貼文
    39 瀏覽
    I don't believe there are any extensions to do that. You could use 3D text and drawn 3D dimension and extension lines to create the geometry. I find it's simper and faster to combine a couple of image exports; the render and a dimensions-only image direct from SketchUp. This is a quick 10 second render to show the idea. The render: [image: 1751736869218-vise-render-resized.png] The dimensions-only image export from SketchUp: [image: 1751736887769-creasman-moxon-vise-dimens-resized.png] And after combining them in an image editor: [image: 1751736926906-creasman-moxon-vise-render-resized.png] The layer for the dimensions is set to Multiply in the image editor.

Advertisement