Your search for saurabh sameer returned 6 results.
Search
marker
Contributed by saurabh sameer
This gizmo allows to inset small text notes with in the specified frame range in your scripts.
revealinexplorer
Contributed by saurabh sameer
this scripts lets reveal your selected read node in to windows explorer.
appendclip
Contributed by saurabh sameer
This small scripts puts all your selected read node into a single append node in that order,thus giving you a small time line of nodes,user can scrub through.
StereoSetup
Contributed by saurabh sameer
script which lets u create the stereo cam setup with both the cameras linked via expression to manage your convergence and inter axial. Also creates the required dependent nodes.
reveal in explorer script
Contributed by saurabh sameer
this lets you reveal your selected read node in window explorer.
Random Frames from Read node
If you want to generate random frames from your current read node : Pace a FrameHold node below your read node Then goto first frame:- edit expression and place this code int( random(frame) * (last_frame-first_frame+1) + first_frame ) )