sketchucation logo sketchucation
    • Login
    1. Home
    2. CAUL
    3. Topics
    ⌛ Sale Ending | 30% Off Profile Builder 4 ends 30th September
    C
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 61
    • Groups 2

    Topics

    • C

      Adding a callback when vray is dynamically loaded

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      6
      0 Votes
      6 Posts
      840 Views
      dkendigD
      ::sleepily opens one eye:: hmmmmm?... this sounds like someone is dabbling with scary things...
    • C

      Icon Sizes

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      2
      0 Votes
      2 Posts
      574 Views
      thomthomT
      Originally icons for SU where 24x24 and 16x16. However, when the toolbar system got updated for SU8 on Windows they technically changed to 32x32 and 24x24. When I say "technically" it's because the icons shipped in SU wasn't visually larger. They just got updated with extra white-space padding. The API layer automatically applied padding to smaller icons. Now, since then my history is a bit fuzzy. I don't recall if out icons now are actually larger. But you could, via the API make a small icon fill out a full 24x24 size. But you should check if the outer edge might overlap with some of the button borders. Verify that they look similar to the rest of the toolbar icons in SU. Also, I observed recently on OSX that different sizes will might look fuzzy on a low-res monitor. I think the larger icons looks better in the main OSX toolbar, but will look blurred in the floating toolbar.
    • C

      [Plugin] Hide Overlapping Geometry (Updated 20150511)

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      29
      0 Votes
      29 Posts
      8k Views
      Dave RD
      Not a dumb question. Sometimes it's the little things that make all the difference, though.
    • C

      [PLUGIN] Flowify v1.1.0 (updated 150327)

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      125
      0 Votes
      125 Posts
      195k Views
      G
      Hi. I can't seem to get this plugin to work in su 2017. I draw a grid, then pick the smooth tool but nothing happens. Nothing is highlighted on the grid plane when I hover the cursor over it.
    • C

      How do you intersect two faces?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      5
      0 Votes
      5 Posts
      632 Views
      C
      Thanks for the replies! slbaumgartner, splendid advice. It worked much smoother than I thought it would. The code is attached below. Here are some results from intersecting the two columns in the example file: Intersect from UI: 983s Outer shell (*****): 161s g0.intersect_with g1 (******): 104s Intersect face pairs: 4s () Outer shell is probably dominated by the intersect (*) In order to produce all edges for coplanar cuts two calls to intersect_with has to be made with the groups reversed. The result above is for a single call. cuttest.zip CAUL_CutTest0.3.rb
    • C

      Followfy 0.2 (2014-05-15)

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      18
      0 Votes
      18 Posts
      8k Views
      xiombargX
      Nice! Great plugin.
    • C

      Intersection - Problem with coplanar cuts

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      5
      0 Votes
      5 Posts
      370 Views
      TIGT
      You could try the first argument (recurse) of .intersect_with() method set as 'true'. Also you can include more than one 'entity' in the method's final argument (entities2) - passed as an array of entities... Say [g1, g2] or even [g1.entities.to_a, g2.entities.to_a].flatten
    • C

      [Plugin] Shellify v1.5 20131217

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      14
      0 Votes
      14 Posts
      6k Views
      C
      Bump
    • 1 / 1