Files
test/source/blender/makesdna
Bastien Montagne c26a4be5c0 Fix [#36530] Texture tab refreshing problem
That was not really a bug (code working as expected), but the way tex context was handled was a bit raw, now it is much smarter:
* Default fallback context (when current one is no more valid) will now choose "most specific" ones first (i.e. material/lamp/particules before world and "others").
* When using that default fallback context, previous one is stored and we try to revive it later, if possible. Thus e.g. object[mat tex ctxt] -> empty[default world ctxt] -> object[mat tex ctxt] is now working as expected.
* However, when user explicitely or implicitely (through e.g. going to Material context...) sets a tex context, previous one is not stored, so that only default fallback context switch may later automatically revive a previous (presumably user-set) context.
2013-08-21 21:35:45 +00:00
..
2013-08-19 10:51:40 +00:00
2013-05-26 12:02:29 +00:00
2013-03-17 14:38:58 +00:00
2013-08-18 14:15:57 +00:00
2012-10-28 15:23:16 +00:00
2013-03-31 00:38:50 +00:00
2012-12-26 13:05:39 +00:00