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

    julian_frey

    @julian_frey

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

    julian_frey Unfollow Follow
    registered-users

    Latest posts made by julian_frey

    • RE: [Plugin]export_by_layer.rb

      to export 2d graphics by layer you can exchange line 72
      model.export(modelpath+"/"+modeltitle+"_Layer"+layername+"."+type,false)### exporter

      by:
      view = model.active_view
      view.write_image (modelpath+"/"+modeltitle+"_Layer"+layername+"."+type)

      this will dissable all 3D-Export possibilities and you have to use valid Image file formats liek 'jpg' as type.

      posted in Plugins
      J
      julian_frey