Cleanup: full sentences in comments, improve comment formatting
This commit is contained in:
@@ -3208,7 +3208,7 @@ Image *BKE_image_ensure_viewer(Main *bmain, int type, const char *name)
|
||||
ima = image_alloc(bmain, name, IMA_SRC_VIEWER, type);
|
||||
}
|
||||
|
||||
/* happens on reload, imagewindow cannot be image user when hidden*/
|
||||
/* Happens on reload, imagewindow cannot be image user when hidden. */
|
||||
if (ima->id.us == 0) {
|
||||
id_us_ensure_real(&ima->id);
|
||||
}
|
||||
@@ -4349,7 +4349,7 @@ static ImBuf *load_movie_single(Image *ima, ImageUser *iuser, int frame, const i
|
||||
|
||||
BKE_image_user_file_path(&iuser_t, ima, str);
|
||||
|
||||
/* FIXME: make several stream accessible in image editor, too*/
|
||||
/* FIXME: make several stream accessible in image editor, too. */
|
||||
ia->anim = openanim(str, flags, 0, ima->colorspace_settings.name);
|
||||
|
||||
/* let's initialize this user */
|
||||
|
||||
Reference in New Issue
Block a user