sketchucation logo sketchucation
    • Login
    1. Home
    2. MattC
    3. Topics
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    Urasik Extensions | Lots of new extensions to check out Learn More
    M
    Offline
    • Profile
    • Following 0
    • Followers 1
    • Topics 4
    • Posts 41
    • Groups 1

    Topics

    • M

      Exit plugin from within a function

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      4
      0 Votes
      4 Posts
      337 Views
      Dan RathbunD
      @mattc said: def initialize() > sel=Sketchup.active_model.selection > SPP;;test_start > SPP;;check_selection(sel) > SPP;;test_end > end (4) The above is not correct. The initialize() method is only used in a class definition, where you wish to let the user create MANY instances of the object. Users will not need to create many copies of your plugin. Most plugins are code that needs only one copy, .. so it should be a module (inside your author module.) But a plugin module can have (and often does,) use custom class definitions and instances inside it's module. Later on, you will likely be creating a custom Tool class inside your plugin module.
    • M

      [PLUGIN] Voronoi + Conic Curve

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      139
      0 Votes
      139 Posts
      237k Views
      TIGT
      @hshieds1 Have you tried the simple edit for the delauney3.rb script [which it needs] to make it suitable for the newer versions of SketchUp's Ruby ? It is explained a few posts above this - https://community.sketchucation.com/topic/136273/plugin-voronoi-conic-curve/131
    • M

      Pause/ Hold script for extra user input

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      5
      0 Votes
      5 Posts
      916 Views
      M
      Ok, solved it in another way. Thanks anyway. Matt
    • M

      Unfolding plugin idea

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      19
      0 Votes
      19 Posts
      6k Views
      M
      @gade said: Hello, i'm very interested into your plugin but it's not working on my computer... is it possible to use your plugin with mac ? i have sketchup 8? please help me to use your plugin i would like to make a model ... Hi I will need some more informations to answer, I havn't used it in a long time, at least this version, but I see no reason why it should not work on Mac. You can also take a look here: http://www.papermodelers.com/forum/software/18100-spp-sketchup-paper-planes-tools-sketchup.html Greets Matt
    • 1 / 1