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

    Topics

    • CadFatherC

      [Plugin] Archiland Toolbar

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      58
      0 Votes
      58 Posts
      70k Views
      C
      many thanks!!!! =]
    • CadFatherC

      My Ruby Questions

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      4
      0 Votes
      4 Posts
      411 Views
      CadFatherC
      works beautifully!
    • CadFatherC

      Example Ruby

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      4
      0 Votes
      4 Posts
      299 Views
      M
      Yes you can ! And we're here to help you !
    • CadFatherC

      [Plugin] Soften/Unsoften

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      26
      0 Votes
      26 Posts
      37k Views
      designerbursaD
      jhs powerbar 3d rotate error fix def onLButtonDown(flags, x, y, view) nothing with this click if nothing is selected puts 'nil' if(Sketchup.active_model.selection.length == 0) Keep what's currently selected. Might be temporarily selected because its hovered if there was no selection when tool was selected @hasSelection = true Select point when and draw when clicking first 3 clicks select points and set jaw & pitch. 4th and 5th click are optional and sets roll if @state == 0 # Select anchorpoint #@pAnchor.pick view, x, y if @pAnchor.valid? @state = 1 @status_text = "Grab entity." # first status text defined in reset() Sketchup::set_status_text(@status_text, SB_PROMPT) end elsif @state == 1 # Select startpoint 1 #@pStart1.pick view, x, y, @pAnchor if @pStart1.valid? @state = 2 @status_text = "Pick target to drag entity towards." Sketchup::set_status_text(@status_text, SB_PROMPT) end elsif @state == 2 # Select targetpoint 1 and set yaw and pitch for selection #@pTarget1.pick view, x, y, @pAnchor if @pTarget1.valid? @state = 3 @status_text = "(Optional) Grab entity again." Sketchup::set_status_text(@status_text, SB_PROMPT) self.rotateYawPitch(@pAnchor.position, @pStart1.position, @pTarget1.position) # Set rotated flag so script knows whether to update view or not when leaving tool @rotated = true end elsif @state == 3 # Select startpoint 2 #@pStart2.pick view, x, y, @pAnchor if @pStart2.valid? @state = 4 @status_text = "Pick target to drag entity towards." Sketchup::set_status_text(@status_text, SB_PROMPT) end elsif @state == 4 # Select targetpoint 2 and set roll for selection #@pTarget2.pick view, x, y, @pAnchor if @pTarget2.valid? self.rotateRoll(@pAnchor.position, @pStart2.position, @pTarget2.position, (@pTarget1.position - @pAnchor.position)) self.reset(view) end end end#def
    • CadFatherC

      [Req] Curve Divider

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      8
      0 Votes
      8 Posts
      1k Views
      F
      Yes please, curve divider would be very helpful. If it could work like the divide line that would be great. I often need to construct very complicated curved ramps so being able to divide the curves that define the ramp equally would be nice so that the ramp climbs smoothly.
    • CadFatherC

      @ Fredo (mainly)

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      4
      0 Votes
      4 Posts
      932 Views
      plot-parisP
      fantastic! didn't know that. great!
    • CadFatherC

      Scrambling Scripts

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      6
      0 Votes
      6 Posts
      708 Views
      A
      The d/Code plugin also provides this feature. azuby
    • CadFatherC

      [Req] Toggle Units

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      6
      0 Votes
      6 Posts
      2k Views
      J
      I've split this thread at the attachments and moved it to it's own thread. http://www.sketchucation.com/forums/scf/viewtopic.php?f=180&t=11745
    • CadFatherC

      Context menu Submenu

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      12
      0 Votes
      12 Posts
      2k Views
      R
      @tony bombata said: question - does organizer work with encrypted scripts? Yes and no. It will load encrypted scripts, but the script's menu location won't change unless the author has adopted the Organizer menu code (it's very easy, but no one seems to want to do it).
    • CadFatherC

      Zoom Selection

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      36
      0 Votes
      36 Posts
      5k Views
      D
      @pixero said: @cadfather said: if i select something inside of a group it does not work - but will fit the contents to screen if nothing is selected. What do you mean with "It doesnt work" ? What do you want it to do? If you are inside a group the group itself isn't selected. My script zooms in to whats selected. Inside group or not. Thx a lot! Great plugin. Work fine, no problem with selection zoom. Can you recommend me any other useful plug?
    • CadFatherC

      [Re-quest]

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      16
      0 Votes
      16 Posts
      1k Views
      CadFatherC
      i second the idea of automatic camera recording (if it works with space nav). and if all the created cameras can be joined by a polyline, even if their number exceeds sanity - the polyline can be tweaked with the bezier tools and scenes recreated with flightpath
    • CadFatherC

      [Idea] - Sketchy Panner

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

      Notepad 2 with Ruby

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

      [New Feature]: Floating Shorcut

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      4
      0 Votes
      4 Posts
      845 Views
      CadFatherC
      ah..not so easy then.. to clarify: once you install the FS plugin, you assign it a key shortcut - [K] you click on K and SU is waiting for you to type a second key (as if you were in preferences > shortcuts) - SU knows which tool you are using and will use this knowledge to assign the command to a second key. ..this second key is always the same key - it would be useful even with one floating key (doesn't have to be a function key), # for example. hope someone can...it would be a real useful feature,
    • CadFatherC

      Request about materials

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

      XML importer

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      20
      0 Votes
      20 Posts
      2k Views
      CadFatherC
      it's a given there's no hurry Fred... ..i'm already glad to get an answer to my question - (18 replies to my languishing post in fact) cheers!
    • CadFatherC

      Shorcutting a Double Click

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      5
      0 Votes
      5 Posts
      526 Views
      CadFatherC
      due to harcoding i guess.. pity because it could be useful for those task.. remains to check whether some mouse tweaking programs can do that, you never know
    • CadFatherC

      Add Scene Bug Fix

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

      Idea: View Cropper?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      7
      0 Votes
      7 Posts
      629 Views
      GaieusG
      @cadfather said: ...btw Fletch, thanks for all the KT help you have been giving - i have been a silent recipient of your wisdom for some time. Me too...
    • CadFatherC

      Space Navigator - Save Scene

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      8
      0 Votes
      8 Posts
      1k Views
      CadFatherC
      not really Jim, thanks for asking, the saving procedure slows the system, making the space-navigation virtually useless (and that without shadows). also not much use when i tried the walkthrough - it only recorded a few frames. i guess i will end up the old way, walking about and pressing the keyboard shortcut to simulate camera movement. it is not a big deal, i was hoping for my best presentation yet but perhaps it's better not to loose too much sleep over it. however - i will keep you posted on developments and if 'successful' i will post the result
    • 1 / 1