sketchucation logo sketchucation
    • Login
    1. Home
    2. penpendrum
    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 7
    • Posts 14
    • Groups 1

    Topics

    • P

      Tool Activation prevention

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      1
      0 Votes
      1 Posts
      823 Views
      No one has replied
    • P

      Detecting/selecting a temporary Drawing

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      2
      0 Votes
      2 Posts
      3k Views
      Dan RathbunD
      No one will attempt to even read you code until it is properly formatted within [ code ] ... [ /code ] tags. There is a button on the post edit toolbar to insert these tag sets, or highlight a bunch of text and click the button to wrap the text in these tags.
    • P

      Small Green Box in scale tool

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      10
      0 Votes
      10 Posts
      21k Views
      P
      I found the solution. . the file won't give a readable code . . when downloaded via Google chrome . .it should be downloaded through extension warehouse . . Going back to the small green cube in the scale tool. . ( i already know how to make colors for the cube ) can anyone help me how make sketchup recognize the temporary drawing green cube when I hover the mouse over it?
    • P

      Delete key observer

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      1
      0 Votes
      1 Posts
      120 Views
      No one has replied
    • P

      Manipulating a polyline like the freehand tool

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      2
      0 Votes
      2 Posts
      302 Views
      pbacotP
      Bezier Spline? http://sketchucation.com/forums/viewtopic.php?t=13563
    • P

      How to attach text to a line

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      3
      0 Votes
      3 Posts
      520 Views
      P
      I'm sorry I have tried that .. but that is not what is in my mind.. I just want the text to follow the line even if I move one point only . . doing this manually is possible.. but not for ruby scripts I think..
    • P

      Sketchup_json gem for sketchupRuby API

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      8
      0 Votes
      8 Posts
      1k Views
      Dan RathbunD
      @penpendrum said: I wrote this JSON file named input.json(I saved it inside the Tools folder): { "name";"Stephen" > "age"; 22 } Each sub-object in JSON must be separated with a comma ( , ). This is resulting in the unexpected token when parsing, because it sees the 2nd "age" token object while it is trying to isolate the 1st "name" token. It should be like: { "name" ; "Stephen" , # <-- comma seapartor "age" ; 22 } @penpendrum said: and I wrote this simple ruby code in the Tools folder name testing.rb: require 'rubygems' This is not needed (but harmless,) as the Ruby loader already loads RubyGems for Ruby 2.x
    • 1 / 1