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

    Posts

    Recent Best Controversial
    • RE: [Plugin][$] FredoCorner - v2.7a - 31 Mar 24

      I don't know this is a bug or not, but there is a difference between Fredo Corner and Round Corner when applied to simple box with holes.


      Fredo Corner.jpg


      Round Corner.jpg

      posted in Plugins
      L
      laudhi
    • RE: Fredo6 Plugins and Sketchup 2018

      Seems your plugins works fine in sketchup 2018, thanks fredo for your hard work... πŸ‘

      posted in SketchUp Discussions
      L
      laudhi
    • RE: [Plugin] DrawAlong - v1.2a - 12 Oct 14

      πŸ‘

      posted in Plugins
      L
      laudhi
    • RE: [Plugin] Sketchup Ivy

      πŸ‘

      posted in Plugins
      L
      laudhi
    • RE: JHS STANDARD 2015

      Thanks, great plugin, but something wrong with the icon...
      2015-05-12_100311.png

      posted in Plugins
      L
      laudhi
    • RE: [Plugin] s4u_toComponents

      @gfgfgfgfgf10 said:

      hi dear
      15 dollars !!!
      what do you think about us ???
      do you think we are rockefeller in new york city !!!

      πŸ˜’ πŸ˜’ πŸ˜’

      you do not have to be rockefeller to buy this plugin... 😎
      better spend $ 15 rather than i have to make this plugin... πŸ˜‰

      posted in Plugins
      L
      laudhi
    • RE: [Plugin][$] 3D Tree Maker - New version 1.10.14

      Let me know if they are any others you are thinking of ?
      [attachment=0:kzqk1sgm]<!-- ia0 -->Capture.JPG<!-- ia0 -->[/attachment:kzqk1sgm][/quote]

      I'm just curious if there are plans for vines, there may be an easier way to make vines on the pole ...
      Your plugin is amazing, worth to buy the pro version.... πŸ‘

      posted in Plugins
      L
      laudhi
    • RE: [Plugin][$] 3D Tree Maker - New version 1.10.14

      i wish there is more option for vine/ivy.it will be amazing.... πŸ˜›

      posted in Plugins
      L
      laudhi
    • RE: [Plugin]Hole on Solid tool v1.6.3 upadate Jan 09, 2012

      @krism said:

      tak2hata,
      I am using one of your other great tools - Building Structure Tools. The best part of that plugin for me are the MWALLS. I finally figured out how to make my own walls and this is very powerful. The one problem I have is that I am not able to put a hole in the multiple wall without exploding the wall group. If I have a three part wall made into a group with each part being a solid group, SU still thinks the group is not a solid. So I can't select the group to use your hole on solid. Is there a solution to this?
      KrisM

      +1
      i agree with you,i wish hole in solid plugin can do that....

      posted in Plugins
      L
      laudhi
    • RE: Plugin to make a hole in a group?

      you can try Tak2hata: Hole on Solid Tool,very easy to make holes in multiple groups

      Link Preview Image
      SketchUp Plugins | PluginStore | SketchUcation

      SketchUp Plugin and Extension Store by SketchUcation provides free downloads of hundreds of SketchUp extensions and plugins

      favicon

      (sketchucation.com)

      hope this plugin what you looking for...

      posted in Plugins
      L
      laudhi
    • RE: [Plugin] Make Fur v.2.1.0(20140323)

      thanks for the your update Tak2hata.amazing plugin.
      I make my custom icon for make fur plugin.


      make fur.png

      posted in Plugins
      L
      laudhi
    • RE: [Plugin] Add comments to your file

      wow,thanks for this plugin,i think this is very useful to make a list of design revisions.....

      posted in Plugins
      L
      laudhi
    • RE: Plugin idea - component axes - button for show on/off

      i change the name DisplayInstanceAxes.rb to ToggleComAxes.rb and everything works fine now....

      posted in Plugins
      L
      laudhi
    • RE: Plugin idea - component axes - button for show on/off

      ok,thanks for your help Sdmitch....i will update with a new version... πŸ˜‰

      posted in Plugins
      L
      laudhi
    • RE: Plugin idea - component axes - button for show on/off

      and i found this to :

      Error Loading File Multiple Offsets.rb
      Error: #<NoMethodError: undefined method add_item' for nil:NilClass> C:/Users/Laudhi/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/Multiple Offsets.rb:185:in <top (required)>'
      Error Loading File Multi_Offset_Tool.rb
      Error: #<NoMethodError: undefined method add_item' for nil:NilClass> C:/Users/Laudhi/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/Multi_Offset_Tool.rb:30:in <top (required)>'
      Error Loading File Rotated Box.rb
      Error: #<NoMethodError: undefined method add_item' for nil:NilClass> C:/Users/Laudhi/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/Rotated Box.rb:33:in <top (required)>'
      Error Loading File Rotated Circle_Cylinder.rb
      Error: #<NoMethodError: undefined method add_item' for nil:NilClass> C:/Users/Laudhi/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/Rotated Circle_Cylinder.rb:30:in <top (required)>'
      Error Loading File Stair Maker.rb
      Error: #<NoMethodError: undefined method add_item' for nil:NilClass> C:/Users/Laudhi/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/Stair Maker.rb:33:in <top (required)>'

      posted in Plugins
      L
      laudhi
    • RE: Plugin idea - component axes - button for show on/off

      module Toggle
      def self.dis()
      opt=Sketchup.active_model.rendering_options["DisplayInstanceAxes"]
      if opt==false
      Sketchup.active_model.rendering_options["DisplayInstanceAxes"]=true
      end
      if opt==true
      Sketchup.active_model.rendering_options["DisplayInstanceAxes"]=false
      end
      end
      unless $sdm_tools_menu
      $sdm_tools_menu = UI.menu("Plugins").add_submenu("SDM Tools")
      $sdm_CorG_tools = $sdm_tools_menu.add_submenu("CorG Tool")
      end
      unless file_loaded?(FILE)
      $sdm_CorG_tools.add_item("DisplayAxes") { Toggle.dis }
      file_loaded(FILE)
      end

      and i found this:

      Error Loading File DisplayInstanceAxes.rb
      Error: #<SyntaxError: C:/Users/Laudhi/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/DisplayInstanceAxes.rb:18: syntax error, unexpected end-of-input, expecting keyword_end>

      posted in Plugins
      L
      laudhi
    • RE: Plugin idea - component axes - button for show on/off

      @sdmitch said:

      The if opt=false and if opt=true should have been if opt==false and if opt==true.

      In order to assign a shortcut to it, you need to assign it to a menu ie. Plugins. In the Preferences>Shortcuts, it will be listed as Plugins/DisplayAxes.

      module Toggle
      > 	def self.dis()
      > 		opt=Sketchup.active_model.rendering_options["DisplayInstanceAxes"]
      > 		if opt==false
      > 			Sketchup.active_model.rendering_options["DisplayInstanceAxes"]=true
      > 		end
      > 		if opt==true
      > 			Sketchup.active_model.rendering_options["DisplayInstanceAxes"]=false
      > 		end
      > 	end
      > 	unless file_loaded?(__FILE__)
      > 		UI.menu("Plugins").add_item("DisplayAxes") {Toggle.dis}
      > 		file_loaded(__FILE__)
      > 	end
      > end
      > 
      

      Hi Sdmitch,can you teach me how to add "DisplayInstanceAxes" plugin in "SDM tools" sub menu?

      posted in Plugins
      L
      laudhi
    • RE: IDrawnics-piping plugin

      [quote="Ken"]"I stay away from plugins that uses an "exe" file to install..."

      i just download the plugin only....

      at the first time it only for 60 days,but if you login you can request key code for 1 year and free.....


      Capture.PNG

      posted in Plugins
      L
      laudhi
    • RE: IDrawnics-piping plugin

      @sketchdata said:

      The extension should be updated to SketchUp 2013 in the next couple weeks.

      I've tried in sketchup 2013 and worked well,do i miss something? 😲


      Capture.PNG

      posted in Plugins
      L
      laudhi
    • IDrawnics-piping plugin

      here the quick link for video tutorials......

      http://www.tealinternational.com/iDrawnics/Movies/GettingStarted.html

      btw,i don't know what video format for upload video attachment........... πŸ˜•

      posted in Plugins
      L
      laudhi
    • 1 / 1