{
	// Always Disable Advanced OpenGL.jsx
	// 
	// Place this file in the After Effects software's Scripts/Startup folder if you never 
	// want to use advanced OpenGL features. (Advanced features include 
	// layer modes, adjustment layers, track mattes and hardware rendering of some effects.)
	// After Effects will by default try to choose a value that is appropriate
	// for your card, however new cards or future releases of the operating system
	// or drivers might require you to disable these features in order to work properly. 
	// In this mode, OpenGL support will be very similar to After Effects 6.5.1.

	//app.preferences.savePrefAsLong("OpenGL 3D", "Fragment Scheme", 1);
	app.preferences.savePrefAsLong("AE_OpenGL", "Advanced Shader Support", 0);
}
