vpy template loading

Issue #1 wontfix
Meru created an issue

Currently when you create new vapoursynth script, it starts with these hardcoded lines:

import vapoursynth as vs
core = vs.get_core()

It might be a good idea to load template.vpy instead, that is located in root vapoursynth folder. That script allows user to change contents of the file that is generated by right_click -> new -> new vapoursynth python script, but I think it might be handy for VS Editor too.

Comments (1)

  1. Log in to comment