Page Menu
Home
Search
Configure Global Search
Log In
Files
F5343
Bug7831_tgajpg.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
Jetze van Beijma (beardape)
Nov 13 2013, 1:22 PM
Size
868 B
Subscribers
None
Bug7831_tgajpg.patch
View Options
Index: creator.c
===================================================================
--- creator.c (revision 12730)
+++ creator.c (working copy)
@@ -303,7 +303,7 @@
initglobals(); /* blender.c */
syshandle = SYS_GetSystem();
- GEN_init_messaging_system();
+ //GEN_init_messaging_system();
/* first test for background */
@@ -637,6 +637,7 @@
else if (!strcmp(argv[a],"HAMX")) G.scene->r.imtype = R_HAMX;
else if (!strcmp(argv[a],"FTYPE")) G.scene->r.imtype = R_FTYPE;
else if (!strcmp(argv[a],"JPEG")) G.scene->r.imtype = R_JPEG90;
+ else if (!strcmp(argv[a],"JPG")) G.scene->r.imtype = R_JPEG90;
else if (!strcmp(argv[a],"MOVIE")) G.scene->r.imtype = R_MOVIE;
else if (!strcmp(argv[a],"IRIZ")) G.scene->r.imtype = R_IRIZ;
else if (!strcmp(argv[a],"RAWTGA")) G.scene->r.imtype = R_RAWTGA;
File Metadata
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
dc/7c/9af8e359bc1f0809874d4214f327
Event Timeline
Log In to Comment