Revision af3e348 by Campbell Barton May 19, 2012, 13:28 (GMT) |
code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also replace do prefix with do_ for bool vars. |
Revision 009689f by Campbell Barton May 19, 2012, 11:11 (GMT) |
svn merge ^/trunk/blender -r46714:46724 --- before tile branch merge |
Revision 2f51738 by Campbell Barton May 19, 2012, 10:10 (GMT) |
disable overwriting the PYTHONPATH for windows - reported as [#31506] |
Revision 9c9a5b8 by Campbell Barton May 19, 2012, 09:57 (GMT) |
style cleanup: ghost |
Revision f8f282f by Bastien Montagne May 19, 2012, 09:46 (GMT) |
Add i18n to �??button�? and �??Area Options�? pop-up menus. |
Revision 112b1a0 by Campbell Barton May 19, 2012, 09:23 (GMT) |
style cleanup: ghost headers |
Revision a5152b7 by Tamito Kajiyama May 19, 2012, 08:40 (GMT) |
Merged changes in the trunk up to revision 46787. Conflicts resolved: source/blender/blenkernel/intern/idcode.c source/blender/blenloader/intern/readfile.c source/blender/editors/include/ED_anim_api.h source/blender/editors/include/UI_resources.h source/blender/makesrna/intern/rna_main.c |
Revision 03ed173 by Thomas Dinges May 18, 2012, 21:13 (GMT) |
3D View UI: * Remove redundant "Delete" for Edge Loop in the Delete (X) menu. |
Revision 6522880 by Campbell Barton May 18, 2012, 20:13 (GMT) |
style cleanup: ghost/x11 |
Revision c72298e by Keir Mierle May 18, 2012, 20:04 (GMT) |
Remove an unnecessary template<> line in libmv. Convert debug logs to LG. |
Revision c5dd787 by Sergey Sharybin May 18, 2012, 19:22 (GMT) |
No need to invert brute and normalization flags in rna. Also remove currently unused update callback. |
Revision e63040a by Thomas Dinges May 18, 2012, 19:17 (GMT) |
Tomato Branch: * Fix for msvc, it needs stdio header for the NULL keyword. |
Revision e499df7 by Brecht Van Lommel May 18, 2012, 15:20 (GMT) |
Fix #31504: uv unwrap incorrectly scaling pinned islands. |
Revision d2895f0 by Brecht Van Lommel May 18, 2012, 15:06 (GMT) |
Fix #31395: setting mesh.uv_textures['uvmap'].active did not update correctly. |
Revision 29a1a05 by Brecht Van Lommel May 18, 2012, 15:06 (GMT) |
Fix #31430: itasc solver assertion failure with debug builds. |
Revision ec142ed by Campbell Barton May 18, 2012, 14:49 (GMT) |
code cleanup: use for loops for mask/spline looping |
Revision f53e616 by Brecht Van Lommel May 18, 2012, 14:08 (GMT) |
add missing include |
Revision 93aa83f by Brecht Van Lommel May 18, 2012, 14:06 (GMT) |
Fix #31518: changing cycles exposure did unnecessary rerender in viewport. |
Revision 74367ae by Brecht Van Lommel May 18, 2012, 14:05 (GMT) |
Fix #31400: opengl offscreen render not respecting theme settings. |
Revision 5788641 by Brecht Van Lommel May 18, 2012, 13:30 (GMT) |
Fix related to #31446: cycles glsl error with empty image texture node. |
|