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
path: root/doc
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-01-30 17:42:12 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-01-30 17:42:12 +0400
commit452a52575cbc33551017d940ba86dda7a2c8c30b (patch)
tree741538f4ed22dff243600017940958507fda3f98 /doc
parent54223ed05b7e2840865b5e46ed6d43573ff2b4ae (diff)
Cycles material preview: fix for generated/packed/movie files
Issue was caused by cycles trying to find builtin images in a main database and in case of preview render images are not in database, they're just referenced by shader node tree. Now builtin images in cycles have got void* pointer to store data needed to load builtin images. In case ob blender session, this pointer will store pointer from PointerRNA for image datablock and used later to construct Image class based on this pointer. This also saves database lookup for final render which is nice :) Reviewed by Brecht.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions