Blender Git Commit Log
Git Commits -> Revision d01054d
Revision d01054d by Ton Roosendaal (master) November 28, 2010, 18:34 (GMT) |
Bugfix #24933 Compositor: Texture node only allowed 1 user, with more nodes using it there was a thread conflict, using same memory for writing values. Also: brought back the original intention for texture nodes, which is to be using a "procedural image", not allocating memory for a buffer, but only allowing to read per pixel. Commit in 2007 (!) allocated full buffers for texture nodes, without using them even. |
Commit Details:
Full Hash: d01054da0f569581d5802f3184fd330568c24774
SVN Revision: 33367
Parent Commit: 510920a
Lines Changed: +21, -18