Skip to content

Justin-Yeung/Selective_ViewCapture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selective ViewCapture

With a simple click, the Grasshopper script screenshots specified regions in the Rhino view directly into images (.jpg/.png).

It offers the following functions:

  • Outputting images that are dimensionally accurate (useful for creating mapping textures),
  • Batch outputting multiple images at once (useful for streamlining design workflow).
  • Fast overwriting existing images
demo.mp4

Support Me😃

Buy Me A Coffee

👆Please feel free if my scripts had been useful for your projects. :)

Usage

  1. Download selective_viewcapture.gh and open with Rhino.
  2. Reference the specified region(s) as retangular curve(s) and input into frame.

if frame is not connected, the entire current view will be outputted (same as the rhino command ViewCaptureToFile).

  1. set image resolution in res component.

the output image size will be frame.width*res x frame.height*res px

  1. Specify the folder destination and file name at path and filename.

if frame has multiple inputs, filename shall have the same number of inputs

  1. Click capture to create the image(s) at the designated location.

image

Examples

- batch outputting array of image frames (see more from my pat_writer project)

exporting several images at once (ensure `filename` also has multiple inputs)

- images with accurate computational patterns

scripting patterns in Rhino/Grasshopper environment
texture mappping gradient tiles alpha mapping perforations normal mapping bumps

About

Grasshopper Script for Screenshotting Specified Regions in Rhino

Topics

Resources

Stars

Watchers

Forks

Languages