From c5edebcef7994e106b66f3a53d55d460151c2b6b Mon Sep 17 00:00:00 2001 From: Boudewijn Rempt Date: Fri, 4 Apr 2014 11:28:17 +0200 Subject: [PATCH] Disable the film templates until we've had time to fix them some are 16 bit gray integer with 16 bit float rgb layers -- that is too confusing --- krita/data/templates/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/krita/data/templates/CMakeLists.txt b/krita/data/templates/CMakeLists.txt index d35a4da691..d87f8f0457 100644 --- a/krita/data/templates/CMakeLists.txt +++ b/krita/data/templates/CMakeLists.txt @@ -1,5 +1,5 @@ add_subdirectory( comics ) add_subdirectory( design ) add_subdirectory( dslr ) -add_subdirectory( film ) +#add_subdirectory( film ) add_subdirectory( texture ) -- GitLab