Revision b285394 by Campbell Barton February 28, 2016, 22:00 (GMT) |
PyAPI: correct function name w/ arg parsing |
Revision 0515703 by Campbell Barton February 28, 2016, 22:00 (GMT) |
Minor optimization: avoid 2x hash, adding to set |
Revision 97677f5 by Campbell Barton February 28, 2016, 22:00 (GMT) |
Minor optimization to skin operators - store layer lookup - single hash adding to set |
Revision 42fe1ba by Brecht Van Lommel February 28, 2016, 21:57 (GMT) |
Fix T47615: crash trying to use point density with lamp object. |
Revision 87c8ff0 by Sergey Sharybin February 28, 2016, 15:53 (GMT) |
Cycles: Fix compilation error of certain OpenCL split kernels |
Revision e3841c9 by Bastien Montagne February 28, 2016, 14:48 (GMT) |
Fix T42536: Normals modifier: Generated normals can be opposed to face one, needs winding flipping in this case. |
Revision 877f441 by Bastien Montagne February 28, 2016, 14:29 (GMT) |
BKE_mesh: add polygon flipping tools. Those new functions invert the winding of polygons, effectively inverting their normals. A helper was also added to allow swapping two items in customdata layers. Being able to invert normals outside of BMesh area is very important in several places, like IO scripts or customnormals modifiers... Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D1814 |
Revision ea76ec2 by Bastien Montagne February 28, 2016, 14:16 (GMT) |
Cleanup: rename `CustomData_swap` to `CustomData_swap_corners`. More in line with our other func names handling sub-item data (mainly, tessfaces' UVs and VCol...). |
Revision 0feab1b by Brecht Van Lommel February 27, 2016, 22:57 (GMT) |
Fix T47608: Cycles cage baking crash after recent uv derivative fixes. |
Revision 9191dd3 by Campbell Barton February 27, 2016, 20:22 (GMT) |
Fix T47605: Elsyiun theme info text hard to read |
Revision abb3763 by Campbell Barton February 27, 2016, 19:29 (GMT) |
Fix T47582: Curve handle thickness regression |
Revision 4cbc3d2 by Campbell Barton February 27, 2016, 18:57 (GMT) |
Fix T47586: Nurbs handle thickness regression |
Revision ee2a33d by Campbell Barton February 27, 2016, 18:45 (GMT) |
Fix T47583: Mesh wire edge thickness regression |
Revision 6e66ffb by Campbell Barton February 27, 2016, 18:23 (GMT) |
Cleanup split creator.c creator.c was getting hard to follow. - Split off argument and signal handling into own files. - Move docstrings next to functions (to keep docs grouped with code). |
Revision 82d6162 by Campbell Barton February 27, 2016, 18:03 (GMT) |
Fix T47592: Wrong line width w/ custom-bones |
Revision 3091935 by Campbell Barton February 27, 2016, 17:25 (GMT) |
Docs: early exist build process on error Don't attempt to build docs when generation fails. |
Revision c3a4089 by Campbell Barton February 27, 2016, 17:25 (GMT) |
Docs: Add missing context members |
Revision 562b568 by Sergey Sharybin February 27, 2016, 13:06 (GMT) |
Buildbot: Rename i386 to i686, we don't support pre-i686 CPUs anyway |
Revision eb9d488 by Bastien Montagne February 27, 2016, 12:20 (GMT) |
Fix T47596: Bone motion path - confusing UI in 3DView tools. Now using same UI as in object/armature properties, also save one line in 3DView panesl. ;) Nothing crucial there, but nice & safe to backport to 2.77 imho. |
Revision 3fcd638 by Sergey Sharybin February 27, 2016, 12:09 (GMT) |
Buildbot: Support build in a newer chroot |
|
|
|


Master Commits
MiikaHweb | 2003-2021