Revision ec36e3a by Bastien Montagne February 23, 2015, 11:23 (GMT) |
Fix T43776: Rigging : Clear User transform is not working when mesh is in weight paint mode. Use same trick as for regular 'clear transform' operators to get a valid armature in weight paint mode (where active object is weight-painted one). |
Revision 8ee2b01 by Campbell Barton February 23, 2015, 10:33 (GMT) |
Fix T43740: 'Back to Previous' failed on reload Would restore with the file-selector where the 'info' header should be. |
Revision b497eae by Campbell Barton February 23, 2015, 10:06 (GMT) |
Screen: remove redundant NULL check in ED_area_prevspace |
Revision 86cfbee by Campbell Barton February 23, 2015, 09:02 (GMT) |
Partial fix for T43740 ED_area_data_swap would put the screen in an invalid state and crash. (SpaceLink.spacetype didn't match ScrArea.type) However behavior is still odd in the instance of the report. |
Revision 96c452b by Campbell Barton February 23, 2015, 07:22 (GMT) |
Fix T43769: Envmap Texture copy looses image |
Revision 7c03ef2 by Campbell Barton February 23, 2015, 05:17 (GMT) |
CustomData: const correctness |
Revision 0c4fb47 by Campbell Barton February 23, 2015, 05:17 (GMT) |
BLI_utildefines: correct comment |
Revision 64b328f by Campbell Barton February 23, 2015, 04:44 (GMT) |
Edge/Vert Slide: avoid redundant loop angle calls No need to calculate loop angle for each layer |
Revision bc876f9 by Campbell Barton February 23, 2015, 04:40 (GMT) |
Error in last commit Accidentally left in malloc/free |
Revision 5a372db by Campbell Barton February 23, 2015, 02:57 (GMT) |
Fix error in recent vert/edge-slide commits `CustomData_bmesh_interp_n` was expecting the 'dest' arg not to have its offset applied. This was a bit confusing since the source args have it applied, and in some cases we only have the destination with the offset. |
Revision 50c977b by Campbell Barton February 23, 2015, 02:57 (GMT) |
CustomData: replace calloc -> malloc stack array is uninitialized, relying on calloc here would just hide bugs. |
Revision d580c90 by Campbell Barton February 23, 2015, 02:54 (GMT) |
CustomData: const correctness for interp() |
Revision c26fa67 by Campbell Barton February 23, 2015, 02:50 (GMT) |
BLI_utildefines: add pointer offset macro Handy since it keeps the type of the original. |
Revision 765b842 by Campbell Barton February 22, 2015, 21:34 (GMT) |
Subsurf: missing NULL checks on free |
Revision 0f1ffd4 by Julian Eisel February 22, 2015, 16:14 (GMT) |
Fix T43768: Pointcache end frame ignores preview range Fix for T43768 This way it works consistent with cloth, softbodys, etc. Reviewers: lukastoenne Differential Revision: https://developer.blender.org/D1134 |
Revision 63b0a7f by Sergey Sharybin February 21, 2015, 14:18 (GMT) |
Cycles: Make it survive if preview_cycles.blend uses persistent data Currently should be no functional changes, but nice thing to have fixed for some further experiments. |
Revision 6d9c994 by Sybren A. Stüvel February 21, 2015, 13:39 (GMT) |
Fix T43748: MouseLook actuator raises an Assert error An assertion seems to be inverted by mistake, as MT_assert(!m_mouse); is followed by using m_mouse->XXXX. |
Revision 813dcb9 by Joshua Leung February 21, 2015, 13:09 (GMT) |
GPencil: Another fix for the "big square dots" problem Strokes containing only a single point are now drawn so that they respect the pressure values too. Previously, they were getting drawn at a fixed size based on the thickness of strokes. Thanks to @kekeljevic for posting a screenshot which made the problem here easy to identify! (On a side note: Perhaps it's a combination of the drivers I'm using, or the multisampling goodness at work, but after applying this change, the dots are now appearing as round circles as originally intended, and can also be scaled up quite a bit too. And that's for 3D points which couldn't be affected like this earlier! I'm not sure what's going on here, but whatever it is, I like it ;) |
Revision 6ec05eb by Sergey Sharybin February 21, 2015, 12:50 (GMT) |
Code cleanup: Use bools instead of int |
Revision 578cc21 by Sergey Sharybin February 21, 2015, 12:31 (GMT) |
Cycles: Add note about autodiff in OSL wireframe shader |
|
|
|


Master Commits
MiikaHweb | 2003-2021