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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-03-14 14:40:15 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-03-14 14:40:15 +0300
commit5e0069e09ac374043c13055d7f5aea1337787733 (patch)
treee3d9b68a9f0c34d6086318e386335f7837aa8987 /source/blender/blenkernel/BKE_image.h
parentc6ca842e234024b0276e5b294455ed2dbbe998e0 (diff)
Fix some unreported issues with image sequence updates, clean code.
Lamp and world nodes were missing, nested node trees were updated twice, remove some legacy code.
Diffstat (limited to 'source/blender/blenkernel/BKE_image.h')
-rw-r--r--source/blender/blenkernel/BKE_image.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_image.h b/source/blender/blenkernel/BKE_image.h
index cbf692afd70..f8bc075adf0 100644
--- a/source/blender/blenkernel/BKE_image.h
+++ b/source/blender/blenkernel/BKE_image.h
@@ -196,8 +196,6 @@ struct Image *BKE_image_add_from_imbuf(struct Main *bmain, struct ImBuf *ibuf, c
void BKE_image_init_imageuser(struct Image *ima, struct ImageUser *iuser);
void BKE_image_signal(struct Main *bmain, struct Image *ima, struct ImageUser *iuser, int signal);
-void BKE_image_walk_id_all_users(struct ID *id, void *customdata,
- void callback(struct Image *ima, struct ImageUser *iuser, void *customdata));
void BKE_image_walk_all_users(const struct Main *mainp, void *customdata,
void callback(struct Image *ima, struct ImageUser *iuser, void *customdata));