Revision 05ff32b by Thomas Dinges January 20, 2017, 09:50 (GMT) |
Fix compile error (-Werror=float-conversion). |
Revision 2e3fda2 by Joshua Leung January 20, 2017, 05:40 (GMT) |
DopeSheet: Show group colours behind keyframes too Following @AlonDan's feature request and @hjalti's screenshot yesterday, I've decided to implement support for this to make it easier to scan which keyframes correspond with which set of controls, especially when faced with a large wall of keyframes. In retrospect, I should've done this a long time ago! |
Revision 831cfcf by Aaron Carlisle January 19, 2017, 21:16 (GMT) |
API: Do not show "Created using Sphinx" in the footer I talked to Campbell and he said there is no need for this |
Revision c91bdaf by Aaron Carlisle January 19, 2017, 21:00 (GMT) |
Build dir should be set after the sanity checks Error here is that if do not have 2012 it switch to 2015 but not change the build dir |
Revision 2a2ae9c by Campbell Barton January 19, 2017, 19:09 (GMT) |
BMesh: remove BM_face_create_ngon_vcloud Instead, add BM_verts_sort_radial_plane and use regular creation API. |
Revision 53e7a4a by Campbell Barton January 19, 2017, 19:00 (GMT) |
Correct asserts, un-hiding when selected is ok |
Revision d6cf28c by Sergey Sharybin January 19, 2017, 14:09 (GMT) |
Cycles: Expose diffuse and glossy depth to Light Path node Was a bit confusing to have transparent and translucent depth exposed but no diffuse or glossy. Reviewers: brecht Subscribers: eyecandy Differential Revision: https://developer.blender.org/D2399 |
Revision afdd756 by Sergey Sharybin January 19, 2017, 13:51 (GMT) |
Cycles: Don't use fast math for the host code This is important for the reliable behavior or isnan/isfinite/min/max functions to work with nan and non-finite values. Some of the issues with fast math are possible to work around, but didn't find a way to have reliable min/max implementation yet. |
Revision 78b9490 by Sergey Sharybin January 19, 2017, 13:51 (GMT) |
Cycles: Add fast-math safe isnan and isfinite Currently unused, but might become really handy in the future. |
Revision 6d36e03 by Sergey Sharybin January 19, 2017, 13:51 (GMT) |
Cycles: Remove using namespace hell Please NEVER EVER use such a statement, it's only causing HUGE issues. What is even worse: it's not always possible to immediately see that the hell is coming from such a statement. There is still some statements in the existing code, will leave those for a later cleanup. |
Revision 446ed35 by Antonio Vazquez January 19, 2017, 12:05 (GMT) |
GPencil: Add option to create blank frame in active layer only Now it is possible to select if the blank frame is created in active layer only or in all layers. |
Revision 666cb5d by Campbell Barton January 19, 2017, 11:59 (GMT) |
Cleanup: naming, comments assert for hide+selected |
Revision e2d02fe by Campbell Barton January 19, 2017, 11:50 (GMT) |
BMesh: improve hide-flush internal logic - flushing hidden state ran when it didn't need to. - flushing checks didn't early exit when first visible element found. - low level BM_*_hide API calls like this can use skip iterators can loop over struct members directly. No user-visible changes. |
Revision 8aa8165 by Mike Erwin January 19, 2017, 05:46 (GMT) |
Revision b76dbf5 by Aaron Carlisle January 19, 2017, 00:38 (GMT) |
UI: Fix capitalization inconsistency |
Revision 4a19112 by Lukas Stockner January 18, 2017, 23:48 (GMT) |
Cycles: Fix amount of rendered samples not being shown while rendering the last tile on CPU |
Revision 1455023 by Campbell Barton January 18, 2017, 23:37 (GMT) |
Fix T49807: Inset faces edge rail bug |
Revision 11187e8 by Campbell Barton January 18, 2017, 22:17 (GMT) |
Fix face-creation with existing hidden geometry - face-create-extend option could add hidden verts and edges into the selection history (invalid state). - faces could be created that included existing hidden edges that remained hidden (invalid state too). - newly created faces could copy hidden flag from surrounding faces, giving very confusing results (looks as if face creation failed). Surprising nobody noticed these years old bugs! |
Revision fd4728c by Campbell Barton January 18, 2017, 20:59 (GMT) |
BMesh: Use angle_signed_on_axis_v3v3v3_v3 |
Revision a48d341 by Sergey Sharybin January 18, 2017, 14:56 (GMT) |
Fix strict compiler warning message |
|
|
|


Master Commits
MiikaHweb | 2003-2021