Revision 36630b7 by Campbell Barton July 23, 2015, 19:04 (GMT) |
Fix memory leaks mesh w/ mesh remapping |
Revision d47e565 by Antonis Ryakiotakis July 23, 2015, 18:02 (GMT) |
Subsurf: Optimize edge drawing, now it uses VBOs. Also the refactor exposed an error where we requested too much memory from the video memory in general for all mesh types. Now we are back to normal :) |
Revision b3ac7c0 by Sybren A. Stüvel July 23, 2015, 13:38 (GMT) |
Added NlaStrip.fcurves.find(data_path, array_index=0) This is the same as D1427 / 89e5c756665c1e7e622ddbd5deece0dda4ce7724 except for NlaStrip.fcurves instead of Action.fcurves. It makes finding a specific fcurve in Python much easier, as you don't need a Python-side loop any more. Reviewers: aligorith Reviewed By: aligorith Differential Revision: https://developer.blender.org/D1430 |
Revision 0e2bbd0 by Tamito Kajiyama July 23, 2015, 11:29 (GMT) |
Freestyle: Fix for round/square stroke caps causing line thinning. This is a regression introduced in rBce729677db3e and rBb408d8af31c9. RoundCapShader and SquareCapsShader had to remove (almost) overlapping stroke vertices to avoid sudden thinning of line thickness. For instance, the test .blend file from https://developer.blender.org/T36425#231460 suffered from the reported line thinning (although T36425 was originally caused by a different bug). |
Revision 1788293 by Sergey Sharybin July 23, 2015, 10:10 (GMT) |
Fix T45381: Crash Blender 2.75 in Win7 x64 AMD card Previous fix didn't work well enough because on Windows Python has different environment than Blender ans setting variables in there made no effect from Blender point of view. |
Revision cc5d48e by Campbell Barton July 23, 2015, 10:08 (GMT) |
Revision 253f416 by Sergey Sharybin July 23, 2015, 09:50 (GMT) |
Fix regression of custom nodes not triggering material preview re-render Issue was introduced in b0df196.It's not the nicest ever solution but it's quite close to be as nice as we can do it with current custom nodes and notifier system design. |
Revision 08fbc30 by Sergey Sharybin July 23, 2015, 09:48 (GMT) |
Cycles: Resolve compilation error of avx2 kernel with certain compilers It was redefined macro happening with Clang 3.6 here. |
Revision 6ee2f79 by Sergey Sharybin July 23, 2015, 07:53 (GMT) |
Cycles: Previous commit broke compilation on Windows Apparently MSVC doesn't have setenv() function. |
Revision 4be7fb7 by Sergey Sharybin July 23, 2015, 07:11 (GMT) |
ImBuf: Fix OpenExr leaking memory when reading file with IB_test flag |
Revision b6cf4f7 by Campbell Barton July 23, 2015, 07:07 (GMT) |
Use looptri for smoke collisions & particle edit |
Revision 5c98848 by Campbell Barton July 23, 2015, 05:40 (GMT) |
Use looptri for RNA BVH functions |
Revision 6aabc1b by Campbell Barton July 23, 2015, 05:40 (GMT) |
Cleanup; duplicate header |
Revision 0a249f9 by Campbell Barton July 23, 2015, 05:17 (GMT) |
Cleanup: arg names |
Revision abbd82a by Campbell Barton July 23, 2015, 05:10 (GMT) |
Use looptri for mesh remapping |
Revision 8155d25 by Campbell Barton July 23, 2015, 05:08 (GMT) |
Utility function to get poly -> looptri mapping |
Revision 60822ec by Campbell Barton July 23, 2015, 04:41 (GMT) |
Use looptri for BVH raycast (simple cases) |
Revision 717046a by Campbell Barton July 23, 2015, 04:41 (GMT) |
Use looptri for volume snapping |
Revision 748899a by Campbell Barton July 23, 2015, 04:41 (GMT) |
Missed adding BVH callbacks in recent commit |
Revision 0bf2b20 by Campbell Barton July 23, 2015, 01:51 (GMT) |
Add missing break checking for tangents |
|
|
|


Master Commits
MiikaHweb | 2003-2021