sgefants patch to remove the License Key stuff.

(I noticed its not completely gone yet from the blender/source dir)
But its a big step in the right direction if it doesn't enable
all of the functionatlity already...

(Using cscope for LICENSE_KEY_VALID still turns up some stuff)

Kent
--
mein@cs.umn.edu
This commit is contained in:
2002-12-06 19:48:37 +00:00
parent fd05cdbaad
commit cd4a60f536
17 changed files with 1022 additions and 1218 deletions

View File

@@ -48,7 +48,7 @@
#include <config.h>
#endif
int LICENSE_KEY_VALID = FALSE;
int LICENSE_KEY_VALID = TRUE;
int I_AM_PUBLISHER = TRUE;
static UserStruct User;
@@ -330,8 +330,6 @@ void checkhome()
// other initialization code
// enable png writing in the ImBuf library
IMB_fp_png_encode = IMB_png_encode;
}
}