Revision 16537a8 by jens verwiebe April 1, 2014, 20:52 (GMT) |
Sculpt: the thread controls where unintentianlly greyed out along with capabilities.has_gravity condition |
Revision 747ba57 by Campbell Barton April 1, 2014, 19:40 (GMT) |
Fix T39550: polygons.active has bad default |
Revision bfe29e0 by Antonis Ryakiotakis April 1, 2014, 17:17 (GMT) |
Revert 7955cb78d it causes GPU_pbvh_buffers_diffuse_changed to always return false, causing update of all pbvh nodes all the time. |
Revision 3ed49a8 by Antonis Ryakiotakis April 1, 2014, 16:27 (GMT) |
Make matcaps suck less This commit does various changes for matcaps: One is taking advantage of drawing with pbvh (which would only happen with dyntopo previously) and drawing with partial redraw during sculpting. The second one is support for masks. To make this work in the special case of multires, which uses flat shading, I use the only available flat shaded builtins in OpenGL 2.0 which are color and secondary color. Abusing colors in that way is also essential for flat shading to work if we are to use pbvh draw in multires, since it is the color that is being interpolated flatly, not the normal (which can only interpolated smoothly). The pbvh drawing code for multires used last triangle element's normal to compute the shading which would only produce smooth results. This could change if we did the shading in the vertex shader for flat shaded primitives, but this is more complex and makes it harder to have one shader to rule the mole. Also increased the brightness of the default diffuse color for sculpting. This should be useful since artists like to tweak the lighting settings and it will give them the full dynamic range of the lights, but also it helps with correct brightness of sculpted matcaps. Reviewers: brecht Differential Revision: https://developer.blender.org/D435 |
April 1, 2014, 16:00 (GMT) |
Image and clip editor: change zoom step to end up at powers of two. When you press zoom 3 times you will now get 2:1, 4:1, 8:1, etc. Fixes T36916. Reviewed By: brecht Differential Revision: https://developer.blender.org/D409 |
April 1, 2014, 16:00 (GMT) |
Fix T39378: Revert, Recover Last Session and Load Factory Settings have no prompt. Now they do, to make it harder to accidentally press them and lose work. Reviewed By: brecht, carter2422 Differential Revision: https://developer.blender.org/D440 |
Revision e21a7b3 by Sergey Sharybin April 1, 2014, 12:43 (GMT) |
Fix T39546: blender crash on open recent file, when tracking is still in progress |
Revision fb25a86 by Campbell Barton April 1, 2014, 11:10 (GMT) |
Fix T39537: Multi button editing is unreliable |
Revision 77f815f by Campbell Barton April 1, 2014, 10:50 (GMT) |
RNA: clamp colors min to 0.0 any colors which need to be negative can explicitly pass in a range. |
Revision 467596d by Sergey Sharybin April 1, 2014, 10:41 (GMT) |
Fix T38860: Video preview in VSE shows a distorted and jagged appearance at scale 1:1 Issue was cauzed by the set zoom ratio optator which didn't really set pixel zoom to 1:1. |
Revision 62dc18c by jens verwiebe April 1, 2014, 09:23 (GMT) |
Fix an unused function warning without openmp present, some typos |
Revision 7955cb7 by Sergey Sharybin April 1, 2014, 08:00 (GMT) |
Fix for "Show Diffuse Color" was having affect on mesh without mask Only happened with VBOs enabled. |
Revision 9904127 by Sergey Sharybin April 1, 2014, 07:55 (GMT) |
Code cleanup: use bool instead of int |
Revision ee72cba by Sergey Sharybin April 1, 2014, 07:14 (GMT) |
Fix T39446: Blender Crashes when Camera Tracking Issue is likely caused by thread-unsafe nature of IMB_freeImBuf which might lead to race condition in some circumstances. Now made it thread-safe and from Sebastian's tests seems crash is gone now, so hopefully the root of the issue is finally nailed down. |
Revision e95fd79 by Campbell Barton April 1, 2014, 05:53 (GMT) |
Correction for error in own recent commit (makesrna c++ api, un-init var) |
Revision 11299f5 by Mitchell Stokes April 1, 2014, 05:22 (GMT) |
BGE doc cleanup: Some small cleanups in the BGE docs: * Fixing trailing whitespace in some files * Fixing some indentation * SCA_PythonController.owner is now documented * SCA_PythonKeyboard members now use the member directive instead of function |
Revision 617557b by Campbell Barton April 1, 2014, 04:22 (GMT) |
Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define |
Revision 2c00ecc by Campbell Barton March 31, 2014, 23:08 (GMT) |
Code cleanup: use macro to find vertex in face |
Revision 3deaf7d by Campbell Barton March 31, 2014, 22:45 (GMT) |
Fix for leak in freestyle transformVertices |
Revision 2c0e32f by Campbell Barton March 31, 2014, 22:14 (GMT) |
Fix for leak in freestyle FitCurve |
|
|
|


Master Commits
MiikaHweb | 2003-2021