sketchucation logo sketchucation
    • Login
    1. Home
    2. oceanembers
    3. Topics
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 125
    • Groups 1

    Topics

    • oceanembersO

      Ruby access to Export Animation?

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      2
      0 Votes
      2 Posts
      645 Views
      TIGT
      Fredo's Animator allows you to animate objects and camera, so if you leave the objects alone you should be able to animate between the scene's cameras. But nothing is done with no work... https://sketchucation.com/pluginstore?pln=Animator
    • oceanembersO

      Export Animation w/Transparency

      Watching Ignoring Scheduled Pinned Locked Moved 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.
    • oceanembersO

      Smallpdf

      Watching Ignoring Scheduled Pinned Locked Moved Freeware
      2
      0 Votes
      2 Posts
      3k Views
      pbacotP
      Thanks!
    • oceanembersO

      [LumenRT] Re-exporting Sketchup model

      Watching Ignoring Scheduled Pinned Locked Moved Extensions & Applications Discussions extensions
      2
      0 Votes
      2 Posts
      2k Views
      B
      Does it keep all of your entourage in the live cube? I have a model that I need to make some edits too, but I am afraid I will lose all the effort I already put in.
    • oceanembersO

      Outliner-like interface for components window

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Feature Requests sketchup
      2
      0 Votes
      2 Posts
      3k Views
      JQLJ
      Yes it would!
    • oceanembersO

      Twinmotion released

      Watching Ignoring Scheduled Pinned Locked Moved Extensions & Applications Discussions extensions
      4
      0 Votes
      4 Posts
      1k Views
      cmeedC
      I have downloaded and I am playing - quite fun - just wondered, Solo especially as your playing too, if you had managed to alter a dynamic material to show bump map? I was trying to make parquet floor - on finding the advanced materials i managed to import my floor material ok - got a reflection but couldn't get that reflection to work with a bump map - it stayed smooth and reflective even though i put various textures into the bump map slot. any luck cheers chris
    • oceanembersO

      Disable automatic attribute updates

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Feature Requests sketchup
      1
      0 Votes
      1 Posts
      3k Views
      No one has replied
    • oceanembersO

      Mapping imports to toolbar?

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      4
      0 Votes
      4 Posts
      183 Views
      Dave RD
      Yes. This is basic stuff in SketchUp. Put your components into a folder or folders and choose them as "local collections". Add those collections to favorites so you can quickly get to those libraries in the future. Place the component axes and origin to make inserting the components easy.
    • 1 / 1