Go to file
Dalai Felinto 5d82173a78 Image.gl_touch - routine to prevent the image to be cleared by blender cache garbage collection system
* if the image is not loaded (bindcode == 0) load the image

This needs to be called often. If the image is 'cleaned' by Blender, it will not help to load it after.
[ gl_load returns the errors: GL_STACK_OVERFLOW(1283) or GL_STACK_UNDERFLOW (1284) ]

Thanks Campbell for the suggestion on how to handle this (BKE_image_tag_time)
2012-05-23 20:19:40 +00:00
build_files scons - Added option to not remove and unpack python modules bundle every 2012-05-23 03:49:42 +00:00
doc expanding bmesh example (py api) 2012-05-22 18:14:34 +00:00
extern Make blender compilable by gcc-4.7 and strict compilation flags: 2012-05-14 13:31:38 +00:00
intern Fix cycles render issue with a (useless) mix node that has the same shader 2012-05-23 17:55:34 +00:00
release Finish changes in up/down arrows for menus 2012-05-23 14:24:40 +00:00
source Image.gl_touch - routine to prevent the image to be cleared by blender cache garbage collection system 2012-05-23 20:19:40 +00:00
CMakeLists.txt Disable building of CUDA 1.3 kernels for cycles for win32 cmake and mingw32 scons. They were already disabled for scons MSVC 32bit. 2012-05-22 12:30:37 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile style cleanup: imbuf & icons 2012-05-13 22:05:51 +00:00
SConstruct Scons - only go to the trouble of making these directories if they don't already 2012-05-23 04:15:50 +00:00