forked from blender/blender-addons
Caching generated image leads to infinite loop in preview render #15
No reviewers
Labels
No Label
No Milestone
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: BogdanNagirniak/blender-addons#15
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "BLEN-409"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Purpose
Fix infinite loop in preview render when generated image cached.
Technical steps
Caching images moved from python to C++ part so caching no more triggers Depsgraph updates;
Looks good.
Moved
_bpy_hydra.cache_or_get_image_file()
usage to the beginning ofcache_image_file()
as more correct