From 54156e2b824c9e5a4293060b194630630d1f9dc7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 21 Jun 2012 12:27:57 +0000 Subject: option to disable feather, since its so slow - for interactively editing masks its useful to be able to disable. also rename RNA to 'use_antialiasing' --- SConstruct | 1 + 1 file changed, 1 insertion(+) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 9bc61d7aeb2..088361af649 100644 --- a/SConstruct +++ b/SConstruct @@ -240,6 +240,7 @@ print B.bc.OKGREEN + "Build with debug symbols%s: %s" % (B.bc.ENDC, env['BF_DEBU if 'blenderlite' in B.targets: target_env_defs = {} target_env_defs['WITH_BF_GAMEENGINE'] = False + target_env_defs['WITH_BF_CYCLES'] = False target_env_defs['WITH_BF_OPENAL'] = False target_env_defs['WITH_BF_OPENEXR'] = False target_env_defs['WITH_BF_OPENMP'] = False -- cgit v1.2.3