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

    Topics

    • P

      Add new component to the selected components' origin

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      7
      0 Votes
      7 Posts
      4k Views
      P
      That's fantastic!!!!! THANKS A LOT!
    • P

      Auto text FILEPATH

      Watching Ignoring Scheduled Pinned Locked Moved LayOut Discussions layout
      6
      0 Votes
      6 Posts
      3k Views
      Dave RD
      @pibuz said: I wasn't saving my file so layout could not write the path. I guess that would be a reason for there to be no path. Glad you got it sorted.
    • P

      Need installer for SKP 2021 21.1.279 Win 64-bit

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      5
      0 Votes
      5 Posts
      2k Views
      P
      Hi Tig! I thought about that.. But sadly the latter releases have some conflicts with a plugin the firm developed so for now we are forced to stick to the release which allows it to work properly.
    • P

      Issue with rendering lines

      Watching Ignoring Scheduled Pinned Locked Moved LayOut Bug Reporting layout
      3
      0 Votes
      3 Posts
      30k Views
      P
      Hi Orbital! Yes, still experiencing, here are the files! Will you have a look at them? Thanks in advance! https://we.tl/t-3IvHPNk19Z
    • P

      Issue: DCs options window always on top

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      3
      0 Votes
      3 Posts
      3k Views
      P
      Thanks a lot Rich! ..I am reporting because it was different since not a long time ago! They must have changed a bit somewhere, unconscius that they were causing this (little) drawback. I was wondering if the behaviour could be switched back
    • P

      Strange misbehaviour

      Watching Ignoring Scheduled Pinned Locked Moved FlexTools render plugins extensions
      4
      0 Votes
      4 Posts
      11k Views
      halroachH
      @pibuz said: Hi Hal! Any news about this small issue? Fixed! Update your FlexTools / ComponentFinder to the latest version
    • P

      Issue with install

      Watching Ignoring Scheduled Pinned Locked Moved FlexTools render plugins extensions
      3
      0 Votes
      3 Posts
      5k Views
      P
      Thanks a lot for you quick answer! I'll try and let you guys know! Thanks! *** EDIT *** That fixed the issue! Thanks again!
    • P

      'Replace selected' feature

      Watching Ignoring Scheduled Pinned Locked Moved FlexTools render plugins extensions
      2
      0 Votes
      2 Posts
      6k Views
      halroachH
      Thanks Pibuz! Actually I could have used this myself the other day too... but we haven't gotten to adding this feature yet. It is though way on the top of our list of features to add to ComponentFinder...
    • P

      PLUGIN REQUEST: export component thumbnail as image

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      2
      0 Votes
      2 Posts
      2k Views
      TIGT
      It is already in the API... e.g. Sketchup.active_model.definitions.find_all{|d| !d.group? && !d.image? }.each{|d| d.save_thumbnail("#{d.name}.png") } This basic code saves the components' SKP files into your default-folder, as set up in SketchUp's Preferences - probably your 'Documents' folder... Obviously you can expand this basic code quite a lot...
    • P

      Keyboard pivot component around its axis

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      6
      0 Votes
      6 Posts
      1k Views
      P
      GREAT! thanks to faust I found a later modified version which adds an entry just to make what I'm looking for!!! I'm attaching it, if anybody needs. This plugin adds a "rotation90z" entry in the extensions menu. Thanks guys! rot90_origin.rb
    • P

      Folders issue

      Watching Ignoring Scheduled Pinned Locked Moved FlexTools render plugins extensions
      16
      0 Votes
      16 Posts
      19k Views
      P
      Glad to know! Sure I'll help find other bugs (if there are any!). Coll new features you added! Can't wait to test them!
    • P

      Name of components

      Watching Ignoring Scheduled Pinned Locked Moved FlexTools render plugins extensions
      4
      0 Votes
      4 Posts
      9k Views
      P
      Hi Hal! I didn't want to make another topic so I'll post in this one slightly changing the focus. Is there any possibility we can visualiza the component's "Description" in the CF preview? Could be useful to give some preliminary info to the user without having to actually load the component in the current work file. Just an idea!
    • P

      Color picker shortcut

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Feature Requests sketchup
      3
      0 Votes
      3 Posts
      9k Views
      P
      I don't know how I could have missed that.... Thank you box! ** EDIT ** Actually, pressing the B for bucket actually re-opens the materials window, which is exactly what slows me down, having a vast number of materials to be loaded. IS there a way to jump directly to the eyedropper without opening the materials window?
    • P

      New to DC: topic for my simple questions to the pros

      Watching Ignoring Scheduled Pinned Locked Moved Dynamic Components sketchup
      74
      0 Votes
      74 Posts
      57k Views
      P
      Hi again! another silly question: is there any way a plugin could select all the dynamic components which share the exact same attribute selections as the selected one? Could be very useful. A searched a lot but could not find any in the internet.. Thanks in advance!
    • P

      [req] place components over a line

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      4
      0 Votes
      4 Posts
      626 Views
      pilouP
      Rotate around axe pivot By Thomthom? https://sketchucation.com/pluginstore?pln=tt_axis_pivot This one can be useful too Axes Tools By Thomthom https://sketchucation.com/pluginstore?pln=tt_axes
    • P

      Error with generating report

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Bug Reporting sketchup
      13
      0 Votes
      13 Posts
      7k Views
      P
      Thanks! Strangely, layout shows no issues. At all.
    • P

      Plugin REQ - don't export hidden objects in report

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      3
      0 Votes
      3 Posts
      935 Views
      P
      Hi glro! Thanks for you reply! ..unfortunately this solution doesn't fit my needs: I'm working with medium-complexity dynamic components and I was wondering if there was some tool capable not to export some of their INNER object I may actually want to make present or not. Say: you have a door and you can choose whether to have a door handle or not. In case you choose not to have it, I'd like to make it invisible (and I can do it with DC attributes) and I'd like not to export it in my components report. Do you understand what I mean?
    • P

      Curiosity

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      17
      0 Votes
      17 Posts
      891 Views
      facerF
      Tested dibac and removed it after an hour of testing too complex working only in 2d initially. does not easily allow for change limited elements or components, have to work to build up your own. My current preference is for LSS Arch Lite LSS Arch Lite by Kirill B https://extensions.sketchup.com/en/content/lss-arch-lite Combined with LSS Zone it provides flexible tools for sketch design and design development before leaping into one's program of choice for contract documentation.
    • P

      Pibuz Gallery (very wip: expect loooong update times)

      Watching Ignoring Scheduled Pinned Locked Moved Gallery
      28
      0 Votes
      28 Posts
      4k Views
      P
      A new work! [image: 3S1C_1_ingressodaysmaller.jpg]
    • P

      [request] Hiding unused scenes

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      2
      0 Votes
      2 Posts
      97 Views
      R
      change the scene's order: put the relevant ones at the beginning. Additionally add some constant prefix (i.e. OK). But generally I agree with you, something similar to Firefox would be nice (tabs colors and folders ).
    • 1 / 1