sketchucation logo sketchucation
    • Login
    1. Home
    2. Matt666
    3. Topics
    đŸ€‘ SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 75
    • Posts 822
    • Groups 1

    Topics

    • M

      SketchUcation & Music?

      Watching Ignoring Scheduled Pinned Locked Moved Corner Bar
      29
      0 Votes
      29 Posts
      2k Views
      daleD
      @mitcorb said: Dale, would that be a Fender Coronado in that picture? Never played one, but drooled over them back in the day. You nailed it. Discontinued in the early 70's. Typical Fender headstock. All other semi hollow bodies of the day had that blocky Gibson like headstock. After John Lennon used his Epiphone Casino to record the White Album and Let it Be, semi hollows were all the rage, and it is said this was Fenders entry into that market. [image: 78Yl_Screenshot2012-02-04at6.15.52AM.png]
    • M

      SU 8 update

      Watching Ignoring Scheduled Pinned Locked Moved Français
      3
      0 Votes
      3 Posts
      207 Views
      M
      Curieux, j'avais tĂ©lĂ©chargĂ© exactement la mĂȘme version (en anglais), dĂ©sinstallĂ© SU puis rĂ©installĂ©, et il m'avait demandĂ© d'installer la nouvelle version (8.1 je prĂ©sume), qui s'est avĂ©rĂ© ĂȘtre en français. Et lĂ  je recommence, et ça fonctionne... Bon. Bref. Tant mieux si cela fonctionne ! Merci Ă  toi Laurent !
    • M

      Wood Siding method - materials

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Components, Materials & Styles sketchup
      10
      0 Votes
      10 Posts
      5k Views
      tinanneT
      Awesome textures guys! Thanks!
    • M

      Puts current module & method in ruby console

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      6
      0 Votes
      6 Posts
      387 Views
      M
      Hi Dan and Chris. Thank you for your answers ! @chris said: Well, those braces can be expanded to as many lines of code as you would like. You could write it like this: Yes, but I wanted to have a automated method... no need to write Module::Sub_module.method, just copy a line that returns current method in the ruby console. @dan said: Why not just open the rb in an editor, and find the command in the file ? that's what I do when I search the command. But I am not sure a "non-ruby" user could find this command easily. @unknownuser said: BTW.. sometimes there is good reason for a command to be kept private, a commercial plugin, or a Pro only plugin. The writer of a plugin, has the right, to not allow their plugin (or it's tools,) to be called in ways that could defeat the license, or cause other problems. I am not saying this bit of code MUST be inserting in each plugin, of course... Just for MY personal plugins, because I like transparency.. I just asked this forum if someone had a better (or a native) way to do like my little method...
    • M

      [Plugin] Title block from title v1.2 (20110713)

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      27
      0 Votes
      27 Posts
      27k Views
      M
      Here is a preview of the new version of cartouche plugin: [image: V1Q5_Cartouche.jpg] I don't have time to test it, and have a problem with preview window. But I would put it for download soon.
    • M

      Crossing lines break automatically

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      8
      0 Votes
      8 Posts
      2k Views
      TIGT
      I didn't realise there was a $ script already ! Sorry RickW... but my version is out there now... $5 x X for a few seconds work ?
    • M

      [Plugin] Statistics v1.0

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      7
      0 Votes
      7 Posts
      7k Views
      B
      Matthieu, thank you so much.
    • M

      [Plugin] ExtendTool v0.2 (update 20090708)

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      31
      0 Votes
      31 Posts
      37k Views
      TIGT
      @dave r said: Why don't you write a better version, then? I agree... BUT this one is SIX years old ! And time and expertise moves on... There are by now many similar tools around... e.g. 2dTools 'Adjust'... OR you could write a better 'free' one...
    • M

      [Catalog] Matt666

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      14
      0 Votes
      14 Posts
      5k Views
      M
      Ah! That's a good idea!
    • M

      KeyBoard observer?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      11
      0 Votes
      11 Posts
      380 Views
      Chris FullmerC
      I'm guessing you already have a tool observer set up or something? You've already figured out how to keep track of the previously used tools, right? If so, Lets say you have a global variable that holds an array of all the last used tools - $previous_tools Also, maybe you need a menu item for "Set Shortcut Key". This is for the user to tell your script what key they have assigned your script to (it might save the value to an external text file or a registry entry would be better). So perhaps they assign it to "t", your inputbox could create a global variable $previous_tools_shortcut = "t" Now make a tool with the onKeyUp method in it. It compares the onkey up to $previous_tools_shortcut. And it also implements its own timer feature. So you can watch the time between keystrokes. So if they press the dhortcut key 1 time, it just selects $previous_tools.last. If they press it twice within a specified time limit (.5 seonds or less) then it will select $previous_tools[length-1], press it three times within 1 second, it selects the $previous_tools[length-2] tool. That is how I think I would go about it. But that assumes you have an array of the previously used tools, and it also requires the user to input the shortcut key that they assigned to your tool. Chris
    • M

      Lisp getpoint (not finished!)

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      9
      0 Votes
      9 Posts
      612 Views
      M
      I thought about that work-around method... I will use it until something better... Thank you Chris!
    • M

      [Code] entity.real_typename

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      1
      0 Votes
      1 Posts
      689 Views
      No one has replied
    • M

      Position of a point

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      4
      0 Votes
      4 Posts
      208 Views
      Chris FullmerC
      Excellent, glad it helped (and worked). I also just edited a minor typo in the example, but I'm sure you figured it out even with the typo, Chris
    • M

      Posting plugins...

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      8
      0 Votes
      8 Posts
      333 Views
      M
      Starting from Jim's SketchUp-Ruby Resources, what about tag plugins by classes ? For example: Mechanical tools, Architecture tools, Kinematics tools, Geometry creation tools, Geometry Modification tools, Measurement tools, (running out of imagination), but I'm sure there could be a nice group of classes out there. Having plugins organized by classes, maybe we can extract more conclusions about wants and needs. Regards Marcio
    • M

      [Plugin] Put shadow on current day and hour

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      22
      0 Votes
      22 Posts
      16k Views
      R
      I suppose if the user is using this plugin they already have a good idea of what its going to look like, so showing them isnt neccesary. More generally, most people just use common sense.
    • M

      [Plugin] Selection manager

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      9
      0 Votes
      9 Posts
      10k Views
      R
      am i doing something wrong, or is it not possible to open the "selection manager" dialog box on a mac osx machine?
    • M

      [Plugin] Component/group tools

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      30
      0 Votes
      30 Posts
      45k Views
      F
      Thanks sdmitch, used your code snippet to convert components to groups for MSPhysics. The reason is that MSP does not accept components for coupling with joints. The conversion of about 200 components with subcomponents into groups would have taken a long time...
    • M

      [Bug] Add_group inside a component

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      19
      0 Votes
      19 Posts
      698 Views
      M
      Aaah... Cool!
    • M

      Transparent watermark

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      11
      0 Votes
      11 Posts
      898 Views
      M
      Ah, Ok! Thank you for theses explanations!
    • M

      Array of all toolbar names

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      3
      0 Votes
      3 Posts
      607 Views
      A
      You could overwrite the add_toolbar and toolbar_names methods of Sketchup. But you have to make sure that your plugin is the first loaded. azuby
    • 1 / 1