Revision a08d90f by Inês Almeida May 8, 2015, 18:22 (GMT) |
matcaps browser: changing emboss style and grid direction according to T44613 |
Revision b65c77e by Antonis Ryakiotakis May 8, 2015, 17:25 (GMT) |
Add Intel's 3000 driver to exceptions for df/dy calculations. Should fix another case of SSAO effect reversal. |
Revision 2e6634e by Porteries Tristan May 8, 2015, 16:17 (GMT) |
BGE: Cleanup function UpdateMesh and SetMesh in CcdPhysicsController.cpp "if (value == true)" -> "if(value)" "if (ptr == NULL)" -> "if (!ptr)" "vector<bool>" -> "std::vector<bool>" And other blender typo. |
Revision 4c79608 by Antonis Ryakiotakis May 8, 2015, 15:16 (GMT) |
Revert "Motionpaths: Use scene range option, takes start/end frame and preview" Looks like this does not work for animators here after all, will use a different code for this (probably not hardcoded) This reverts commit 3bbb4020e7f0fae80a5edd31e19b7fa97d2149e4. |
Revision 3bbb402 by Antonis Ryakiotakis May 8, 2015, 10:35 (GMT) |
Motionpaths: Use scene range option, takes start/end frame and preview settings into account. |
Revision 900fc43 by Thomas Dinges May 8, 2015, 10:10 (GMT) |
Cleanup: Remove unused ray type flags. They were added for completeness, but it seems we don't need them. |
Revision 945e302 by Bastien Montagne May 8, 2015, 08:44 (GMT) |
Cleanup: #define -> enum, and get rid of useless braces in case's. |
Revision 9190d18 by Bastien Montagne May 8, 2015, 08:29 (GMT) |
Fix T44634: Slide edge not responding to ALT + WHEEL to change reference edge in "even mode". Modal events (TFM_MODAL_EDGESLIDE_UP/_DOWN) were eaten by NOP generic transform event handling... |
Revision a8da11c by Campbell Barton May 7, 2015, 22:58 (GMT) |
Add missing TEXTEDIT_UPDATE option |
Revision a077be3 by Campbell Barton May 7, 2015, 21:25 (GMT) |
Cleanup: use r_* prefix for return args |
Revision e010960 by Campbell Barton May 7, 2015, 20:54 (GMT) |
DNA; document how to ignore a struct |
Revision 0a82c3c by Antonis Ryakiotakis May 7, 2015, 16:32 (GMT) |
Minor cleanup |
Revision a5dead2 by Antonis Ryakiotakis May 7, 2015, 16:10 (GMT) |
Fix T44604 bad quality of rake with bezier curves. We can calculate tangents analytically for bezier curves, so just make them awesome. New code uses forward differencing calculation for efficiency just like curve calculation. Picture before/after: http://www.pasteall.org/pic/87843 |
Revision a2eb94b by Bastien Montagne May 7, 2015, 13:32 (GMT) |
Revision aa3fc89 by Bastien Montagne May 7, 2015, 13:19 (GMT) |
Fix T44611: 'make_links_data' modifiers would fail and crash with multires modifier. Since it was not ensuring dest has valid mdisp data matching new multires modifier subdiv level... Also, fixed a bug in `multires_subdivide()`, which would crash when trying to increase from level 0 (aka no subdiv) to > 1 (wrong check, trying to interpolate when it should not). And added a few sanity checks. |
Revision 15fd37f by Antonis Ryakiotakis May 7, 2015, 13:04 (GMT) |
Rake: store last position from mouse, don't store halfpoint between last and current position. patch by Bastien |
Revision e6a7fdd by Antonis Ryakiotakis May 7, 2015, 12:49 (GMT) |
Fix T44627, black spots with lock alpha in projection paint: Painting would revert alpha even on unpainted pixels, where values would contain garbage. |
Revision e39ec27 by Antonis Ryakiotakis May 7, 2015, 12:09 (GMT) |
Fix crash when rendering opengl from sequencer. |
Revision e3b0d5e by Campbell Barton May 7, 2015, 11:31 (GMT) |
EdgeSlide: support for un-clamped sliding Functionality matches vertex slide. |
Revision 94b9b25 by Campbell Barton May 7, 2015, 11:31 (GMT) |
Cleanup: remove unneeded context arg |
|
|
|


Master Commits
MiikaHweb | 2003-2021