blender/source/blender
Antony Riakiotakis 34b8d22275 Fix T40585, group textures cannot be selected for painting.
Issue here is that if there's a texture in the tree, chances are it has
already been set as active texture so groups are never traversed.

Now changed logic so that if a group node is active, its own active
texture takes priority over the parent group active texture.
2014-06-18 20:40:50 +03:00
..
avi Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
blenfont UI: Add back ability to select a custom interface font 2014-06-14 02:32:38 +10:00
blenkernel Code cleanup: replace 0 with OB_MODE_OBJECT 2014-06-18 16:01:51 +10:00
blenlib Correct casts for IS_EQ and other macro tweaks 2014-06-18 14:02:41 +10:00
blenloader Code cleanup: replace 0 with OB_MODE_OBJECT 2014-06-18 16:01:51 +10:00
bmesh Use ARRAY_SIZE to replace (sizeof(a) / sizeof(*a)) 2014-06-17 02:47:57 +10:00
collada Don't write all uv textures, but only active uv layer. 2014-05-22 12:34:47 +03:00
compositor Use advantage of SSE2 instructions in gaussian blur node 2014-06-14 00:38:07 +06:00
datatoc Quiet warning 2014-06-18 15:48:22 +10:00
editors Fix T40679. 2014-06-18 18:40:11 +03:00
freestyle Freestyle: Python API docstring updates. 2014-06-16 10:12:52 +09:00
gpu Implement GLSL code for XYZ nodes. 2014-06-13 23:23:55 +02:00
ikplugin API Cleanup: Use BKE_constraint prefix for constraint api 2014-04-11 11:47:07 +10:00
imbuf Code cleanup: comments 2014-06-15 12:15:53 +10:00
makesdna BGE: New Property sensor evaluation types 2014-06-16 14:56:36 -07:00
makesrna Revert "Fix flickering when transform snapping in edit mode and cursor is" 2014-06-18 18:20:55 +03:00
modifiers Code cleanup: use bool instead of int 2014-06-18 16:05:42 +06:00
nodes Fix T40585, group textures cannot be selected for painting. 2014-06-18 20:40:50 +03:00
python Hopefully fix compilation with old MSVC2008/WIN32... 2014-06-18 10:32:25 +02:00
quicktime Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
render Bake-API: allow custom UV to be baked 2014-06-17 12:16:43 -03:00
windowmanager Resolve memory leask with reports on initialization 2014-06-18 15:49:40 +10:00
CMakeLists.txt
SConscript