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:
Diffstat (limited to 'source/creator/creator.c')
-rw-r--r--source/creator/creator.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index e7d7e815566..1b6ceb8f6dd 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -359,7 +359,7 @@ int main(int argc, char **argv)
/* background render uses this font too */
BKE_font_register_builtin(datatoc_Bfont, datatoc_Bfont_size);
- /* must be called here because R.winpos from default file */
+ /* init struct R, Osa, defmaterial, filters */
RE_init_render_data();
if(G.background==0) {
@@ -471,8 +471,6 @@ int main(int argc, char **argv)
*/
BPY_post_start_python();
- RE_init_filt_mask();
-
#ifdef WITH_QUICKTIME
quicktime_init();