sketchucation logo sketchucation
    • Login
    1. Home
    2. pedromarmol
    3. Posts
    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!
    ๐Ÿ›ฃ๏ธ Road Profile Builder | Generate roads, curbs and pavements easily Download
    P
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 5
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: [Plugin] Volume Calculator2...

      Hello!
      The first, Thanks!, the plugin is fantastic. I'm translating a lot of plugins for SU to spanish language, i have translated Volumen Caculator 2.1 to Spanish, i want to share with all SU's users.
      Chao!

      Here is the Spanish version:

      EDIT: Script Removed. SketchUcation forum policy does not permit people to post scripts they did not write. Please obtain permission from the author first, thanks!

      posted in Plugins
      P
      pedromarmol
    • RE: [Plugin] Center of Gravity

      I have translated the plugin to Spanish language, bottom i put de link for download. I see that other Mac's users have the plugin working fine, to me no works, i use Sketchup 7.1 in Mac OSX Snow Leopard 10.6.2 and the last version of the plugin CofG_1.4, i have tried run sketchup with CofG in the plugins folder only, and don't works, SU read the plugin, i see the plugin (in spanish) in plugins Menu but don't works.

      When i run the plugin this message appears in Ruby Console:
      Error: #<NoMethodError: undefined method db' for CofGravity:Class> /Users/Oxer/Library/Application Support/Google SketchUp 7/SketchUp/Plugins/CofGravity.rb:156:in do_calculation'
      /Users/Oxer/Library/Application Support/Google SketchUp 7/SketchUp/Plugins/CofGravity.rb:816
      /Users/Oxer/Library/Application Support/Google SketchUp 7/SketchUp/Plugins/CofGravity.rb:156:in `call'
      /Users/Oxer/Library/Application Support/Google SketchUp 7/SketchUp/Plugins/CofGravity.rb:156

      EDIT: Script Removed. SketchUcation forum policy does not permit people to post scripts they did not write. Please obtain permission from the author first, thanks!

      posted in Plugins
      P
      pedromarmol
    • [Plugin] BTM Sculpt Tools v. 1.0 translated to Spanish

      Hello to All Sketchup's users!!
      The first, thanks BTM for your incredible plugin.
      I'm an spanish user of SU, i'm translating a lot of plugins to spanish, the last Sculpt Tools, i want to share it with all users.
      When i have time, i'll upload the rest of the translated spanish plugins.

      This is a short list of plugins that i have translated to Spanish:

      • [CASH] Funshapes
      • 101bit tools: Pack Spanish Language http://www.1001bit.com/discussions/viewtopic.php?f=17&t=54&start=10
      • A4_smartpushpull
      • Addfaces
      • Archiver
      • Auto centerpoint
      • Balustrade
      • BMVB
      • Bomb
      • Btm Point Merger
      • Btm Sculpt Tools
      • BzRoundEdge
      • Chamfer along Path
      • Clf Camera recorder
      • Clf color by slope
      • Clf color by z
      • Clf components stringer
      • Clf components onto faces
      • Clf Greeble 2
      • Clf label open faces
      • Clf perpendicular face tools
      • Clf randompainter no WxSU
      • Clf scale rotate multiple
      • Clf select outer edges
      • Clf slect same length edges
      • Clf shape bender
      • Clf simple loft
      • Clf vertical lines maker
      • Countour Maker
      • crvsmth
      • ctrlpnts
      • Door tools
      • drawhelix
      • drop
      • Eclate-Depalce
      • EM makefaces
      • fillet
      • fillet 3D
      • gear 3
      • Greyscale
      • Grow
      • HouseBuilder 1.0
      • jf unfoldtool
      • jointpushpull
      • Latticeizer
      • lss toolbar
      • MatrixProximity
      • mover 2
      • mshstick 1.2
      • Multiple push pull
      • oniondome
      • path copy
      • pntstomesh 1.3

      ....... and more

      Good, thanks again to all the people that take time for to create marvellous plugins.
      Bye!!

      EDIT: Script Removed. SketchUcation forum policy does not permit people to post scripts they did not write. Please obtain permission from the author first, thanks!

      posted in Plugins
      P
      pedromarmol
    • RE: [Plugin] HouseBuilder metric 1.2

      @tig said:

      @rodericx said:

      its possible to translate ? i mean i dont know much about ruby (nothing actually), then this interesting plugin i wanted to use in spanish... then i see in the file : HouseBuilder_extention.rb some calls... like

      # Floor tool
      > >   cmd3 = UI;;Command.new(("Floor tool")) { Sketchup.active_model.select_tool HouseBuilder;;FloorTool.new }
      > >   cmd3.small_icon = "HouseBuilder/hb_floortool_S.png"
      > >   cmd3.large_icon = "HouseBuilder/hb_floortool_L.png"
      > >   cmd3.tooltip = "Creates a floor."
      > >   hb_tb.add_item(cmd3)
      

      then i want to know if i can replace the texts between "" without affect the plugin?. ๐Ÿ˜Ž

      Text within "" or even '' can be replaced with anything else you want - i.e. a translation... UNLESS it's a path to a file xxx/xxx/xxx.png etc DON'T change anything else - the worse that can happen is it won't work ! ๐Ÿ˜ฎ
      Keep a copy of the original ! ๐Ÿ˜’

      Hello!!
      I'm a spanish user of Sketchup, i'm translating a lot of plugins for SU to spanish language.
      I have finished the translation of House Builder ver. 1.0, and it works fine in Mac, only one problem, some units in the options of the tools are in inches, and i work in metres but it's a minor problem, the rest is OK.
      I can't translate The House Builder ver. 1.2 because the files HouseBuilder.rb and HouseBuilderTool.rb are encoded, i have translated the HouseBuilder_extension.rb only, the icons appear and the tooltip too in spanish, but don't works in Mac, it appears the same problem:
      Error al cargar archivo HouseBuilder_extension.rb
      private method `split' called for nil:NilClass

      I would like upload the Spanish version of House Builder v. 1.0 for all users and the others plugins. Please, tell me how.

      posted in Plugins
      P
      pedromarmol
    • RE: WIP -- 'Protrude' ruby from Jim Foltz

      @jim said:

      Would some kind and generous Mac user be able to test this version for me? ๐Ÿ˜„

      Unzip and replace all previous protrude files and folders in your Plugins directory.

      Thanks

      edit -
      Ok, thanks BTM. This is a new file.

      Hello!
      I'm spanish Mac user, i works with sketchup 6, the plugin no works, when you select it in the menu of plugin, it appears a blank window and nothing more.
      I hope your help, and thanks!

      posted in Developers' Forum
      P
      pedromarmol
    • 1 / 1