Revision 8c72669 by Antonis Ryakiotakis March 13, 2014, 21:54 (GMT) |
Some corrections to previous commit. Undo stack could return 0 or return global undo even if not set in preferences. |
Revision 93684d5 by Antonis Ryakiotakis March 13, 2014, 20:36 (GMT) |
Fix T39156 part 2: Add support for image paint operations in undo history operator (Ctrl + Alt + Z). This will only show paint operations now while in an image paint mode. The caveat is that user can delete previous paint operations too (even on images not on the canvas currently) so it needs some care. This is consistent with regular undo behaviour though. Sculpting also suffers from lack of Undo history support, this will be added in a separate commit. |
Revision a8039d9 by Martijn Berger March 13, 2014, 19:08 (GMT) |
Fix cycles texture interpolation mode closest constant offset on some devices |
Revision 4080673 by Antonis Ryakiotakis March 13, 2014, 17:56 (GMT) |
Fix bug 1 of T39156: Deadlock while undoing paint operations on image sequences. This commit should be included in 2.70 release |
Revision 8233304 by jens verwiebe March 13, 2014, 17:04 (GMT) |
Typos in last commit, sorry |
Revision 3600622 by jens verwiebe March 13, 2014, 17:03 (GMT) |
GHOST: cover now both win and osx case for T39153 |
Revision 5e56f45 by Antonis Ryakiotakis March 13, 2014, 16:43 (GMT) |
Fix own bug after HSL picker commit. HSV Cube based pickers missed HSV buttons. |
Revision 0c6e744 by Bastien Montagne March 13, 2014, 16:37 (GMT) |
Fix T39158: Help > Operator Cheat Sheet causes a python recursive loop. Core issue exists since ages - the thing you get from bpy.types.YOUR_OT_operator is fuzzy, and may change, due to the fact that both Operator and OperatorProperties share the same name... Would be cool to get rid of this issue one day, but for now it's safer to use rna acessor... This commit is to be backported to 2.70. |
Revision b7712a7 by jens verwiebe March 13, 2014, 16:08 (GMT) |
OSX/GHOST: fix T39153, pls check on win minimized window load |
Revision a349a3a by Campbell Barton March 13, 2014, 15:15 (GMT) |
UI: Show edge draw options for duplis, it applied to their instances |
Revision f959e3d by Brecht Van Lommel March 13, 2014, 13:18 (GMT) |
Revision 23fd670 by Campbell Barton March 13, 2014, 12:31 (GMT) |
Code cleanup: cmake |
Revision 899caea by Tamito Kajiyama March 13, 2014, 12:00 (GMT) |
Freestyle: Fix for a potential implementation error in the Python wrapper of the Nature class. |
Revision 0141265 by Bastien Montagne March 13, 2014, 11:54 (GMT) |
Fix T39152: Blender crash when duplicate mesh with hooks and laplacian deform. We can't simply dupalloc cache_system (LaplacianSystem), it has quite a few allocated data we'd need to dupalloc as well, not to mention (nl) context... Much safer to just set it to NULL in new copy imho! This commit is to be backported to 2.70 release! |
Revision 67fc520 by jens verwiebe March 13, 2014, 10:06 (GMT) |
Cmake: fix compile problem after own commit |
Revision 9437927 by Sergey Sharybin March 13, 2014, 09:40 (GMT) |
Revision 217dbfe by Sergey Sharybin March 13, 2014, 09:28 (GMT) |
Fix for compilation error since previous fix for XCode |
Revision 3d031d1 by Campbell Barton March 13, 2014, 07:41 (GMT) |
BMesh: minor changes for BM_face_split use |
Revision 702f374 by Campbell Barton March 13, 2014, 07:41 (GMT) |
Fix for possible (unlikely) uninitialized var use in BM_face_split |
Revision e6a359a by Sergey Sharybin March 13, 2014, 07:28 (GMT) |
Fix T39148: Image does not show while rendering Own regression since partial buffer update refactor, display buffer for exr tiles should happen in image update callback. This revision is to be merged to the final release. |
|
|
|


Master Commits
MiikaHweb | 2003-2021