option to build without remesh modifier for cmake and scons

This commit is contained in:
Campbell Barton
2011-12-31 03:34:44 +00:00
parent 65c74f1570
commit ba8d1b940f
8 changed files with 45 additions and 9 deletions

View File

@@ -264,6 +264,7 @@ if 'blenderlite' in B.targets:
target_env_defs['WITH_BF_OCEANSIM'] = False
target_env_defs['WITH_BF_DECIMATE'] = False
target_env_defs['WITH_BF_BOOLEAN'] = False
target_env_defs['WITH_BF_REMESH'] = False
target_env_defs['WITH_BF_PYTHON'] = False
target_env_defs['WITH_BF_3DMOUSE'] = False