Revision bffa57e by Campbell Barton September 5, 2017, 14:40 (GMT) |
Manipulator: Fix arrow2d drawing outside hotspot |
Revision 704f6a5 by Sergey Sharybin September 5, 2017, 14:17 (GMT) |
Buildbot: Fix paths to sndfile and flac Need this in 2.79 branch as well, since build rules are based on this files. |
Revision 0a1a732 by Campbell Barton September 5, 2017, 14:01 (GMT) |
Manipulator: missing exit() call |
Revision 16e5b93 by Campbell Barton September 5, 2017, 14:01 (GMT) |
Manipulator: cage2d initial rotation support |
Revision f01e43f by Sergey Sharybin September 5, 2017, 13:48 (GMT) |
Fix T52433: Volume Absorption color tint Need to exit the volume stack when shadow ray laves the medium. Thanks Brecht for review and help in troubleshooting! |
Revision 572b1a6 by Campbell Barton September 5, 2017, 12:56 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 4d85396 by Campbell Barton September 5, 2017, 12:44 (GMT) |
Cleanup: use const Also use assert w/ rotate_m4. |
Revision b0bbb5f by Sergey Sharybin September 5, 2017, 10:43 (GMT) |
Cycles: Cleanup, style |
Revision 6859695 by Bastien Montagne September 4, 2017, 19:04 (GMT) |
Fix T52649: missing custom (split) normals from FBX exporter. Own mistake in recent rB25c5928b2b6 (this DOES NOT affect 2.79 release). |
Revision 4a74472 by Sergey Sharybin September 4, 2017, 14:41 (GMT) |
Fix T52531: Blender 2D stabilisation node issue when autoscale is selected Threading conflict, should be safe for 2.79. |
Revision b07e983 by Campbell Barton September 4, 2017, 14:18 (GMT) |
PyAPI: Add bpy.utils.register_classes_factory Avoids having boiler plate register/unregister functions. |
Revision 71f0c32 by Sergey Sharybin September 4, 2017, 12:46 (GMT) |
Fix T52522: VSE renders with alpha transparent PNG image incorrectly Need some extra checks and should be probably end up in 2.79 since that's a regression. |
Revision 885c0a5 by Sergey Sharybin September 4, 2017, 11:28 (GMT) |
Cycles: Fix compilation warning |
Revision 33249f6 by Sergey Sharybin September 4, 2017, 11:14 (GMT) |
Fix T52533: Blender shuts down when rendering duplicated smoke domain |
Revision 3789ab4 by Campbell Barton September 4, 2017, 06:38 (GMT) |
PyAPI: fix rna_info for changes in type access |
Revision 30d7fbd by Campbell Barton September 4, 2017, 06:19 (GMT) |
PyDoc: update context_type_map |
Revision f4fb329 by Campbell Barton September 4, 2017, 04:49 (GMT) |
RNA/PyAPI: Expose Py classes in bpy.types Operators and their properties are two different types Previously both operators and their properties are added causing C operators to access the properties, Python the classes. Favor consistency in this case so only Python classes are added. |
Revision 85d5362 by Campbell Barton September 4, 2017, 04:32 (GMT) |
Cleanup: avoid confusing assignment |
Revision 718af8e by Jeroen Bakker September 3, 2017, 14:47 (GMT) |
T52534: Compositor artifacts when scaling Increased the maxx and maxy area of interest when scaling in this case. |
Revision 4d14847 by Campbell Barton September 3, 2017, 13:52 (GMT) |
Fix T52634: EditMesh Remove doubles could hang A single diagonal axis was used for sorting coordinates, the algorithm relied on users not having vertices axis aligned. Use BLI_kdtree to remove doubles instead. Overall speed varies, it's more predictable than the previous method. Some typical tests gave speedup of ~1.4x - 1.7x. |
|
|
|


Master Commits
MiikaHweb | 2003-2021