sketchucation logo sketchucation
    • Login
    1. Home
    2. julian_frey
    3. Posts
    ℹ️ 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

    Posts

    Recent Best Controversial
    • 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
    • 1 / 1