Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2005-05-03 15:05:00 +0400
committerTon Roosendaal <ton@blender.org>2005-05-03 15:05:00 +0400
commitf2f45d563d1334ff55102797035845fcbdeb1327 (patch)
tree2cd5d2c63e8476f9b322d34473656fe2749b935f /source/creator
parentf51b6996d1dcd0203cc9da9e453cfef8cf7d6e6a (diff)
Removed old NO_FROZEN hack
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 38b9b784c88..62d638d167b 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -305,13 +305,6 @@ int main(int argc, char **argv)
a= argc;
break;
- case 'm':
- /* unified render pipeline */
-/* G.magic = 1; has become obsolete */
- printf("-m: enable unified renderer has become obsolete. Set \n");
- printf("\tthis option per individual file now.\n");
- break;
-
case 'y':
G.f &= ~G_SCENESCRIPT;
break;
@@ -428,11 +421,6 @@ int main(int argc, char **argv)
audio = 0;
if (G.f & G_DEBUG) printf("setting audio to: %d\n", audio);
}
- else if (BLI_strcasecmp(argv[a], "-nofrozen") == 0) {
- /* disable initialization of frozen python modules */
- if (G.f & G_DEBUG) printf("disable frozen modules\n");
- G.f |= G_NOFROZEN;
- }
break;
}
}