Home / precompiled
Name Modified Size InfoDownloads / Week
Parent folder
tx_nukeLensDistortion.so 2009-12-11 78.2 kB
tx_nukeLensDistortion.dylib 2009-12-11 183.9 kB
tx_nukeLensDistortion.dll 2009-12-11 24.1 kB
README.txt 2009-12-11 1.6 kB
Totals: 4 Items   287.7 kB 0
/*	------------------------------------------------------------------------
 *	This plugin uses the lens distortion model provided by the developers of 3D Equalizer
 *	to distort or undistort footage in Nuke. It is somewhat based on work by Meteor Studios, Inc. and
 *	Cinesite Europe Ltd.
 *	
 *	written by Matti Gruener at Trixter in 2009, Munich. gruener.matti@gmail.com
 *	supported by: Stefan Braun, Sebastian Haas and Michael Habenicht.
 *
 *	It reads .warpd-files created with 3D Equalizer/Warpdistort and also allows to set
 *	parameters manually.
 *	
 *	For filtering we use the standard filtering methods provided by Nuke. It seems that the 
 *	method "Keys" comes closest to the filtering used in Shake.
 *
 *	note: 	
 *	this code is heavily commented to make further development, taking 
 * 	place outside of Trixter, as easy as possible ( for developers not familiar with Nuke's NDK as well ).
 *	if someone comes up with problems or questions, please don't hesitate
 *	to contact me via the abovementioned eMail-address.
 *	Please also inform me if you improved this file in any way.
 *	
 * 	some of the comments and expressions were taken from the 
 *	developers of a similar plugin for Shake. Thx and kudos to them for their work!
 * 	namely: Mark Visser, Chris Downs, Michele Sciolette
 *	
 *	The compiled files are compiled and tested using the following setups:
 *		- .dll, Windows XP 32bit, Visual Studio 2005, Nuke 5.2v2
 *		- .so, Ubuntu 9.04 64bit, g++ 4.1.3, Nuke 5.1v5
 * 	------------------------------------------------------------------------
 */
Source: README.txt, updated 2009-12-11