Revision 459d76e by Campbell Barton September 3, 2017, 13:43 (GMT) |
BLI_kdtree: utility function to remove doubles |
Revision 9c1cc35 by Campbell Barton September 3, 2017, 06:33 (GMT) |
CMake: use Blender's glew by default Use since it's always bundled to avoid any issues caused by version mis-match. |
Revision b227a33 by Joshua Leung September 3, 2017, 00:49 (GMT) |
Fix: Deleting GPencil keyframes in DopeSheet didn't redraw the view |
Revision 4f6196a by Joshua Leung September 3, 2017, 00:49 (GMT) |
Fix: Border select for GPencil keyframes was including those in the "datablock" channels even though those weren't visible This meant that it was easy to accidentally select too many keyframes |
Revision c671973 by Joshua Leung September 3, 2017, 00:49 (GMT) |
Fix: GPencil Sequence Interpolation for thickness/strength was inverted For example, if you have two keyframes: k1 = 1px, k2 = 10px it was doing: 1px, 9px, 8px, ..., 3px, 2px, 10px instead of: 1px, 2px, 3px, ..., 8px, 9px, 10px |
Revision 53ec0e5 by Joshua Leung September 3, 2017, 00:49 (GMT) |
Revision fcd7ac1 by Ray molenkamp September 2, 2017, 23:14 (GMT) |
[deps/msvc] Debug flags for optimized debug libs were inverted for cxx. |
Revision 32e36a1 by Campbell Barton September 2, 2017, 14:04 (GMT) |
Correct own error simplifying matrix checks |
Revision 7dfcbe0 by Campbell Barton September 2, 2017, 10:07 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 3750389 by Campbell Barton September 2, 2017, 06:13 (GMT) |
Cleanup: use title caps for labels Also consistent quoting (single quotes for enums, text uses double). |
Revision 39f8b24 by Campbell Barton September 1, 2017, 17:51 (GMT) |
Fixes to cage2d scaling in the node editor |
Revision 2ca1f29 by Campbell Barton September 1, 2017, 17:30 (GMT) |
BMesh: use predictable order for remove-doubles Each qsort implementation may give different results when values match. Now fallback to sorting by index. |
Revision ce112cf by Campbell Barton September 1, 2017, 14:50 (GMT) |
Revert "Manipulator: remove unused event hack" This reverts commit 134e927965c9871df8a9e13806f1cd48f4d43f16. Writing into const event is very bad, but this change broke compositor manipulators. Will look into better solution eventually. |
Revision 8d207cd by Joerg Mueller September 1, 2017, 10:27 (GMT) |
Fix T52472: VSE Audio Volume not set immediately Audio mixing is done with volume interpolation. A new handle started at volume 1, now starting at volume 0 for a smooth fade in. |
Revision a5cb23c by Campbell Barton September 1, 2017, 09:17 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 94b7bf3 by Campbell Barton September 1, 2017, 07:06 (GMT) |
RNA: demote non-strict class naming to warning This stops a lot of add-ons from registering, while this must be resolved but there no need to force error just now. |
Revision 18b7f05 by Campbell Barton September 1, 2017, 06:08 (GMT) |
Cycles: follow strict class naming convention |
Revision c843e84 by Campbell Barton August 31, 2017, 16:30 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 217fddc by Campbell Barton August 31, 2017, 14:59 (GMT) |
Cleanup: strict naming conventions |
Revision 0bbae3f by Campbell Barton August 31, 2017, 14:59 (GMT) |
RNA: strict naming for types in bpy.types Blender scripts already do this, some addons will need updating. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021