Builds uncorrected, unwrapped identity LUTs for Unity3D and UDK
You will need to install some wonderful 3rd-party python modules:
sudo pip install PIL numpy
For the moment just setup the variables in main() and run:
python UnwrappedIdentityLUTBuilder.py
- At the moment it only creates identity LUTs. Maybe it should accept Resolve .cube files and generate a corrected LUT?
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request