Revision cf75aea by Campbell Barton March 2, 2019, 07:36 (GMT) |
Cleanup: code style & comments |
Revision e5b6020 by Campbell Barton March 2, 2019, 07:36 (GMT) |
Cleanup: remove unused define There is no reason to keep the option for separate allocations, it makes code harder to follow. |
March 2, 2019, 02:05 (GMT) |
Revert accidental change in submodules from last commit This reverts part of commit d5c2be7031912cca8f58e90283eb52f63f71b32f. |
March 2, 2019, 01:53 (GMT) |
CMake: Use static libstdc++ for static builds This enables static linking of libstdc++ by default when building using `WITH_STATIC_LIBS`. This makes builds more portable for anyone making static builds (in particular for older systems). Reviewed By: brecht, campbellbarton, sergey Differential Revision: https://developer.blender.org/D4393 |
Revision 490a385 by Campbell Barton March 2, 2019, 00:57 (GMT) |
Cleanup: comments, assert align is a power of two |
Revision b5d87f8 by Campbell Barton March 2, 2019, 00:50 (GMT) |
BLI_memarena: use ASAN memory poison Detects invalid memory use when WITH_COMPILER_ASAN is enabled. |
Revision 4d9bf4f by Campbell Barton March 2, 2019, 00:49 (GMT) |
Cleanup: use dummy valgrind macros instead of ifdef's |
Revision 5d9b500 by Campbell Barton March 2, 2019, 00:49 (GMT) |
Cleanup: unused variable |
Revision 84820e7 by Bastien Montagne March 1, 2019, 22:04 (GMT) |
Revert "Fix T62098: Outliner: Delete hierarchy crash" This reverts commit d1baed5e3d03864b7968867fb93f9daa3d70428f. Next time please let original author of the buggy code to take care of fixing the issue! |
Revision ccecc40 by Bastien Montagne March 1, 2019, 22:04 (GMT) |
Fix T62098: Outliner: Delete hierarchy crash. Stupid mistake in own logic would prevent first deleted ID to be properly unlinked from rest of .blend file before its deletion... |
Revision e0458a3 by Richard Antalik March 1, 2019, 20:23 (GMT) |
Fix drawing order messed up by rB005626b8c6b4 When annotations enabled, image borders were drawn around whole area instead around preview image. Reviewed by: Brecht Differential revision: https://developer.blender.org/D4430 |
Revision d1baed5 by Dalai Felinto March 1, 2019, 20:21 (GMT) |
Fix T62098: Outliner: Delete hierarchy crash Revert "Outliner: Enable new faster 'Delete Hierarchy' code by default." This reverts commit 491a98ca44297555c97e4dcc5ed5bf7b2dc0661d. It fails in the most basic of tests (see report). No point in leaving this commit around until it passes the easy to test cases. |
Revision 42faf52 by Dalai Felinto March 1, 2019, 20:07 (GMT) |
Fixup for fix for OSX build using a build folder name with spaces Bug introduced on: 1f22e3f311e74031c3c01714117d759d3e3de3f1. This was making regular Mac builds to fail, where they were not failing before. Tested by William Reynish. |
Revision 83c6130 by Antonio Vazquez March 1, 2019, 19:52 (GMT) |
GPencil: Change display modes -Wireframe use Background color for X-Ray off - Added support to Solid mode. - Solid mode shows fill or not depending X-Ray. - Solid can use Single, Material, etc. - Wireframe and Solid mode don't show FXs. |
Revision 589d089 by Dalai Felinto March 1, 2019, 19:28 (GMT) |
Fix T62025: Outliner and viewport missing update after deleting object Bug introduced on 012483b6e4a1453c3e990127db001617997a9d64. Since we notify similar things when changing active and selected objects, I believe we didn't notice this was missing a ND_OB_SELECT notification before the small refactor to use the messenging system exposed that bug. |
Revision 943e4ec by Germano Cavalcante March 1, 2019, 19:20 (GMT) |
Fix unreported: Glitches on the wireframe of curves. |
Revision 568fa11 by Dalai Felinto March 1, 2019, 18:59 (GMT) |
Fix warning for uiButPushedStateFunc I changed the number of arguments for uiButPushedStateFunc and forgot to update parts of the code (rB92182495da881). |
Revision 6194aa5 by Clément Foucault March 1, 2019, 18:46 (GMT) |
Fix T62047 New wireframes missing fresnel effect Add back some (subtle) fresnel effect on object wireframe. Dupli/set object still remains flat and need more work. |
Revision 66228d4 by Clément Foucault March 1, 2019, 18:46 (GMT) |
Fix T62090 : Eevee shader compilation: undefined variable "att1_is_srgb" The geom shader check was not needed and this uncovered an error in the GPU_BARYCENTRIC_TEXCO optimization recently commited. |
Revision 9218249 by Dalai Felinto March 1, 2019, 18:39 (GMT) |
Fix T62016: Outliner visibility icons drag behaviour broken We are mixing bool and fancy 3-in-1 func-set buttons in the outliner. So they would return different pushed state in ui_drag_toggle_but_pushed_state(). We now have a callback function that allows the button to set its own pushed_button_state callback function. Note: This is a bit of overkill since we are planning to change the 3-in-1 outliner buttons. That said, it may be nice to have, since in the future we can mix those buttons for other things. Reviewers: brecht Differential Revision: https://developer.blender.org/D4434 |
|
|
|


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