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

    rami_lpm

    @rami_lpm

    10
    Reputation
    1
    Profile views
    60
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    rami_lpm Unfollow Follow
    Extension Creator registered-users

    Latest posts made by rami_lpm

    • RE: How to reload a extension loader file?

      I use this.

      
      def self.reload()
      	Sketchup.send_action(CMD_RUBY_CONSOLE) 
      	load __FILE__
      	puts "reloaded #{__FILE__.to_s}\n"
      end
      
      
      posted in Developers' Forum
      rami_lpmR
      rami_lpm
    • RE: Color Representation in SU

      Hello everyone. I've modified the plugin so it saves textures as png.
      It will also respect(mostly) the names of already textured materials.

      posted in SketchUp Discussions
      rami_lpmR
      rami_lpm
    • RE: [Plugin] WebGL Cubic Panorama (update 2016-05-06)

      If 4088 works, so should 2044(or near). Actually, I'ts a miracle that some particular resolutions work at all.
      The exported images FOV is 90.
      The FOV you can modify is the viewer's FOV. You can change this in the javascript code as well.
      You're welcome. I'ts good to see that this is useful.

      posted in Plugins
      rami_lpmR
      rami_lpm
    • RE: [Plugin] WebGL Cubic Panorama (update 2016-05-06)

      AKHLPZ: I don't know how to solve that. I can suggest you generate the images with this plugin and then change the names.

      brettsichellodesign: when you export with resolution 2040 it still shows the lines? what is your OS and sketchup version?

      Sadly, this bug is related to the way Sketchup 2017 renders the bars when the image export ratio and the window ratio are different. It's not something I can fix at the moment.

      posted in Plugins
      rami_lpmR
      rami_lpm
    • RE: [Plugin] WebGL Cubic Panorama (update 2016-05-06)

      Not yet.
      Have you tried modifying the resolution to 1020,2040 or 4080?
      What program are you using? this is for cubic panoramas, and the plugin generates the html needed to show the result.

      posted in Plugins
      rami_lpmR
      rami_lpm
    • RE: View.write_image shows dotted line border

      the color can be adjusted? is there a command to do that? I can try and see.

      posted in Developers' Forum
      rami_lpmR
      rami_lpm
    • RE: View.write_image shows dotted line border

      I wrote the panorama plugin in 2014, and never had this problem.

      Ok, I've just tested this.

      
      model=Sketchup.active_model
      view=model.active_view
      cam=view.camera            
      cam.aspect_ratio=1
      
      

      Yes, in SU2016 the bars were transparent. in SU2017, the bars are black. That's a regression? I don't remember the bars ever being black.
      I fail to see why this change would interfere with view.write_image
      Has anyone else reported this problem when exporting images? maybe with other aspect ratio?

      posted in Developers' Forum
      rami_lpmR
      rami_lpm
    • RE: View.write_image shows dotted line border

      I've only encountered this in sketchup make 2017 on windows 10, Driven tested it on a mac, same issue.

      posted in Developers' Forum
      rami_lpmR
      rami_lpm
    • RE: [Plugin] WebGL Cubic Panorama (update 2016-05-06)

      I see. this happens in SU 2016 as well.
      Apparently looking straight up renders the style background color, not the sky color.
      To avoid this glitch, you should make them both the same color.

      posted in Plugins
      rami_lpmR
      rami_lpm
    • RE: [Plugin] WebGL Cubic Panorama (update 2016-05-06)

      Hey pilou, is that on windows or mac? I've tested it on windows 10 and and the only problem was the border around images.

      posted in Plugins
      rami_lpmR
      rami_lpm