Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define
This commit is contained in:
@@ -108,8 +108,8 @@ static void rna_SceneRender_get_frame_path(RenderData *rd, int frame, char *name
|
||||
if (BKE_imtype_is_movie(rd->im_format.imtype))
|
||||
BKE_movie_filepath_get(name, rd);
|
||||
else
|
||||
BKE_makepicstring(name, rd->pic, G.main->name, (frame == INT_MIN) ? rd->cfra : frame, &rd->im_format,
|
||||
rd->scemode & R_EXTENSION, TRUE);
|
||||
BKE_makepicstring(name, rd->pic, G.main->name, (frame == INT_MIN) ? rd->cfra : frame,
|
||||
&rd->im_format, (rd->scemode & R_EXTENSION) != 0, true);
|
||||
}
|
||||
|
||||
static void rna_Scene_ray_cast(Scene *scene, float ray_start[3], float ray_end[3],
|
||||
|
||||
Reference in New Issue
Block a user