Revision 2f532c7 by Sergey Sharybin June 29, 2016, 08:08 (GMT) |
Fix T48728: Vertex colors not shown in texture mode Regression caused by own changes to make texture paint more efficient from workflow point of view. Now the idea is to use vertex color outside of paint mode, so we don't break any compatibility here. |
Revision c7eb5ee by Campbell Barton June 29, 2016, 07:12 (GMT) |
Cleanup: warning |
Revision e6d947f by Campbell Barton June 29, 2016, 06:09 (GMT) |
BMesh Intersect: use flags to keep track of verts For simple cases bitmasks were OK, but didnt work for vert/edge, vert/edge tests. Tag verts instead, makes logic easier to follow and gives minor speedup. |
Revision 29a7310 by Campbell Barton June 29, 2016, 02:09 (GMT) |
UI: prevent softrange from becoming nan Quiets assert |
Revision 20f634c by Campbell Barton June 29, 2016, 01:51 (GMT) |
Fix T48755: Crash UV unwrapping |
Revision a21549f by Bastien Montagne June 28, 2016, 19:34 (GMT) |
Usual i18n/UI messages cleanup & fixes. |
Revision 5b325ab by Martijn Berger June 28, 2016, 14:02 (GMT) |
[msvc2015/OpenEXR] Linker hackery is no longer required in vc2015 Reviewers: juicyfruit Reviewed By: juicyfruit Differential Revision: https://developer.blender.org/D1892 |
Revision 23cc453 by Sergey Sharybin June 28, 2016, 12:15 (GMT) |
Fix T48732: New GGX breaks OpenCL kernel Make sure we don't perform any implicit address space conversion. A bit annoying, but less intrusive approaches (like using temp private variable in .cl kernel) do not work correct here. Using generic address space will help from code side here, but will be somewhat slower due to extra things happening as far as i know. |
Revision b90b02a by Campbell Barton June 28, 2016, 11:21 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 5ae6a3b by Campbell Barton June 28, 2016, 11:10 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 0d7817d by Campbell Barton June 28, 2016, 11:00 (GMT) |
Cleanup: use bool for writefile |
Revision 55546b4 by Campbell Barton June 28, 2016, 10:25 (GMT) |
writefile: replace most struct lookups /w constants Removes many hash lookups per file-save and undo-step. |
Revision f181839 by Campbell Barton June 28, 2016, 10:05 (GMT) |
Cleanup: code-style Other changes here planned which touch many lines, so run cleanup first. |
Revision 72fc2b6 by Campbell Barton June 28, 2016, 06:25 (GMT) |
Fix T48753: VSE must restart for international fonts |
Revision 6ce0dda by Campbell Barton June 28, 2016, 06:08 (GMT) |
GHOST/X11: Hotplug support for xinput Allows to plug/unplug different tablets while Blender is running. Also fixes crash unplugging tablet while Blender runs (T48750). |
Revision e5a1f31 by Campbell Barton June 28, 2016, 02:36 (GMT) |
RNA: resolve assert w/ no languages available |
Revision 66054ca by Campbell Barton June 28, 2016, 02:13 (GMT) |
RNA: perform reverse search on operators In most the last added operator is being handles. |
Revision 3569ea0 by Campbell Barton June 28, 2016, 02:13 (GMT) |
Cleanup: Python imports |
Revision 5806268 by Campbell Barton June 27, 2016, 22:35 (GMT) |
Revision f738f66 by Bastien Montagne June 27, 2016, 15:42 (GMT) |
Fix (unreported) wrong ID type check in Text editor's ID remap callback. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021